diff options
| -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": "*" }, |
