mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 16:11:59 +00:00
V2.1 - Lumen8 support
This commit is contained in:
parent
926f8a887c
commit
e6c6703d30
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
.idea/
|
.idea/
|
||||||
vendor/
|
vendor/
|
||||||
composer.lock
|
|
||||||
|
@ -21,7 +21,7 @@ Additionally a default redis connection needs to be configured in ```config/redi
|
|||||||
|
|
||||||
``` php
|
``` php
|
||||||
'providers' => [
|
'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
|
Open ```bootstrap/app.php``` and register the required service provider
|
||||||
|
|
||||||
``` php
|
``` php
|
||||||
$app->register(Hlgrrnhrdt\Resque\ResqueServiceProvider::class);
|
$app->register(Idanoo\Resque\ResqueServiceProvider::class);
|
||||||
```
|
```
|
||||||
|
|
||||||
and load the config with
|
and load the config with
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/console": "^5.2",
|
"illuminate/console": "^8.0",
|
||||||
"illuminate/config": "^5.2",
|
"illuminate/config": "^8.0",
|
||||||
"idanoo/php-resque": "^2.0"
|
"idanoo/php-resque": "^2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"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