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 a1e5cf1 commit 83747dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
}
},
"scripts": {
"test": "php8.0 ./vendor/phpunit/phpunit/phpunit",
"test-f": "php8.0 ./vendor/phpunit/phpunit/phpunit --filter",
"phpstan": "php8.2 ./vendor/bin/phpstan analyse -c phpstan.neon",
"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"
},
Expand Down

0 comments on commit 83747dd

Please sign in to comment.