截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223
  1. {
  2. "name": "yly-openapi/yly-openapi-sdk",
  3. "description": "yly-openapi-php-sdk",
  4. "license": "MIT",
  5. "keywords": [
  6. "yly-openapi-php-sdk"
  7. ],
  8. "authors": [
  9. {
  10. "name": "曲子陌",
  11. "email": "lwy@yilianyun.net"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.4.0"
  16. },
  17. "require-dev": {
  18. "phpunit/phpunit": "^4.8"
  19. },
  20. "autoload": {
  21. "psr-4": {"App\\": "Lib/"}
  22. }
  23. }