From 49e6c13723398d9d68675fac4c35602bb37a7e56 Mon Sep 17 00:00:00 2001 From: Ivan Mitrikeski Date: Mon, 2 Sep 2024 21:32:40 -0400 Subject: [PATCH] Composer requirement updates. PHP 8.2 minimum --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 569f634..f1bdd66 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "minimum-stability": "stable", "require": { - "php" : ">=8.1", + "php" : ">=8.2", "ext-soap": "*", "openlss/lib-array2xml": "^1.0", "psr/log": "^3.0", @@ -31,11 +31,11 @@ }, "require-dev": { "phpunit/phpunit": "^9.5", - "illuminate/testing": "^10.0", - "illuminate/support": "10.x-dev", - "phpoption/phpoption": "1.9.x-dev", - "vlucas/phpdotenv": "5.5.x-dev", - "illuminate/database": "10.x-dev" + "illuminate/testing": "^11.0", + "illuminate/support": "^11.0", + "phpoption/phpoption": "^1.9", + "vlucas/phpdotenv": "^5.5", + "illuminate/database": "^11.0" }, "autoload": { "psr-4": {