diff --git a/composer.json b/composer.json
index 452b9bb..cd9e87e 100644
--- a/composer.json
+++ b/composer.json
@@ -36,9 +36,9 @@
         }
     ],
     "require": {
-        "php": "^8.1.0",
+        "php": "^8.1|^8.2|^8.3",
         "deepseek-php/deepseek-php-client": "^2.0",
-        "illuminate/support": "^9.0|^10.0|^11.0",
+        "illuminate/support": "^9.0|^10.0|^11.0|^12.0",
         "nyholm/psr7": "^1.8",
         "symfony/http-client": "^7.2"
     },