Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hashmode committed Jul 27, 2016
1 parent cdab536 commit b3a6c5a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "hashmode/cakephp-stripe",
"description": "Cakephp 3.x component for Stripe payments",
"type": "cakephp-plugin",
"keywords": ["cakephp", "stripe", "payment"],
"require": {
"cakephp/cakephp": "~3.0",
"stripe/stripe-php": "~3.17.0"
},
"license": "MIT",
"authors": [
{
"name": "hashmode"
}
],
"autoload": {
"psr-4": {
"CakephpStripe\\": "src"
}
}

}

0 comments on commit b3a6c5a

Please sign in to comment.