php-plug-business/composer.json
Snider f6491f075e feat: extract business providers from app/Plug/Business
GoogleMyBusiness provider with Core\Plug\Business namespace alignment.

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

17 lines
399 B
JSON

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