{ "name": "singularity/hdk-pay", "license": "MIT", "type": "library", "description": "支付平台", "autoload": { "psr-4": { "Singularity\\HDK\\Pay\\": "src/" } }, "extra": { "hyperf": { "config": "Singularity\\HDK\\Pay\\ConfigProvider" } }, "require": { "php": ">=8.1", "composer/composer": ">=2.5.8", "hyperf/guzzle": "~3.0.0", "moneyphp/money": "^4.1", "singularity/hdk-core": "^1.0.0", "hyperf/contract": "~3.0.0", "hyperf/constants": "3.0.*", "hyperf/config": "~3.0.0", "hyperf/di": "~3.0.0", "hyperf/http-server": "3.0.*" }, "require-dev": { "cooper/hyperf-pest": "^1.1", "firebase/php-jwt": "^6.8.0", "phpunit/phpunit": "^9.6.9", "swoole/ide-helper": "^4.8.13" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "optimize-autoloader": true, "sort-packages": true, "secure-http": false, "allow-plugins": { "pestphp/pest-plugin": true } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "test": [ "rm -rf runtime", "Composer\\Config::disableProcessTimeout", "co-pest --prepend tests/bootstrap.php -c phpunit.xml --colors=always" ], "cs-fix": "php-cs-fixer fix $1", "analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config" }, "repositories": { "lux-map": { "type": "composer", "url": "https://satis.luxcreo.cn/" }, "packagist": { "type": "composer", "url": "https://mirrors.aliyun.com/composer/" } }, "version": "1.0.0-alpha.8" }