Skip to content

Commit

Permalink
Allow SF 6
Browse files Browse the repository at this point in the history
Compatibility checks need to be done later
  • Loading branch information
robotjoosen committed Feb 5, 2022
1 parent ee5f440 commit 2703704
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 @@ -34,9 +34,9 @@
],
"require": {
"php": ">=8.0",
"symfony/framework-bundle": "^5.0",
"symfony/framework-bundle": "^5.0|^6.0",
"dragonmantank/cron-expression": "^2.0",
"symfony/console": "^5.0"
"symfony/console": "^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2703704

Please sign in to comment.