You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
Prepare v1.0 release
rename template adapter to flasher, and add title to base notification class Wip
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user