Skip to content

Commit

Permalink
Add composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
galen committed Jul 29, 2012
1 parent 5f02880 commit b9605c3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "php-google-maps/php-google-maps",
"type": "library",
"description": "PHP Google Maps API for PHP 5.3+",
"keywords": ["map", "maps", "google-maps", "google maps", "google"],
"homepage": "https://github.com/galen/PHPGoogleMaps",
"license": "MIT",
"authors": [
{
"name": "Galen Grover",
"email": "galenjr@gmail.com",
"homepage": "http://www.galengrover.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"PHPGoogleMaps": ""
}
}
}

0 comments on commit b9605c3

Please sign in to comment.