first commit

This commit is contained in:
2024-12-19 04:19:57 +02:00
commit cade33cfb6
23 changed files with 768 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"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
}