{ "name": "seacms/seacms-auth", "type": "pico-plugin", "description": "API route for SeaCMS", "keywords": [ "pico", "picocms", "picocms-plugin", "auth"], "homepage": "https://git.defis.info/SeaCMS/seacms-auth", "license": "EUPL-1.2", "readme": "README.md", "authors": [ { "name": "Jérémy Dufraisse", "homepage": "https://github.com/J9rem", "role": "SeaCMS developer" } ], "support": { "docs": "https://git.defis.info/SeaCMS/seacms-auth/src/branch/master/README.md", "issues": "https://git.defis.info/SeaCMS/seacms-auth/issues", "source": "https://git.defis.info/SeaCMS/seacms-auth" }, "require": { "php": "^8.0", "seacms/seacms-api": "dev-master" }, "autoload": { "classmap": [ "SeacmsAuth.php" ] }, "config": { "optimize-autoloader": true, "platform": { "php": "8.0.0" }, "platform-check": true, "sort-packages": true } }