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
fix: rename all helper files to helpers.php
This commit is contained in:
+7
-7
@@ -33,13 +33,13 @@
|
||||
"Flasher\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/Cli/Prime/notify.php",
|
||||
"src/Noty/Prime/noty.php",
|
||||
"src/Notyf/Prime/notyf.php",
|
||||
"src/Pnotify/Prime/pnotify.php",
|
||||
"src/Prime/flasher.php",
|
||||
"src/SweetAlert/Prime/sweetalert.php",
|
||||
"src/Toastr/Prime/toastr.php"
|
||||
"src/Cli/Prime/helpers.php",
|
||||
"src/Noty/Prime/helpers.php",
|
||||
"src/Notyf/Prime/helpers.php",
|
||||
"src/Pnotify/Prime/helpers.php",
|
||||
"src/Prime/helpers.php",
|
||||
"src/SweetAlert/Prime/helpers.php",
|
||||
"src/Toastr/Prime/helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"Flasher\\Cli\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"notify.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"Flasher\\Noty\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"noty.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"Flasher\\Notyf\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"notyf.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"Flasher\\Pnotify\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"pnotify.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"Flasher\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"flasher.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"Flasher\\SweetAlert\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"sweetalert.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"Flasher\\Toastr\\Prime\\": ""
|
||||
},
|
||||
"files": [
|
||||
"toastr.php"
|
||||
"helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
||||
Reference in New Issue
Block a user