Fixed require

This commit is contained in:
Josh Sherman 2017-02-04 17:37:53 -06:00
parent 762d5860c7
commit 8926b798da
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -3,9 +3,7 @@
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"require": { "require": {
"platform": { "php": ">=5.3.0"
"php": ">=5.3"
}
}, },
"require-dev": { "require-dev": {
"satooshi/php-coveralls": "~1.0" "satooshi/php-coveralls": "~1.0"