php-plug-business/composer.json

20 lines
469 B
JSON

{
"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"
}
}