From 6860d9a071604cc12bb35a24d2af856587e533fd Mon Sep 17 00:00:00 2001 From: Subangkit Ramadiputra Date: Mon, 31 Oct 2022 18:01:59 +0700 Subject: [PATCH] feat: support lumen 8.0 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index bc9c3f5..c3f2192 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ph4r05/laravel-queue-database-ph4", "description": "Laravel Database queue driver with optimistic locking", - "version": "dev-master", + "version": "v1.0.0", "license": "MIT", "authors": [ { @@ -11,10 +11,10 @@ } ], "require": { - "php": "^7.2", - "illuminate/support": "^6.2", - "illuminate/database": "6.*", - "illuminate/queue": "6.*" + "php": "^7.2|^8.0", + "illuminate/support": "^8.0", + "illuminate/database": "^8.0", + "illuminate/queue": "^8.0" }, "require-dev": { "phpunit/phpunit": " ^7.0",