Merge pull request #456 from vinkla/patch-2

Update composer.json
This commit is contained in:
Denis Sokolov
2016-10-04 13:04:58 +03:00
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@
"license": "MIT",
"description": "php error handling for cool kids",
"keywords": ["library", "error", "handling", "exception", "whoops", "zf2"],
"homepage": "https://github.com/filp/whoops",
"homepage": "https://filp.github.io/whoops/",
"authors": [
{
"name": "Filipe Dobreira",
@@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=5.5.9"
"php": "^5.5.9 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.0",