{ "name": "lthn/php-plug-stock", "description": "Stock imagery integrations for the Plug framework", "type": "library", "license": "EUPL-1.2", "require": { "php": "^8.2", "lthn/php": "*" }, "autoload": { "psr-4": { "Core\\Plug\\Stock\\": "src/" } }, "minimum-stability": "dev", "prefer-stable": true, "replace": { "core/php-plug-stock": "self.version" } }