php-plug-cdn/composer.json
Snider fb78c05c32 feat: extract CDN providers from app/Plug/Cdn
Bunny CDN (Purge, Stats), CdnManager, domain contracts (HasStats, Purgeable)
with Core\Plug\Cdn namespace alignment.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:29:13 +00:00

17 lines
384 B
JSON

{
"name": "core/php-plug-cdn",
"description": "CDN provider integrations for the Plug framework",
"type": "library",
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
"core/php": "^1.0"
},
"autoload": {
"psr-4": {
"Core\\Plug\\Cdn\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}