Skip to content

Commit

Permalink
Merge pull request #3 from fidanf/master
Browse files Browse the repository at this point in the history
Make it compatible with newer Symfony versions
  • Loading branch information
sandvige authored Sep 10, 2019
2 parents e4dec16 + 44231e8 commit 6ae9a08
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 @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*"
"symfony/framework-bundle": "~2.1|~3.0|^4.0"
},
"autoload": {
"psr-0": { "RG\\OlarkBundle": "" }
Expand Down

0 comments on commit 6ae9a08

Please sign in to comment.