Skip to content

Commit

Permalink
allow PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Riehle <webmaster@riehle-web.com>
  • Loading branch information
driehle committed Jan 10, 2025
1 parent 7486d19 commit a419e1c
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
],
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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-cache-storage-implementation": "1.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-servicemanager": "^3.21",
Expand Down
Loading

0 comments on commit a419e1c

Please sign in to comment.