File "composer.json"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/ad-inserter/includes/google-api/vendor/google/apiclient-services/composer.json
File size: 612 B (612 B bytes)
MIME-type: application/json
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

{
    "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"
        }
    }
}