25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
584 B

  1. {
  2. "name": "easywechat/url",
  3. "description": "url module for EasyWeChat SDK.",
  4. "keywords": ["wechat", "weixin", "SDK", "url", "easywechat"],
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "overtrue",
  9. "email": "anzhengchao@gmail.com"
  10. }
  11. ],
  12. "autoload": {
  13. "psr-4": {
  14. "EasyWeChat\\Url\\": "."
  15. }
  16. },
  17. "minimum-stability":"dev",
  18. "require-dev": {
  19. "phpunit/phpunit": "4.8.*",
  20. "mockery/mockery": "^1.0@dev"
  21. },
  22. "require": {
  23. "easywechat/core" : "dev-master"
  24. }
  25. }