Skip to content

Commit 59fbeef

Browse files
authored
Merge pull request #140 from pgodel/feature/symfony4
Allow Symfony 4.0 in composer.json
2 parents ceb5b2d + 3dadffc commit 59fbeef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"require": {
1515
"php": ">=5.5",
1616
"doctrine/collections": "~1.0",
17-
"symfony/filesystem": "^2.0.5|^3.0",
18-
"symfony/process": "^2.1|^3.0",
17+
"symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
18+
"symfony/process": "^2.1 || ^3.0 || ^4.0",
1919
"symfony/polyfill-mbstring": "^1.3"
2020
},
2121
"require-dev": {
2222
"ext-zip": "*",
2323
"guzzle/guzzle": "~3.0",
2424
"guzzlehttp/guzzle": "^6.0",
25-
"phpunit/phpunit": "^4.0|^5.0",
26-
"symfony/finder": "^2.0.5|^3.0"
25+
"phpunit/phpunit": "^4.0 || ^5.0",
26+
"symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
2727
},
2828
"suggest": {
2929
"ext-zip": "To use the ZipExtensionAdapter",

0 commit comments

Comments
 (0)