Skip to content

Commit fdb4b4d

Browse files
Stanislau KomarStanislau Komar
authored andcommitted
Fix composer jobs
1 parent 8dd1bcf commit fdb4b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
},
4545
"scripts": {
4646
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-text",
47-
"php-cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --using-cache=no",
48-
"php-cs-try": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no",
47+
"phpcs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --using-cache=no",
48+
"phpcs-try": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no",
4949
"phpstan": "./vendor/bin/phpstan analyze --no-progress",
5050
"phpunit": "./vendor/bin/phpunit",
5151
"psalm": "./vendor/bin/psalm --no-progress --show-info=true",
5252
"statics": [
5353
"@phpstan",
5454
"@psalm",
55-
"@php-cs-try"
55+
"@phpcs-try"
5656
],
5757
"test": [
5858
"@statics",

0 commit comments

Comments
 (0)