Extracts Core\Service (discovery, dependencies, health) and Core\Website\Service (marketing landing pages) from core/php. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
596 B
JSON
25 lines
596 B
JSON
{
|
|
"name": "lthn/service",
|
|
"description": "SaaS service discovery, dependency resolution, and landing pages",
|
|
"license": "EUPL-1.2",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"lthn/php": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Core\\Service\\": "src/Core/Service/",
|
|
"Core\\Website\\Service\\": "src/Website/Service/"
|
|
}
|
|
},
|
|
"replace": {
|
|
"core/php-service": "self.version"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|