Skip to content

Commit

Permalink
Merge pull request #16 from mikefox/master
Browse files Browse the repository at this point in the history
Add compatibility with Symfony ^3.0.
  • Loading branch information
BenjaminPaap authored Nov 20, 2017
2 parents dfa6555 + 89a53f6 commit 5930250
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 @@ -14,8 +14,8 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": ">=2.2.0,<3.0",
"symfony/property-access": ">=2.2.0,<3.0"
"symfony/framework-bundle": ">=2.2.0 || ^3.0",
"symfony/property-access": ">=2.2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
Expand Down

0 comments on commit 5930250

Please sign in to comment.