Skip to content

Commit

Permalink
Loosen requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelshaped committed Jun 4, 2024
1 parent 7699fb7 commit b26dc0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"symfony/cache-contracts": "^3.5",
"symfony/config": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/http-kernel": "^7.0"
"symfony/cache-contracts": "^2.5 || ^3.3",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^11.1",
Expand Down

0 comments on commit b26dc0c

Please sign in to comment.