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