Skip to content

Commit

Permalink
Merge pull request #127 from laminas/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
  • Loading branch information
boesing authored Dec 9, 2024
2 parents c2740a2 + 1553276 commit 687730a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"redis.clusters.timeout = 'cluster=5'",
"redis.clusters.read_timeout = 'cluster=10'"
],
"backwardCompatibilityCheck": true
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.4": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-redis": "^6.0",
"laminas/laminas-cache": "^4.0"
},
Expand Down

0 comments on commit 687730a

Please sign in to comment.