php-client/composer.json

25 lines
534 B
JSON
Raw Permalink Normal View History

{
"name": "lthn/client",
"description": "SaaS customer dashboard — authenticated client frontend",
"license": "EUPL-1.2",
"require": {
"php": "^8.2",
"lthn/php": "*"
},
"autoload": {
"psr-4": {
"Core\\Front\\Client\\": "src/Core/Front/Client/"
}
},
"replace": {
"core/php-client": "self.version"
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"minimum-stability": "dev",
"prefer-stable": true
}