Skip to content

Commit

Permalink
Allow flexibility in composer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hikariii committed Mar 8, 2024
1 parent dda28ac commit 08b64ac
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 @@ -30,10 +30,10 @@
"doctrine/orm": "^2.19 || ^3"
},
"require-dev": {
"doctrine/coding-standard": "^11.0",
"phpunit/phpunit": "^10.0",
"doctrine/coding-standard": "^9.0 || ^10.0 || ^11.0 || ^12.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"psalm/plugin-phpunit": "^0.18",
"slevomat/coding-standard": "^8.4",
"slevomat/coding-standard": "~8",
"symfony/cache": "^5.4 || ^6.4 || ^7",
"vimeo/psalm": "^5.2",
"webmozart/assert": "^1.11"
Expand Down

0 comments on commit 08b64ac

Please sign in to comment.