Skip to content

Commit

Permalink
Merge pull request #13 from InterNations/dev/sf5-compat
Browse files Browse the repository at this point in the history
allow symfony 5
  • Loading branch information
santimarquez authored Jul 30, 2024
2 parents e835a15 + 6298a35 commit 38acbb3
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 @@ -21,13 +21,13 @@
],
"require": {
"php": ">=7.2.5",
"symfony/framework-bundle": "^4.4",
"symfony/security": "^4.4",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/security": "^4.4|^5.0",
"twig/twig": "^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": ">4",
"symfony/symfony": "^4.4",
"symfony/symfony": "^4.4|^5.0",
"doctrine/doctrine-bundle": "^2.0",
"doctrine/orm": "^2.5"
},
Expand Down

0 comments on commit 38acbb3

Please sign in to comment.