From 4cafd89e7be1461eb74db5b5b8aead569ca6f5e6 Mon Sep 17 00:00:00 2001 From: AkrAm Date: Tue, 12 Mar 2024 23:38:56 +0600 Subject: [PATCH] Added Laravel 11 Supports --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8dce6ec..c05820d 100644 --- a/composer.json +++ b/composer.json @@ -18,21 +18,21 @@ } ], "require": { - "php": "^8.0|^8.1", - "illuminate/cache": "^8.0|^9.0|^10.0", - "illuminate/console": "^8.0|^9.0|^10.0", - "illuminate/support": "^8.0|^9.0|^10.0" + "php": "^8.0|^8.1|^8.2", + "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": { "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).", "monolog/monolog": "Allows for storing location not found errors to the log" }, "require-dev": { - "phpunit/phpunit": "^8.0|^9.0|^10.0", + "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.0", "squizlabs/php_codesniffer": "^3.5" }, "autoload": {