Skip to content

Commit 6163987

Browse files
committed
Added PHP8.4 Support
1 parent c8c4c6a commit 6163987

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "laminas/laminas-db",
2+
"name": "magento/magento-zf-db",
33
"description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
44
"license": "BSD-3-Clause",
55
"keywords": [
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"require": {
34-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
34+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3535
"laminas/laminas-stdlib": "^3.7.1"
3636
},
3737
"require-dev": {
@@ -46,6 +46,9 @@
4646
"laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
4747
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
4848
},
49+
"replace": {
50+
"laminas/laminas-db": "^2.20"
51+
},
4952
"autoload": {
5053
"psr-4": {
5154
"Laminas\\Db\\": "src/"

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)