Skip to content

Commit

Permalink
Up'd dev packages to pass composer test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHAnderson committed Dec 12, 2023
1 parent 5d6df6b commit 1f3d876
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 @@ -32,10 +32,10 @@
"require-dev": {
"doctrine/coding-standard": "^11.0 || ^12.0",
"doctrine/dbal": "^3.1.1",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.6",
"vimeo/psalm": "^5.4",
"symfony/cache": "^5.3||^6.2",
"php-parallel-lint/php-parallel-lint": "^1.3"
"php-parallel-lint/php-parallel-lint": "^1.3.2"
},
"scripts": {
"test": "vendor/bin/parallel-lint ./src/ ./test && vendor/bin/phpcs && vendor/bin/psalm && vendor/bin/phpunit ",
Expand Down

0 comments on commit 1f3d876

Please sign in to comment.