Skip to content

Commit

Permalink
Composer.json Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyStephen committed Nov 23, 2013
1 parent f2cb164 commit cf8fd58
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "api/filesystem",
"description": "Common API for Filesystem",
"keywords": ["api", "CommonApi", "filesystem"],
"license": "MIT",
"authors": [
{
"name": "AmyStephen",
"homepage": "http://Molajo.org/"
}
],
"autoload": {
"psr-0": {
"Api\\Filesystem\\": ""
}
}
}

0 comments on commit cf8fd58

Please sign in to comment.