composer.json 362 B

12345678910111213141516171819
  1. {
  2. "name" : "obs/esdk-obs-php",
  3. "description" : "OBS PHP SDK",
  4. "license":"Apache-2.0",
  5. "version":"3.22.6",
  6. "require" : {
  7. "php" : ">=5.6.0",
  8. "guzzlehttp/guzzle" : "^6.3.0 || ^7.0",
  9. "guzzlehttp/psr7" : "^1.4.2 || ^2.0",
  10. "monolog/monolog" : "^1.23.0 || ^2.0"
  11. },
  12. "keywords" :["obs", "php"],
  13. "autoload": {
  14. "psr-4": {
  15. "Obs\\": "Obs/"
  16. }
  17. }
  18. }