Merge pull request #35 from php-flasher/feat/packs

groups packages into packs
This commit is contained in:
Younes Khoubza
2022-03-09 09:26:23 +01:00
committed by GitHub
11 changed files with 180 additions and 5 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ for REMOTE in flasher flasher-laravel flasher-symfony flasher-livewire \
flasher-sweet-alert flasher-sweet-alert-laravel flasher-sweet-alert-symfony \
flasher-pnotify flasher-pnotify-laravel flasher-pnotify-symfony \
flasher-noty flasher-noty-laravel flasher-noty-symfony \
flasher-cli flasher-cli-laravel flasher-cli-symfony
flasher-cli flasher-cli-laravel flasher-cli-symfony \
laravel-pack livewire-pack php-pack symfony-pack
do
echo ""
echo ""
+9 -3
View File
@@ -48,6 +48,11 @@ remote cli git@github.com:php-flasher/flasher-cli.git
remote cli-laravel git@github.com:php-flasher/flasher-cli-laravel.git
remote cli-symfony git@github.com:php-flasher/flasher-cli-symfony.git
remote laravel-pack git@github.com:php-flasher/laravel-pack.git
remote livewire-pack git@github.com:php-flasher/livewire-pack.git
remote php-pack git@github.com:php-flasher/php-pack.git
remote symfony-pack git@github.com:php-flasher/symfony-pack.git
split 'src/Prime' flasher
split 'src/Laravel' laravel
split 'src/Symfony' symfony
@@ -73,6 +78,7 @@ split 'src/Noty/Prime' noty
split 'src/Noty/Laravel' noty-laravel
split 'src/Noty/Symfony' noty-symfony
split 'src/Cli/Prime' cli
split 'src/Cli/Laravel' cli-laravel
split 'src/Cli/Symfony' cli-symfony
split 'packs/laravel-pack' laravel-pack
split 'packs/livewire-pack' livewire-pack
split 'packs/php-pack' php-pack
split 'packs/symfony-pack' symfony-pack
+1 -1
View File
@@ -1,6 +1,6 @@
{
"description": "All flasher components in one place for easy maintenance with splitsh",
"name": "php-flasher/php-flasher",
"description": "All flasher components in one place for easy maintenance with splitsh",
"type": "project",
"license": "MIT",
"authors": [
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 PHP Flasher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+22
View File
@@ -0,0 +1,22 @@
{
"name": "php-flasher/laravel-pack",
"description": "A pack for the Laravel framework",
"type": "flasher-pack",
"license": "MIT",
"authors": [
{
"name": "KHOUBZA Younes",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"role": "Developer"
}
],
"require": {
"php-flasher/flasher-cli-laravel": "*",
"php-flasher/flasher-noty-laravel": "*",
"php-flasher/flasher-notyf-laravel": "*",
"php-flasher/flasher-pnotify-laravel": "*",
"php-flasher/flasher-sweet-alert-laravel": "*",
"php-flasher/flasher-toastr-laravel": "*"
}
}
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 PHP Flasher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+18
View File
@@ -0,0 +1,18 @@
{
"name": "php-flasher/livewire-pack",
"description": "A pack for Livewire",
"type": "flasher-pack",
"license": "MIT",
"authors": [
{
"name": "KHOUBZA Younes",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"role": "Developer"
}
],
"require": {
"php-flasher/laravel-pack": "*",
"php-flasher/flasher-livewire": "*"
}
}
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 PHP Flasher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+22
View File
@@ -0,0 +1,22 @@
{
"name": "php-flasher/php-pack",
"description": "A pack for PHP",
"type": "flasher-pack",
"license": "MIT",
"authors": [
{
"name": "KHOUBZA Younes",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"role": "Developer"
}
],
"require": {
"php-flasher/flasher-cli": "*",
"php-flasher/flasher-noty": "*",
"php-flasher/flasher-notyf": "*",
"php-flasher/flasher-pnotify": "*",
"php-flasher/flasher-sweet-alert": "*",
"php-flasher/flasher-toastr": "*"
}
}
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2020 PHP Flasher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+22
View File
@@ -0,0 +1,22 @@
{
"name": "php-flasher/symfony-pack",
"description": "A pack for the Symfony framework",
"type": "flasher-pack",
"license": "MIT",
"authors": [
{
"name": "KHOUBZA Younes",
"email": "younes.khoubza@gmail.com",
"homepage": "https://github.com/yoeunes",
"role": "Developer"
}
],
"require": {
"php-flasher/flasher-cli-symfony": "*",
"php-flasher/flasher-noty-symfony": "*",
"php-flasher/flasher-notyf-symfony": "*",
"php-flasher/flasher-pnotify-symfony": "*",
"php-flasher/flasher-sweet-alert-symfony": "*",
"php-flasher/flasher-toastr-symfony": "*"
}
}