From 30697f938d79760b4a388f55186dbde4d714608c Mon Sep 17 00:00:00 2001 From: Ntim Yeboah Date: Mon, 29 Apr 2024 16:34:34 +0000 Subject: [PATCH] upgrade to laravel 9 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 83ae1b7..0f26def 100644 --- a/composer.json +++ b/composer.json @@ -9,15 +9,15 @@ "license": "MIT", "require": { "php": "^7.1|^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0", - "illuminate/container": "^5.0|^6.0|^7.0|^8.0", + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0", + "illuminate/container": "^5.0|^6.0|^7.0|^8.0|^9.0", "fakerphp/faker": "^1.9.1", "stripe/stripe-php": "^7.9" }, "require-dev": { "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0", - "orchestra/testbench": "^6.0" + "phpunit/phpunit": "^9.0", + "orchestra/testbench": "^7.0" }, "autoload": { "psr-4": {