php-plug-storage/composer.json

21 lines
465 B
JSON
Raw Permalink Normal View History

{
"name": "lthn/php-plug-storage",
"description": "Storage provider integrations for the Plug framework",
"type": "library",
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
"lthn/php": "*"
},
"autoload": {
"psr-4": {
"Core\\Plug\\Storage\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"replace": {
"core/php-plug-storage": "self.version"
}
}