2026-03-09 17:29:23 +00:00
|
|
|
{
|
|
|
|
|
"name": "core/php-plug-storage",
|
|
|
|
|
"description": "Storage provider integrations for the Plug framework",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"license": "EUPL-1.2",
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^8.2",
|
2026-03-09 17:34:02 +00:00
|
|
|
"core/php": "*"
|
2026-03-09 17:29:23 +00:00
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Core\\Plug\\Storage\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"prefer-stable": true
|
|
|
|
|
}
|