Skip to content

Commit

Permalink
Fixed composer.json, add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Ross committed Jun 1, 2015
1 parent 73729dd commit e74970d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "daveross/offline-country-reverse-geocoder",
"description": "Determine which country a lat/long point falls in",
"require": {
"php": ">=5.3",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7.10"
Expand Down

0 comments on commit e74970d

Please sign in to comment.