Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit e9abae6

Browse files
committed
Correct composer calls in qa target
1 parent af72c05 commit e9abae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"sort-packages": true
4646
},
4747
"scripts": {
48-
"qa": "@composer check-cs && @composer stan && @composer stan",
48+
"qa": "composer check-cs && composer stan && composer stan",
4949
"check-cs": "./vendor/bin/php-cs-fixer fix --dry-run",
5050
"fix-cs": "./vendor/bin/php-cs-fixer fix",
5151
"test": "./vendor/bin/phpunit tests",

0 commit comments

Comments
 (0)