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 83747dd commit fd29297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -48,8 +48,8 @@
"test": "php8.3 ./vendor/phpunit/phpunit/phpunit",
"test-f": "php8.3 ./vendor/phpunit/phpunit/phpunit --filter",
"phpstan": "php8.3 ./vendor/bin/phpstan analyse -c phpstan.neon",
"pint": "php8.2 ./vendor/bin/pint",
"pint-t": "php8.2 ./vendor/bin/pint --test"
"pint": "php8.3 ./vendor/bin/pint",
"pint-t": "php8.3 ./vendor/bin/pint --test"
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down

0 comments on commit fd29297

Please sign in to comment.