Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Commit

Permalink
Add composer description file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Apr 18, 2012
1 parent deb0959 commit 5323fd6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
@@ -0,0 +1,18 @@
{
"name": "tatsh/sutra",
"type": "library",
"description": "A Flourish-based unframework (set of libraries).",
"keywords": ["library", "unframework"],
"homepage": "https://github.com/tatsh/sutra",
"license": "MIT",
"authors": [
{
"name": "Andrew Udvare",
"email": "audvare@gmail.com",
"homepage": "http://andrew.udvare.com"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 5323fd6

Please sign in to comment.