composer.json 279 B

123456789101112
  1. {
  2. "require" : {
  3. "php" : ">=5.6.0",
  4. "guzzlehttp/guzzle" : "6.3.0",
  5. "guzzlehttp/psr7" : "1.4.2",
  6. "guzzlehttp/promises" : "1.3.1",
  7. "psr/http-message" : "1.0.1",
  8. "monolog/monolog" : "1.23.0",
  9. "psr/log" : "1.0.2",
  10. "braintree/braintree_php" : "5.4.0"
  11. }
  12. }