Skip to content

Commit

Permalink
Adding composer.json to publish on packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetik committed Jan 13, 2014
1 parent eac3770 commit 412594b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "maniaplanet/manialib",
"type": "library",
"description": "Library to query ManiaPlanet webservices (shootmania and trackmania 2)",
"keywords": ["ManiaPlanet", "ShootMania", "TrackMania"],
"homepage": "https://github.com/maniaplanet/manialib",
"license": "LGPL-3.0",
"authors": [
{
"name": "Nadeo",
"email": "contact@nadeo.com",
"homepage": "http://www.nadeo.com/"
}
],
"support": {
"forum": "http://forum.maniaplanet.com/viewforum.php?f=40"
},
"require": {
"php": ">=5.3",
},
"autoload": {
"psr-4": {
"ManiaLib\\": "libraries/ManiaLib/"
}
}
}

0 comments on commit 412594b

Please sign in to comment.