Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 роки тому
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "guzzlehttp/guzzle-services",
  3. "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Michael Dowling",
  9. "email": "mtdowling@gmail.com",
  10. "homepage": "https://github.com/mtdowling"
  11. },
  12. {
  13. "name": "Jeremy Lindblom",
  14. "email": "jeremeamia@gmail.com",
  15. "homepage": "https://github.com/jeremeamia"
  16. },
  17. {
  18. "name": "Stefano Kowalke",
  19. "email": "blueduck@mail.org",
  20. "homepage": "https://github.com/konafets"
  21. }
  22. ],
  23. "require": {
  24. "php": ">=5.5",
  25. "guzzlehttp/guzzle": "^6.2",
  26. "guzzlehttp/command": "~1.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "~4.0"
  30. },
  31. "autoload": {
  32. "psr-4": {
  33. "GuzzleHttp\\Command\\Guzzle\\": "src/"
  34. }
  35. },
  36. "autoload-dev": {
  37. "psr-4": {
  38. "GuzzleHttp\\Tests\\Command\\Guzzle\\": "tests/"
  39. }
  40. },
  41. "suggest": {
  42. "gimler/guzzle-description-loader": "^0.0.4"
  43. },
  44. "extra": {
  45. "branch-alias": {
  46. "dev-master": "1.0.x-dev"
  47. }
  48. }
  49. }