Skip to content

Commit 2915c9e

Browse files
committed
- Updated Composer.
1 parent 56be4e9 commit 2915c9e

2 files changed

Lines changed: 209 additions & 162 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"phpunit/phpunit": "^12"
2626
},
2727
"scripts": {
28-
"cs": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --dry-run --diff",
29-
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --ansi --verbose --diff",
28+
"cs": "php-cs-fixer fix --ansi --verbose --dry-run --diff",
29+
"cs-fix": "php-cs-fixer fix --ansi --verbose --diff",
3030
"test": "phpunit tests"
3131
}
3232
}

0 commit comments

Comments
 (0)