Skip to content

Commit

Permalink
feat: allow symfony 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwemox committed Mar 21, 2023
1 parent 02d1e34 commit f4abb8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5,226 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"require": {
"php": ">=7.3",
"laminas/laminas-xmlrpc": "^2.10.1",
"symfony/dependency-injection": "^4.0 | ^5.0",
"symfony/dependency-injection": "^4.0 | ^5.0 | ^6.0",
"symfony/event-dispatcher": "*",
"symfony/framework-bundle": "^4.0 | ^5.0",
"symfony/framework-bundle": "^4.0 | ^5.0 | ^6.0",
"symfony/monolog-bundle": "*",
"ext-json": "*"
},
Expand Down
Loading

0 comments on commit f4abb8f

Please sign in to comment.