Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelKaefer committed Apr 15, 2018
1 parent 2190a09 commit cece524
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
{
"name": "michaelkaefer/oauth2paypal-for-prestashop17",
"description": "Enables you in PrestaShop 1.7 to use oauth2-amazon.",
"license": "MIT",
"authors": [
{
"name": "Michael Käfer",
"email": "[email protected]"
}
],
"require": {
"michaelkaefer/oauth2-amazon": "^1.0"
"michaelkaefer/oauth2client-for-prestashop17": "^1.0.5"
},
"keywords": [
"php",
"oauth2",
"oauth",
"prestashop",
"amazon"
],
"autoload": {
"psr-4": {
"MichaelKaefer\\OAuth2AmazonForPrestashop17\\MichaelKaefer\\OAuth2\\Client\\": [
"src/michaelkaefer/oauth2-amazon/src/"
]
}
}
}
}

0 comments on commit cece524

Please sign in to comment.