Sin descripción

composer.json 448B

12345678910111213141516171819
  1. {
  2. "name": "google/apiclient-services",
  3. "type": "library",
  4. "description": "Client library for Google APIs",
  5. "keywords": ["google"],
  6. "homepage": "http://developers.google.com/api-client-library/php",
  7. "license": "Apache-2.0",
  8. "require": {
  9. "php": ">=5.4"
  10. },
  11. "require-dev": {
  12. "phpunit/phpunit": "~4.8"
  13. },
  14. "autoload": {
  15. "psr-0": {
  16. "Google_Service_": "src"
  17. }
  18. }
  19. }