feat: initial dashboard-ticketing scaffold
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "dashboard/ticketing",
|
||||
"description": "Ticketing / help-desk snap-in for the Dashboard platform",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Dashboard\\Ticketing\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Dashboard\\Ticketing\\TicketingServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"illuminate/support": "^11.0|^12.0|^13.0",
|
||||
"inertiajs/inertia-laravel": "^1.0|^2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user