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 1366257 commit 4248269
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "kunststube/csrfp",
"description": "A signed token generator for cross site request forgery protection.",
"keywords": ["csrf", "token"],
"homepage": "https://github.com/deceze/Kunststube-CSRFP",
"authors": [
{
"name": "David Zentgraf",
"email": "csrfp@kunststube.net",
"homepage": "http://kunststube.net"
}
],
"autoload": {
"psr-0": { "Kunststube\\CSRFP": "" }
},
"require": {
"php": ">=5.3.0"
},
"target-dir": "Kunststube/CSRFP"
}

0 comments on commit 4248269

Please sign in to comment.