Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Depend on version of Coveralls module that supports 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 14, 2016
1 parent 67205ca commit 7566233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geoip/geoip",
"description": "MaxMind GeoIP PHP API",
"keywords": [ "geoip", "geolocation", "maxmind" ],
"keywords": ["geoip", "geolocation", "maxmind"],
"homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
"type": "library",
"license": "LGPL 2.1+",
Expand All @@ -24,6 +24,6 @@
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master"
"satooshi/php-coveralls": "1.0.*"
}
}

0 comments on commit 7566233

Please sign in to comment.