Skip to content

Commit

Permalink
Added PHP8.4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
glo71317 committed Feb 26, 2025
1 parent c8c4c6a commit 6163987
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "laminas/laminas-db",
"name": "magento/magento-zf-db",
"description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
"license": "BSD-3-Clause",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-stdlib": "^3.7.1"
},
"require-dev": {
Expand All @@ -46,6 +46,9 @@
"laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
},
"replace": {
"laminas/laminas-db": "^2.20"
},
"autoload": {
"psr-4": {
"Laminas\\Db\\": "src/"
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6163987

Please sign in to comment.