From 93c7a6a55ccf5c8fe50f81e32d875b007af28961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Krupi=C5=84ski?= Date: Fri, 2 Oct 2020 08:39:43 +0200 Subject: [PATCH 1/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79456d1..6e52ced 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "require": { "php": ">=7.1", - "illuminate/queue": "^6.0|^7.0", + "illuminate/queue": "^6.0|^7.0|^8.0", "queue-interop/amqp-interop": "^0.8", "queue-interop/queue-interop": "^0.7|^0.8", "enqueue/enqueue": "^0.10", From b26f1feeafe8efc650264fcee55dcc2bf5b4f450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20Krupi=C5=84ski?= Date: Fri, 2 Oct 2020 13:16:09 +0200 Subject: [PATCH 2/2] Raise Travis CI PHP version to 7.1 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad53bf6..e4da251 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ git: language: php php: - - '5.6' - - '7.0' + - '7.1' cache: directories: