php-plug-storage/composer.json
Snider c8297f2e5f fix: use wildcard version for core/php dependency
No version tags on core/php yet — use wildcard to match dev-main.

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

17 lines
393 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": "*"
},
"autoload": {
"psr-4": {
"Core\\Plug\\Storage\\": "src/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}