From 9937ab73b7814a6b46d7dacf6fb3b12d5f0f53fb Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 5 Feb 2022 17:39:30 +0000 Subject: [PATCH] Bump dependencies for Laravel 9 --- composer.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a8d441a..8cfa838 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,13 @@ "name": "dusterio/laravel-plain-sqs", "type": "library", "description": "Custom SQS connector for Laravel that supports custom format JSON", - "keywords": ["php","laravel","lumen","sqs","aws"], + "keywords": [ + "php", + "laravel", + "lumen", + "sqs", + "aws" + ], "homepage": "https://github.com/dusterio/laravel-plain-sqs", "license": "MIT", "authors": [ @@ -14,13 +20,13 @@ ], "require": { "php": ">=5.5.0", - "illuminate/support": "5.*|^6.0|^7.0|^8.0", - "illuminate/queue": "5.*|^6.0|^7.0|^8.0", - "illuminate/bus": "5.*|^6.0|^7.0|^8.0", + "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0", + "illuminate/queue": "5.*|^6.0|^7.0|^8.0|^9.0", + "illuminate/bus": "5.*|^6.0|^7.0|^8.0|^9.0", "aws/aws-sdk-php": "~3.0" }, "require-dev": { - "phpunit/phpunit": "3.7.*", + "phpunit/phpunit": "3.7.*|^9.5.10", "codeclimate/php-test-reporter": "dev-master" }, "autoload": {