add:test
Showing
composer.json
0 → 100644
{ | |||
"name" : "bp/pay", | |||
"description": "", | |||
"type": "project", | |||
"license": "MIT", | |||
"require": { | |||
"php": "7.2.*", | |||
"ext-json": "*", | |||
"api/php_utils":"dev-master", | |||
"api/php_services":"dev-master", | |||
"ext-openssl": "*" | |||
}, | |||
"minimum-stability": "dev", | |||
"autoload" : { | |||
"psr-4" : { | |||
"App\\Plugins\\" : "application/plugins", | |||
"App\\Services\\" : "application/services", | |||
"App\\Models\\" : "application/models", | |||
"App\\Base\\" : "application/modules/Base", | |||
"App\\Exception\\" : "application/exception", | |||
"Daemon\\" : "daemon" | |||
} | |||
}, | |||
"scripts": { | |||
"post-update-cmd": [ | |||
"php -f rmgit.php" | |||
] | |||
}, | |||
"config": { | |||
"optimize-autoloader": true, | |||
"preferred-install": "dist", | |||
"sort-packages": true | |||
}, | |||
"repositories": { | |||
"api/php_utils":{ | |||
"type":"vcs", | |||
"url":"https://gitlab.yidian-inc.com/bp/php_utils.git" | |||
}, | |||
"api/php_services":{ | |||
"type":"vcs", | |||
"url":"https://gitlab.yidian-inc.com/bp/php_services.git" | |||
} | |||
} | |||
} |
Please register or sign in to comment