diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-05 12:46:38 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-05 12:46:38 +0000 |
| commit | bb83ce9295384240d6021d56eaa03c49c90f106a (patch) | |
| tree | eb8409bc110332a8cd1065ff424d41c97dd26464 | |
| parent | 9f81c5d8b00afbe6c72025208fc2f996c5da2edb (diff) | |
| download | illuminate-firebird-bb83ce9295384240d6021d56eaa03c49c90f106a.tar.gz illuminate-firebird-bb83ce9295384240d6021d56eaa03c49c90f106a.tar.bz2 illuminate-firebird-bb83ce9295384240d6021d56eaa03c49c90f106a.zip | |
Still strugging with composer.v2.0.1
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 6f5438c..a2e71d3 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Firebird database driver for the illuminate database package of the Laravel Framework", "license": "MIT", "require": { - "php": "^8.4", + "php": "^8.3", "illuminate/support": "^12.0", "illuminate/container": "^12.0", "illuminate/database": "^12.0", diff --git a/composer.lock b/composer.lock index 118afa0..18ea5ab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0c0f173c5cfce895e86beaeef86762c8", + "content-hash": "979e9065af2cce0b14db67282f5ecc49", "packages": [ { "name": "brick/math", @@ -1827,7 +1827,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.4", + "php": "^8.3", "ext-pdo": "*", "ext-pdo_firebird": "*" }, |
