Skip to content

Commit

Permalink
Merge pull request #12 from silasjoisten/feature/allow-s-6
Browse files Browse the repository at this point in the history
Enhancement: Allow Symfony 6
  • Loading branch information
danaki authored Feb 8, 2022
2 parents 4cac5ef + ba55876 commit 8f80e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^5.0",
"symfony/framework-bundle": "^6.0|^5.0",
"acelaya/doctrine-enum-type": "^2.3"
},

Expand Down

0 comments on commit 8f80e6c

Please sign in to comment.