Skip to content

Commit

Permalink
Update scripts in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Mar 3, 2024
1 parent ea7dedf commit 9911ab2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
}
},
"scripts": {
"test": "php8.0 ./vendor/phpunit/phpunit/phpunit",
"test-f": "php8.0 ./vendor/phpunit/phpunit/phpunit --filter",
"phpstan": "php8.2 ./vendor/bin/phpstan --configuration='tools/phpstan/phpstan.neon'",
"fix-all": "php8.1 ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php",
"fix-all-dry": "php8.1 ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php -vv --dry-run --diff"
"test": "php8.3 ./vendor/phpunit/phpunit/phpunit",
"test-f": "php8.3 ./vendor/phpunit/phpunit/phpunit --filter",
"phpstan": "php8.3 ./vendor/bin/phpstan --configuration='tools/phpstan/phpstan.neon'",
"fix-all": "php8.2 ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php",
"fix-all-dry": "php8.2 ./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=tools/php-cs-fixer/.php-cs-fixer.dist.php -vv --dry-run --diff"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit 9911ab2

Please sign in to comment.