Skip to content

Commit

Permalink
adding composer description
Browse files Browse the repository at this point in the history
  • Loading branch information
deceze committed Nov 13, 2012
1 parent bbc7bef commit 46b0994
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
vendor
20 changes: 20 additions & 0 deletions composer.json
@@ -0,0 +1,20 @@
{
"name": "kunststube/rison",
"description": "A Rison encoder and decoder for PHP.",
"keywords": ["rison", "encode", "decode"],
"homepage": "https://github.com/deceze/Kunststube-Rison",
"authors": [
{
"name": "David Zentgraf",
"email": "rison@kunststube.net",
"homepage": "http://kunststube.net"
}
],
"autoload": {
"psr-0": { "Kunststube\\Rison": "" }
},
"require": {
"php": ">=5.4.0"
},
"target-dir": "Kunststube/Rison"
}

0 comments on commit 46b0994

Please sign in to comment.