Brak opisu
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.

composer.json 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "yansongda/supports",
  3. "description": "common components",
  4. "keywords": ["support", "array", "collection", "config", "http", "guzzle", "throttle"],
  5. "support": {
  6. "issues": "https://github.com/yansongda/supports/issues",
  7. "source": "https://github.com/yansongda/supports"
  8. },
  9. "authors": [
  10. {
  11. "name": "yansongda",
  12. "email": "me@yansongda.cn"
  13. }
  14. ],
  15. "require": {
  16. "php": ">=7.1.3",
  17. "monolog/monolog": "^1.23 || ^2.0",
  18. "guzzlehttp/guzzle": "^6.2 || ^7.0"
  19. },
  20. "require-dev": {
  21. "predis/predis": "^1.1",
  22. "phpunit/phpunit": "^7.5",
  23. "friendsofphp/php-cs-fixer": "^2.15"
  24. },
  25. "autoload": {
  26. "psr-4": {
  27. "Yansongda\\Supports\\": "src/"
  28. }
  29. },
  30. "autoload-dev": {
  31. "psr-4": {
  32. "Yansongda\\Supports\\Tests\\": "tests/"
  33. }
  34. },
  35. "suggest": {
  36. "predis/predis": "Allows to use throttle feature"
  37. },
  38. "license": "MIT"
  39. }