Skip to content

Commit

Permalink
Merge pull request #2 from someecards/composer
Browse files Browse the repository at this point in the history
Add Composer support thanks to @joshuajabbour.
  • Loading branch information
BKcore committed Dec 20, 2012
2 parents b48a6e9 + f6c2368 commit b627c4b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "bkcore/nocsrf",
"description": "A simple anti-CSRF token generation/checking class written in PHP5.",
"homepage": "http://bkcore.com/blog/code/nocsrf-php-class.html",
"license": "MIT",
"version": "1.0.0",
"type": "library",
"require": {
"php": ">=5.3.2"
},
"autoload": {
"classmap": [""]
}
}

0 comments on commit b627c4b

Please sign in to comment.