From bbb997745e453ae72243af65b7bf3b4fcb1d768e Mon Sep 17 00:00:00 2001 From: "J. Fulbright" Date: Tue, 14 Feb 2023 12:38:08 -0600 Subject: [PATCH] laravel 10 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a5e72de..0f43e0f 100755 --- a/composer.json +++ b/composer.json @@ -12,11 +12,11 @@ } ], "require": { - "php": "^7.2.5|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0", - "illuminate/container": "^7.0|^8.0|^9.0", - "illuminate/database": "^7.0|^8.0|^9.0", - "illuminate/events": "^7.0|^8.0|^9.0" + "php": "^8.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "illuminate/container": "^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0", + "illuminate/events": "^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "^8.4|^9.0",