Revert "Update composer.json & composer.json > Closes #991"
This reverts commit 9e98109b.
... | @@ -25,9 +25,6 @@ | ... | @@ -25,9 +25,6 @@ |
}, | }, | ||
"files": ["lib/_autoload_modules.php"] | "files": ["lib/_autoload_modules.php"] | ||
}, | }, | ||
"config": { | |||
"php": "5.5" | |||
}, | |||
"require": { | "require": { | ||
"php": ">=5.5", | "php": ">=5.5", | ||
"ext-SPL": "*", | "ext-SPL": "*", | ||
... | @@ -49,8 +46,7 @@ | ... | @@ -49,8 +46,7 @@ |
"symfony/http-foundation": "^3.4", | "symfony/http-foundation": "^3.4", | ||
"symfony/config": "^3.4", | "symfony/config": "^3.4", | ||
"symfony/http-kernel": "^3.4", | "symfony/http-kernel": "^3.4", | ||
"symfony/dependency-injection": "^3.4", | "symfony/dependency-injection": "^3.4" | ||
"symfony/yaml": "3.4.9" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~4.8", | "phpunit/phpunit": "~4.8", | ||
... | ... |
Please register or sign in to comment