fix event dispatcher and call the storage service

This commit is contained in:
Khoubza Younes
2020-12-06 04:03:14 +01:00
parent 6079871972
commit 45faccced7
88 changed files with 1146 additions and 531 deletions
+2 -19
View File
@@ -1,6 +1,6 @@
{
"description": "All flasher components in one place for easy maintenance with splitsh",
"name": "php-flasher/flasher",
"name": "php-flasher/php-flasher",
"type": "project",
"license": "MIT",
"authors": [
@@ -13,24 +13,7 @@
],
"require": {
"php": ">=5.3",
"ext-json": "*",
"illuminate/support": ">=4.0",
"symfony/config": ">=2.1",
"symfony/dependency-injection": ">=2.1",
"symfony/http-kernel": ">=2.1",
"symfony/yaml": ">=2.1"
},
"replace": {
"php-flasher/flasher": "self.version",
"php-flasher/flasher-laravel": "self.version",
"php-flasher/flasher-symfony": "self.version",
"php-flasher/flasher-toastr": "self.version",
"php-flasher/flasher-laravel-toastr": "self.version",
"php-flasher/flasher-symfony-toastr": "self.version"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.36",
"orchestra/testbench": ">=2.0"
"ext-json": "*"
},
"autoload": {
"psr-4": {