diff --git a/composer.json b/composer.json index 0445d0f..f28ed4f 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require": { "php": "^8.0 || ^8.1", - "illuminate/translation": "^9.0 || ^10.0", - "illuminate/config": "^9.0 || ^10.0", - "illuminate/support": "^9.0 || ^10.0", - "illuminate/view": "^9.0 || ^10.0", - "illuminate/filesystem": "^9.0 || ^10.0" + "illuminate/translation": "^9.0 || ^10.0 || ^11.0", + "illuminate/config": "^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0", + "illuminate/view": "^9.0 || ^10.0 || ^11.0", + "illuminate/filesystem": "^9.0 || ^10.0 || ^11.0" }, "require-dev": { "laravel/laravel": "^10.0", @@ -47,6 +47,6 @@ "dev-master": "1.0-dev" } }, - "minimum-stability" : "dev", - "prefer-stable" : true + "minimum-stability": "dev", + "prefer-stable": true }