Prepare v1.0 release

rename template adapter to flasher, and add title to base notification class

Wip
This commit is contained in:
KHOUBZA Younes
2022-05-16 08:07:49 +01:00
parent cceaa9d814
commit ac6d046c63
689 changed files with 7328 additions and 15180 deletions
+8 -23
View File
@@ -2,43 +2,28 @@
"name": "php-flasher/flasher-notyf-laravel",
"description": "PHP Flasher Laravel adapter for Notyf",
"type": "library",
"keywords": [
"yoeunes",
"notify",
"php",
"laravel",
"symfony",
"Lumen",
"notifications",
"messages",
"alerts",
"pnotify",
"notyf ",
"bundle",
"flex",
"toastr"
],
"homepage": "https://php-flasher.github.io/",
"keywords": ["yoeunes", "notify", "php", "laravel", "symfony", "Lumen", "notifications", "messages", "alerts", "pnotify", "notyf ", "bundle", "flex", "toastr"],
"homepage": "https://php-flasher.io",
"authors": [
{
"name": "Younes Khoubza",
"name": "Younes KHOUBZA",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"homepage": "https://www.linkedin.com/in/younes-khoubza",
"role": "Developer"
}
],
"license": "MIT",
"require": {
"php": ">=5.3",
"php-flasher/flasher-laravel": "^0.9",
"php-flasher/flasher-notyf": "^0.9"
"php-flasher/flasher-laravel": "^1.0",
"php-flasher/flasher-notyf": "^1.0"
},
"autoload": {
"psr-4": {
"Flasher\\Notyf\\Laravel\\": ""
},
"files": [
"Resources/functions/notyf.php"
"notyf.php"
]
},
"extra": {
@@ -54,6 +39,6 @@
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true
}