php-plug-storage/composer.json
Snider 373b94efab feat: extract storage providers from app/Plug/Storage
Bunny Storage (Browse, Delete, Download, Upload, VBucket), StorageManager,
domain contracts (Browseable, Deletable, Downloadable, Uploadable)
with Core\Plug\Storage namespace alignment.

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

17 lines
396 B
JSON

{
"name": "core/php-plug-storage",
"description": "Storage 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\\Storage\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}