No version tags on core/php yet — use wildcard to match dev-main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"name": "core/php-plug-stock",
|
|
"description": "Stock imagery integrations for the Plug framework",
|
|
"type": "library",
|
|
"license": "EUPL-1.2",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"core/php": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\Plug\\Stock\\": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|