|
@@ -22,21 +22,21 @@
|
|
"issues": "https://github.com/composer/composer/issues"
|
|
"issues": "https://github.com/composer/composer/issues"
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
- "php": ">=5.3.2",
|
|
|
|
|
|
+ "php": "^5.3.2 || ^7.0",
|
|
"justinrainbow/json-schema": "^1.4.4",
|
|
"justinrainbow/json-schema": "^1.4.4",
|
|
"composer/spdx-licenses": "^1.0",
|
|
"composer/spdx-licenses": "^1.0",
|
|
"composer/semver": "^1.0",
|
|
"composer/semver": "^1.0",
|
|
- "seld/jsonlint": "~1.0",
|
|
|
|
- "symfony/console": "~2.5",
|
|
|
|
- "symfony/finder": "~2.2",
|
|
|
|
- "symfony/process": "~2.1",
|
|
|
|
- "symfony/filesystem": "~2.5",
|
|
|
|
- "seld/phar-utils": "~1.0",
|
|
|
|
- "seld/cli-prompt": "~1.0"
|
|
|
|
|
|
+ "seld/jsonlint": "^1.0",
|
|
|
|
+ "symfony/console": "^2.5 || ^3.0",
|
|
|
|
+ "symfony/finder": "^2.2 || ^3.0",
|
|
|
|
+ "symfony/process": "^2.1 || ^3.0",
|
|
|
|
+ "symfony/filesystem": "^2.5 || ^3.0",
|
|
|
|
+ "seld/phar-utils": "^1.0",
|
|
|
|
+ "seld/cli-prompt": "^1.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
- "phpunit/phpunit": "~4.5|^5.0.5",
|
|
|
|
- "phpunit/phpunit-mock-objects": "2.3.0|~3.0"
|
|
|
|
|
|
+ "phpunit/phpunit": "^4.5|^5.0.5",
|
|
|
|
+ "phpunit/phpunit-mock-objects": "2.3.0|^3.0"
|
|
},
|
|
},
|
|
"_": "phpunit/phpunit-mock-objects required in 2.3.0 due to https://github.com/sebastianbergmann/phpunit-mock-objects/issues/223 - needs hhvm 3.8+ on travis",
|
|
"_": "phpunit/phpunit-mock-objects required in 2.3.0 due to https://github.com/sebastianbergmann/phpunit-mock-objects/issues/223 - needs hhvm 3.8+ on travis",
|
|
"config": {
|
|
"config": {
|