Skip to content

Commit

Permalink
fix: composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Aug 17, 2024
1 parent d7dc11e commit d169660
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 @@ -112,6 +112,7 @@
"@psalm",
"@phpstan"
],
"rector": "./vendor/bin/rector",
"static-clear-cache": [
"@clear-cache-psalm",
"@clear-cache-phpstan"
Expand All @@ -127,7 +128,6 @@
"test-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --testsuite=unit,integration,feature --coverage-html=data/coverage-html --coverage-xml=data/coverage-xml --log-junit=data/coverage-xml/junit.xml",
"test-feature": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=feature",
"test-integration": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=integration",
"test-unit": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=unit",
"rector": "./vendor/bin/rector"
"test-unit": "XDEBUG_MODE=off ./vendor/bin/phpunit --testsuite=unit"
}
}

0 comments on commit d169660

Please sign in to comment.