Skip to content

Commit

Permalink
allow Symfony 5 bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Hollevoet committed Oct 25, 2022
1 parent ef6a971 commit 064e430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"doctrine/doctrine-bundle": "^1.12.13 || ^2.0",
"phpseclib/phpseclib": "^2.0",
"symfony/framework-bundle": "^3.4 || ^4.3 || ^5.4",
"symfony/http-client": "^4.4",
"symfony/security": "^3.4.49 || ^4.4.24",
"symfony/http-client": "^4.4 || ^5.4",
"symfony/security": "^3.4.49 || ^4.4.24 || ^5.4",
"symfony/monolog-bundle": "^3.3"
},
"autoload": {
Expand Down

0 comments on commit 064e430

Please sign in to comment.