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