summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index a2e71d3..21946f2 100644
--- a/composer.json
+++ b/composer.json
@@ -4,10 +4,10 @@
"license": "MIT",
"require": {
"php": "^8.3",
- "illuminate/support": "^12.0",
- "illuminate/container": "^12.0",
- "illuminate/database": "^12.0",
- "illuminate/events": "^12.0",
+ "illuminate/support": "^12.0 || ^13.0",
+ "illuminate/container": "^12.0 || ^13.0",
+ "illuminate/database": "^12.0 || ^13.0",
+ "illuminate/events": "^12.0 || ^13.0",
"ext-pdo": "*",
"ext-pdo_firebird": "*"
},