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