Pin coveralls version

This commit is contained in:
Josh Sherman 2018-01-09 00:26:46 -06:00
parent 5d7000bf8a
commit ba8f480f5e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -15,8 +15,8 @@
"license": "MIT",
"authors": [
{
"name": "Josh Sherman",
"email": "hello@joshtronic.com",
"name": "Josh Sherman",
"email": "hello@joshtronic.com",
"homepage": "https://joshtronic.com"
}
],
@ -24,9 +24,11 @@
"php": ">=5.3.0"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": {"joshtronic\\": "src/"}
"psr-4": {
"joshtronic\\": "src/"
}
}
}