first commit
This commit is contained in:
34
modules/ps_eventbus/composer.json
Normal file
34
modules/ps_eventbus/composer.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"platform": {
|
||||
"php": "5.6"
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"prepend-autoloader": false
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PrestaShop\\Module\\PsEventbus\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"ps_eventbus.php",
|
||||
"controllers/"
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"symfony/dotenv": "^3.4",
|
||||
"phpseclib/phpseclib": "^2.0",
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "~5.0",
|
||||
"monolog/monolog": "1.25.3",
|
||||
"prestashop/prestashop-accounts-auth": "^2.2.0",
|
||||
"prestashop/module-lib-service-container": "^1.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7",
|
||||
"prestashop/php-dev-tools": "3.*",
|
||||
"friendsofphp/php-cs-fixer": "^2.16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user