diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-20 12:37:28 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-20 12:37:28 +0000 |
| commit | 58e111ba35ad893e3aef3f273457aae7e40820ba (patch) | |
| tree | c2cdf520bad1aa84f1b2c71921861fdd32c517cc /composer.json | |
| parent | 2c9468df727e9d90f06dd40e2072b3dfef602eaa (diff) | |
| download | illuminate-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
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
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": "*" }, |
