Skip to content

Commit 5930250

Browse files
authored
Merge pull request #16 from mikefox/master
Add compatibility with Symfony ^3.0.
2 parents dfa6555 + 89a53f6 commit 5930250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require": {
1616
"php": ">=5.3.2",
17-
"symfony/framework-bundle": ">=2.2.0,<3.0",
18-
"symfony/property-access": ">=2.2.0,<3.0"
17+
"symfony/framework-bundle": ">=2.2.0 || ^3.0",
18+
"symfony/property-access": ">=2.2.0 || ^3.0"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "~3.7"

0 commit comments

Comments
 (0)