File "composer.json"

Full Path: /home/warrior1/public_html/plugins/google-listings-and-ads/vendor/google/apiclient-services/composer.json
File size: 612 bytes
MIME-type: application/json
Charset: utf-8

{
    "name": "google/apiclient-services",
    "type": "library",
    "description": "Client library for Google APIs",
    "keywords": ["google"],
    "homepage": "http://developers.google.com/api-client-library/php",
    "license": "Apache-2.0",
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7||^8.5.13"
    },
    "autoload": {
        "psr-4": {
            "Google\\Service\\": "src"
        },
        "files": [
            "autoload.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\": "tests/mocks"
        }
    }
}