Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
allsecure-pay authored Aug 20, 2019
1 parent f251895 commit 40c9ea6
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "allsecure-pay/php-exchange",
"description": "N/A",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.1.3||~7.2.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Exchange\\Client\\": ""
}
"name": "allsecure-pay/exchange-prestashop",
"description": "AllSecure Exchange Gateway plugin for PrestaShop",
"license": "GPL-3.0-only",
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "prestashop-plugin",
"autoload": {
"psr-4": {
"Exchange\\Prestashop\\PaymentMethod\\": "exchange/payment_method/",
"Exchange\\Prestashop\\": "exchange/",
"Exchange\\Client\\": "exchange/client/"
}
},
"config": {
"vendor-dir": "exchange/vendor"
}
}

0 comments on commit 40c9ea6

Please sign in to comment.