first commit
This commit is contained in:
34
modules/ps_wirepayment/composer.json
Normal file
34
modules/ps_wirepayment/composer.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "prestashop/ps_wirepayment",
|
||||
"description": "PrestaShop module ps_wirepayment",
|
||||
"homepage": "https://github.com/PrestaShop/ps_wirepayment",
|
||||
"license": "AFL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "PrestaShop SA",
|
||||
"email": "contact@prestashop.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"prestashop/php-dev-tools": "^3.4"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"ps_wirepayment.php"
|
||||
],
|
||||
"exclude-from-classmap": []
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"classmap-authoritative": true,
|
||||
"optimize-autoloader": true,
|
||||
"prepend-autoloader": false,
|
||||
"platform": {
|
||||
"php": "5.4"
|
||||
}
|
||||
},
|
||||
"type": "prestashop-module"
|
||||
}
|
||||
Reference in New Issue
Block a user