46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "boboko/core",
|
|
"description": "Core module — authentication and shared panel behaviour",
|
|
"type": "library",
|
|
"version": "0.2.0",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Modules\\Core\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.5",
|
|
"lunarphp/lunar": "1.3.0",
|
|
"laravel/framework": "^12.0",
|
|
"laravel/tinker": "^3.0",
|
|
"symfony/yaml": "^7.0",
|
|
"lunarphp/table-rate-shipping": "^1.3",
|
|
"lunarphp/search": "*",
|
|
"lunarphp/meilisearch": "*"
|
|
},
|
|
"require-dev": {
|
|
"fakerphp/faker": "^1.23",
|
|
"laravel/envoy": "^2.12",
|
|
"laravel/pail": "^1.2.5",
|
|
"laravel/pint": "^1.27",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^8.6",
|
|
"pestphp/pest": "^4.6",
|
|
"pestphp/pest-plugin-laravel": "^4.1"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Modules\\Core\\Providers\\CoreServiceProvider",
|
|
"Modules\\Core\\Providers\\AuthServiceProvider",
|
|
"Modules\\Core\\Providers\\CustomerServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
}
|
|
}
|