We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceb5b2d + 3dadffc commit 59fbeefCopy full SHA for 59fbeef
composer.json
@@ -14,16 +14,16 @@
14
"require": {
15
"php": ">=5.5",
16
"doctrine/collections": "~1.0",
17
- "symfony/filesystem": "^2.0.5|^3.0",
18
- "symfony/process": "^2.1|^3.0",
+ "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
+ "symfony/process": "^2.1 || ^3.0 || ^4.0",
19
"symfony/polyfill-mbstring": "^1.3"
20
},
21
"require-dev": {
22
"ext-zip": "*",
23
"guzzle/guzzle": "~3.0",
24
"guzzlehttp/guzzle": "^6.0",
25
- "phpunit/phpunit": "^4.0|^5.0",
26
- "symfony/finder": "^2.0.5|^3.0"
+ "phpunit/phpunit": "^4.0 || ^5.0",
+ "symfony/finder": "^2.0.5 || ^3.0 || ^4.0"
27
28
"suggest": {
29
"ext-zip": "To use the ZipExtensionAdapter",
0 commit comments