summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-03-20 12:37:28 +0000
committerlsces <lester@lsces.co.uk>2026-03-20 12:37:28 +0000
commit58e111ba35ad893e3aef3f273457aae7e40820ba (patch)
treec2cdf520bad1aa84f1b2c71921861fdd32c517cc
parent2c9468df727e9d90f06dd40e2072b3dfef602eaa (diff)
downloadilluminate-firebird-main.tar.gz
illuminate-firebird-main.tar.bz2
illuminate-firebird-main.zip
Mirroring added Lavravel 13 support from xGrz/firebird-support as it would not murgeHEADxGrz-mainmain
-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": "*"
},