Skip to content

Commit 3d76d04

Browse files
committed
allow to use with sf3 and php7
1 parent 237813d commit 3d76d04

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
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
13+
"php": ">=5.4.0|^7.0",
1414
"guzzlehttp/guzzle": "~5.3",
15-
"symfony/options-resolver": "~2.7"
15+
"symfony/options-resolver": "~2.7|^3.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "~4.6"

0 commit comments

Comments
 (0)