Skip to content

Commit

Permalink
Merge pull request #13 from eXolnet/feature/composer-scripts-normalize
Browse files Browse the repository at this point in the history
build: normalize Composer scripts naming
  • Loading branch information
xel1045 authored Sep 13, 2022
2 parents 3bcc16f + ac8779d commit 584e302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
},
"scripts": {
"lint": "vendor/bin/phpcs -p --standard=PSR12 --ignore=tests/TestFiles/* config src tests",
"lint-fix": "vendor/bin/phpcbf -p --standard=PSR12 --ignore=tests/TestFiles/* config src tests",
"lint:fix": "vendor/bin/phpcbf -p --standard=PSR12 --ignore=tests/TestFiles/* config src tests",
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
"test:coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 584e302

Please sign in to comment.