Skip to content

Commit

Permalink
feat: allow symfony dependency from 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulferoz committed Sep 15, 2024
1 parent 3c21725 commit 0d86592
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"symfony/framework-bundle": ">=6.0 <7.4.0",
"symfony/security-bundle": ">=6.0 <7.4.0"
"symfony/framework-bundle": ">=5.4 <7.4.0",
"symfony/security-bundle": ">=5.4 <7.4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"php-coveralls/php-coveralls": "^2.1",
"doctrine/common": ">=2.2 <4.0",
"symfony/test-pack": "^1.0",
"symfony/twig-bundle": "^6.0",
"symfony/form": "^6.0",
"symfony/validator": "^6.0"
"symfony/twig-bundle": ">=5.4 <7.4",
"symfony/form": ">=5.4 <7.4",
"symfony/validator": ">=5.4 <7.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0d86592

Please sign in to comment.