From 0bfba96c471b969ee47d060ae9e330f463991879 Mon Sep 17 00:00:00 2001 From: colinmackinlay Date: Tue, 15 Feb 2022 17:04:04 +0000 Subject: [PATCH] Update composer.json for Laravel 9 Hope this helps - composer packages updated - lets see if CI tests pass too --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ff2e130..42d8a62 100644 --- a/composer.json +++ b/composer.json @@ -17,18 +17,18 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/container": "^6.0|^7.0|^8.0", - "illuminate/database": "^6.0|^7.0|^8.0", - "illuminate/log": "^6.0|^7.0|^8.0", - "illuminate/routing": "^6.0|^7.0|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/container": "^6.0|^7.0|^8.0|^9.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0", + "illuminate/log": "^6.0|^7.0|^8.0|^9.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "willdurand/email-reply-parser": "^2.8", "zbateson/mail-mime-parser": "^1.1" }, "require-dev": { "laminas/laminas-mail": "^2.13", "mockery/mockery": "^1.2", - "orchestra/testbench": "^4.0|^5.0", + "orchestra/testbench": "^4.0|^5.0|^7.0", "phpunit/phpunit": "^7.0|^8.0|^9.3" }, "autoload": {