php-plug-stock/composer.json
Snider 1665b9180a feat: extract stock providers from app/Plug/Stock
Unsplash provider (Search, Photo, Collection, Download, Exception, Jobs)
with Core\Plug\Stock namespace alignment.

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

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