diff --git a/composer.json b/composer.json index aaaa3387..30bbea7f 100644 --- a/composer.json +++ b/composer.json @@ -30,13 +30,13 @@ "php": ">=7.2|^8.0", "ext-curl": "*", "guzzlehttp/guzzle": "~7.0", - "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0", - "nesbot/carbon": "~2.0" + "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0", + "nesbot/carbon": "~2.0|^3.0" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.0|^9.0|^10.0", - "symfony/var-dumper": "~5.0" + "symfony/var-dumper": "~5.0|^7.0" }, "config": { "sort-packages": true,