Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Commit bd2feb0

Browse files
committed
Merge pull request #12 from smoench/patch-1
added support for symfony 3.0
2 parents dd58f19 + 71930d8 commit bd2feb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~5.4|~7.0",
14-
"symfony/http-foundation": "^2.7"
13+
"php": "^5.4 || ^7.0",
14+
"symfony/http-foundation": "^2.7 || ^3.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^4.7",
18-
"symfony/var-dumper": "^2.7"
18+
"symfony/var-dumper": "^2.7 || ^3.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)