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": {