Skip to content

Commit

Permalink
Merge pull request #7 from acseo/feature/symfony-4
Browse files Browse the repository at this point in the history
Allow Symfony 4 compatibility
  • Loading branch information
romainguerrero authored Jun 19, 2023
2 parents 1d8ff13 + 28157cb commit 7e8783f
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 @@ -12,7 +12,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": "~3.1"
"symfony/symfony": "~3.1 || ~4.0"
},
"suggest": {

Expand Down

0 comments on commit 7e8783f

Please sign in to comment.