diff --git a/VERSION b/VERSION index faef31a..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +1.0.0 diff --git a/composer.json b/composer.json index 7649d21..9118f10 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "php": "^8.1", "ext-json": "*", "guzzlehttp/guzzle": "^7.0", - "laravel/framework": "^9.19|^10", - "nesbot/carbon": "^2.62.1" + "laravel/framework": "^9.19|^10|^11", + "nesbot/carbon": "^2.62.1|^3" }, "require-dev": { "laravel/pint": "^1.4",