diff --git a/composer.json b/composer.json index e7fb13b..862442c 100644 --- a/composer.json +++ b/composer.json @@ -14,19 +14,19 @@ "php": "^8.0", "ext-json": "*", "ext-mbstring": "*", - "illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/queue": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "nesbot/carbon": "^2.0" + "illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/queue": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "nesbot/carbon": "^2.0|^3.0" }, "require-dev": { "doctrine/dbal": "^3.1", "friendsofphp/php-cs-fixer": "^3.0", - "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", + "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "mockery/mockery": "^1.3.2", "orchestra/testbench": ">=3.8", "phpstan/phpstan": "^0.12.99|^1.0", - "phpunit/phpunit": "^8.5.23|^9.0", + "phpunit/phpunit": "^8.5.23|^9.0|^10.5", "romanzipp/php-cs-fixer-config": "^3.0" }, "autoload": {