mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 08:01:59 +00:00
V2.1 - Lumen8 support
This commit is contained in:
parent
926f8a887c
commit
e6c6703d30
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
.idea/
|
||||
vendor/
|
||||
composer.lock
|
||||
vendor/
|
@ -21,7 +21,7 @@ Additionally a default redis connection needs to be configured in ```config/redi
|
||||
|
||||
``` php
|
||||
'providers' => [
|
||||
Hlgrrnhrdt\Resque\ResqueServiceProvider::class
|
||||
Idanoo\Resque\ResqueServiceProvider::class
|
||||
]
|
||||
```
|
||||
|
||||
@ -30,7 +30,7 @@ Additionally a default redis connection needs to be configured in ```config/redi
|
||||
Open ```bootstrap/app.php``` and register the required service provider
|
||||
|
||||
``` php
|
||||
$app->register(Hlgrrnhrdt\Resque\ResqueServiceProvider::class);
|
||||
$app->register(Idanoo\Resque\ResqueServiceProvider::class);
|
||||
```
|
||||
|
||||
and load the config with
|
||||
|
@ -15,8 +15,8 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"illuminate/console": "^5.2",
|
||||
"illuminate/config": "^5.2",
|
||||
"illuminate/console": "^8.0",
|
||||
"illuminate/config": "^8.0",
|
||||
"idanoo/php-resque": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
3935
composer.lock
generated
Normal file
3935
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user