📂 File Browser

/AgentAI/vendor/google/apiclient-services
🌙 Dark Mode
🎯 Quick Launch:

📁 Directories

📄 Files

📄 README.md
▶ Open 📄 View Source
📄 SECURITY.md
▶ Open 📄 View Source
🐘 autoload.php
▶ Open 📄 View Source
📄 composer.json
▶ Open 📄 View Source

📄 Source: composer.json

{
    "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": "^8.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6"
    },
    "autoload": {
        "psr-4": {
            "Google\\Service\\": "src"
        },
        "files": [
            "autoload.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Google\\": "tests/mocks"
        }
    }
}
← Back