Files
lucent-notifications/composer.json
T
2024-12-19 04:19:57 +02:00

37 lines
862 B
JSON

{
"name": "radical/lucent-notifications",
"description": "A notifications package for Lucent",
"license": "MIT",
"authors": [
{
"name": "Arvanitakis Konstantinos",
"email": "arvanitakis@radical-elements.com"
}
],
"require": {
"php": "^8.3",
"guzzlehttp/guzzle": "^7.2",
"laravel/prompts": "^0.1.18",
"hashids/hashids": "^5.0.2"
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"laravel/framework": "^10.10"
},
"autoload": {
"psr-4": {
"LucentNotifications\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"LucentNotifications\\LucentNotificationsServiceProvider"
]
}
},
"minimum-stability": "stable",
"prefer-stable": true
}