mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
fix event dispatcher and call the storage service
This commit is contained in:
+2
-19
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user