Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"scripts": {
"lint": "vendor/bin/phpcs -p --standard=PSR12 config src tests",
"lint-fix": "vendor/bin/phpcbf -p --standard=PSR12 config src tests",
"lint:fix": "vendor/bin/phpcbf -p --standard=PSR12 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