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 a0d8a0a commit 588f1b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5,421 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=7.4",
"symfony/dependency-injection": "^4.0 | ^5.0",
"symfony/framework-bundle": "^4.0 | ^5.0",
"symfony/twig-bundle": "^4.0 | ^5.0",
"symfony/mailer": "^4.0 | ^5.0",
"symfony/dependency-injection": "^4.0 | ^5.0 | ^6.0",
"symfony/framework-bundle": "^4.0 | ^5.0 | ^6.0",
"symfony/twig-bundle": "^4.0 | ^5.0 | ^6.0",
"symfony/mailer": "^4.0 | ^5.0 | ^6.0",
"symfony/monolog-bundle": "*",
"symfony/options-resolver": "^4.0 | ^5.0"
"symfony/options-resolver": "^4.0 | ^5.0 | ^6.0"
},
"autoload":{
"psr-4":{
Expand Down
Loading

0 comments on commit 588f1b4

Please sign in to comment.