From 5701cb9f449e982f4bc525f2bbe9e61fe3ad7cc5 Mon Sep 17 00:00:00 2001 From: Josh Pollock Date: Tue, 7 Jun 2022 15:39:04 -0400 Subject: [PATCH] Update composer.json for Laravel 9 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 08a36f7..90a2a66 100644 --- a/composer.json +++ b/composer.json @@ -10,11 +10,11 @@ } ], "require": { - "php": ">=7.2", - "illuminate/support": "^6.0 || ^7.0 || ^8.0", - "illuminate/console": "^6.0 || ^7.0 || ^8.0", - "illuminate/config": "^6.0 || ^7.0 || ^8.0", - "symfony/process": "^4.3" + "php": ">=8.1", + "illuminate/support": "^9.0", + "illuminate/console": "^9.0", + "illuminate/config": "^9.0", + "symfony/process": "^6.0" }, "require-dev": { "phpspec/phpspec": "^6.0",