Skip to content

Commit 14a5201

Browse files
committed
Merge pull request #38 from emgiezet/master
sf3 support
2 parents 8b394db + ab3aaf4 commit 14a5201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"symfony/serializer": "~2.7",
16-
"symfony/options-resolver": "~2.7"
15+
"symfony/serializer": "~2.7|~3.0",
16+
"symfony/options-resolver": "~2.7|~3.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.4",

0 commit comments

Comments
 (0)