Skip to content

Commit

Permalink
allow symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kasn committed Jul 10, 2024
1 parent e835a15 commit 6298a35
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 6298a35

Please sign in to comment.