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",
"license": "MIT",
"require": {
"platform": {
"php": ">=5.3"
}
"php": ">=5.3.0"
},
"require-dev": {
"satooshi/php-coveralls": "~1.0"