{ "name": "ibrand/payment", "type": "library", "description": "GuoJiangClub payment component", "keywords": [ "GuoJiangClub", "payment", "component" ], "license": "MIT", "authors": [ { "name": "shjchen", "email": "i@chenhow.com" } ], "require": { "php": ">=7.0", "yansongda/pay":"^2.0" }, "autoload": { "psr-4": { "GuoJiangClub\\Component\\Payment\\": "src/" } }, "require-dev": { "mockery/mockery": "~1.0", "phpunit/phpunit": "~6.0", "orchestra/testbench": "~3.5", "orchestra/database": "~3.5" }, "minimum-stability": "dev", "prefer-stable": true }