Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelrann committed Apr 5, 2012
1 parent 8f68c6c commit 63e872b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "VichGeographicalBundle",
"type": "library",
"name": "vich/geographical-bundle",
"type": "symfony-bundle",
"description": "Geographical functionality for ORM and ODM entities and JavaScript maps rendering",
"keywords": ["maps", "geographical", "annotations", "google", "bing", "annotations"],
"homepage": "https://github.com/dustin10/VichGeographicalBundle",
"version": "1.0.0",
"license": "MIT",
"authors": [
{
"name": "Dustin Dobervich",
Expand All @@ -13,6 +13,10 @@
}
],
"require": {
"php": ">=5.3.2"
}
}
"php": ">=5.3.2",
},
"autoload": {
"psr-0": { "Vich\\GeographicalBundle": "" }
},
"target-dir": "Vich/GeographicalBundle"
}

0 comments on commit 63e872b

Please sign in to comment.