V2.1 - Lumen8 support

This commit is contained in:
Daniel Mason 2022-03-17 10:08:26 +13:00
parent 926f8a887c
commit e6c6703d30
4 changed files with 3940 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
.idea/ .idea/
vendor/ vendor/
composer.lock

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff