Skip to content

Commit

Permalink
Merge pull request #33 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
gsteel authored Nov 21, 2024
2 parents c826b9c + 8302723 commit 228efb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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"
},
"require-dev": {
"laminas/laminas-coding-standard": "~3.0.1",
Expand Down

0 comments on commit 228efb5

Please sign in to comment.