From a0600618e2ea145e018361498ff4cadf773dbe5b Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Fri, 22 Mar 2024 14:39:18 -0400 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 692cb2e..ba84286 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ } ], "require": { - "php": "^8.0|^8.1|^8.2", - "illuminate/cache": "^8.0|^9.0|^10.0", - "illuminate/console": "^8.0|^9.0|^10.0", + "php": "^8.0|^8.1|^8.2|^8.3", + "illuminate/cache": "^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "^8.0|^9.0|^10.0|^11.0", "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "suggest": { @@ -30,9 +30,9 @@ "require-dev": { "phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0", "mockery/mockery": "^1.3", - "geoip2/geoip2": "~2.1", + "geoip2/geoip2": "~2.1|~3.0", "vlucas/phpdotenv": "^5.0", - "phpstan/phpstan": "^0.12.14", + "phpstan/phpstan": "^0.12.14|^1.9", "squizlabs/php_codesniffer": "^3.5" }, "autoload": {