Skip to content

Commit

Permalink
Correct composer calls in qa target
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Jun 21, 2021
1 parent af72c05 commit e9abae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"sort-packages": true
},
"scripts": {
"qa": "@composer check-cs && @composer stan && @composer stan",
"qa": "composer check-cs && composer stan && composer stan",
"check-cs": "./vendor/bin/php-cs-fixer fix --dry-run",
"fix-cs": "./vendor/bin/php-cs-fixer fix",
"test": "./vendor/bin/phpunit tests",
Expand Down

0 comments on commit e9abae6

Please sign in to comment.