diff --git a/VERSION b/VERSION index bc80560..dc1e644 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/composer.json b/composer.json index 73fadcd..b7dd3d5 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ ], "require": { "php": "^8.1", - "illuminate/console": "~8|~9|~10", - "illuminate/container": "~8|~9|~10", - "illuminate/routing": "~8|~9|~10", - "illuminate/support": "~8|~9|~10", - "illuminate/view": "~8|~9|~10" + "illuminate/console": "~8|~9|~10|~11", + "illuminate/container": "~8|~9|~10|~11", + "illuminate/routing": "~8|~9|~10|~11", + "illuminate/support": "~8|~9|~10|~11", + "illuminate/view": "~8|~9|~10|~11" }, "require-dev": { "laravel/pint": "^1.6",