diff --git a/composer.json b/composer.json index 3d440c3..c81c318 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ } ], "require": { - "php": "^8.1|^8.2", + "php": "^8.1|^8.2|^8.3", "spatie/laravel-package-tools": "^1.13.0", - "illuminate/contracts": "^9.0|^10.0" + "illuminate/contracts": "^9.0|^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.0", @@ -69,4 +69,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}