mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
add livewire 2 support
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ git tag "$VERSION"
|
||||
git push origin --tags --force
|
||||
|
||||
# Tag Repositories
|
||||
for REMOTE in flasher flasher-laravel flasher-symfony \
|
||||
for REMOTE in flasher flasher-laravel flasher-symfony flasher-livewire \
|
||||
flasher-toastr flasher-toastr-laravel flasher-toastr-symfony \
|
||||
flasher-notyf flasher-notyf-laravel flasher-notyf-symfony \
|
||||
flasher-sweet-alert flasher-sweet-alert-laravel flasher-sweet-alert-symfony \
|
||||
|
||||
@@ -22,6 +22,7 @@ git pull origin $CURRENT_BRANCH
|
||||
remote flasher git@github.com:php-flasher/flasher.git
|
||||
remote laravel git@github.com:php-flasher/flasher-laravel.git
|
||||
remote symfony git@github.com:php-flasher/flasher-symfony.git
|
||||
remote livewire git@github.com:php-flasher/flasher-livewire.git
|
||||
|
||||
remote toastr git@github.com:php-flasher/flasher-toastr.git
|
||||
remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git
|
||||
@@ -46,6 +47,7 @@ remote noty-symfony git@github.com:php-flasher/flasher-noty-symfony.git
|
||||
split 'src/Prime' flasher
|
||||
split 'src/Laravel' laravel
|
||||
split 'src/Symfony' symfony
|
||||
split 'src/Livewire' livewire
|
||||
|
||||
split 'src/Toastr/Prime' toastr
|
||||
split 'src/Toastr/Laravel' toastr-laravel
|
||||
|
||||
@@ -11,6 +11,7 @@ function remote()
|
||||
remote flasher git@github.com:php-flasher/flasher.git
|
||||
remote laravel git@github.com:php-flasher/flasher-laravel.git
|
||||
remote symfony git@github.com:php-flasher/flasher-symfony.git
|
||||
remote livewire git@github.com:php-flasher/flasher-livewire.git
|
||||
|
||||
remote toastr git@github.com:php-flasher/flasher-toastr.git
|
||||
remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git
|
||||
|
||||
Reference in New Issue
Block a user