Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26a266a

Browse files
committed
Merge pull request FriendsOfSymfony#10 from vbardales/patch-2
Change required version of Symfony2 from 2.1 to 2.*
2 parents 52c15b2 + 2259d1b commit 26a266a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=5.3.2",
19-
"symfony/http-foundation": "2.1.*"
19+
"symfony/http-foundation": ">=2.0.0, <2.2.0-dev"
2020
},
2121
"autoload": {
2222
"psr-0": { "OAuth2": "lib/" }

0 commit comments

Comments
 (0)