Skip to content

Commit

Permalink
Update dependency php to v8.4.2
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to    |
| ----------- | -------------------------- | ------ | ----- |
| github-tags | containerbase/php-prebuild | 8.3.15 | 8.4.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent a1941e7 commit 319cd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"doctrine/dbal": "^4.0.0",
"doctrine/migrations": "^3.3.2",
"patchlevel/hydrator": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"roave/backward-compatibility-check": "^8.6.0",
"qossmic/deptrac": "2.0.0-alpha || 2.0.0 || 2.0.1 || 2.0.2 || 2.0.4"
}
Expand Down

0 comments on commit 319cd67

Please sign in to comment.