Merge pull request #2419 from doctrine/cleanup/remove-5.5-support
Remove PHP 5.5 support
Showing
... | ... | @@ -12,11 +12,11 @@ |
{"name": "Jonathan Wage", "email": "jonwage@gmail.com"} | ||
], | ||
"require": { | ||
"php": ">=5.4", | ||
"php": "^5.6 || ^7.0", | ||
"doctrine/common": "~2.4" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.*", | ||
"phpunit/phpunit": "^5.4.6", | ||
"symfony/console": "2.*" | ||
}, | ||
"suggest": { | ||
... | ... |
Please register or sign in to comment