Skip to content

Commit

Permalink
Merge pull request #4 from DmitryZagorulko/master
Browse files Browse the repository at this point in the history
Compability with symfony 3.х
  • Loading branch information
muxx authored Feb 27, 2018
2 parents fdfc815 + f670300 commit bfa4cff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
],
"require": {
"php": ">=5.4.4",
"symfony/framework-bundle" : "~2.8",
"symfony/twig-bridge": "~2.8",
"symfony/twig-bundle": "~2.8",
"symfony/http-kernel" : "~2.8",
"symfony/event-dispatcher" : "~2.8",
"symfony/yaml": "~2.8"
"symfony/framework-bundle" : ">=2.8|<=3.4",
"symfony/twig-bridge": ">=2.8|<=3.4",
"symfony/twig-bundle": ">=2.8|<=3.4",
"symfony/http-kernel" : ">=2.8|<=3.4",
"symfony/event-dispatcher" : ">=2.8|<=3.4",
"symfony/yaml": ">=2.8|<=3.4"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit bfa4cff

Please sign in to comment.