{
    "name": "fgaurat/eolem_planning",
    "autoload": {
        "psr-4": {
            "Fgaurat\\EolemPlanning\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Fgaurat\\EolemPlanning\\Tests\\": "tests/"
        }
    },
    "authors": [
        {
            "name": "Frédéric GAURAT",
            "email": "fgaurat@gmail.com"
        }
    ],
    "require": {
        "php": ">=8.1",
        "google/apiclient": "^2.15",
        "vlucas/phpdotenv": "^5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.5"
    }
}
