Skip to content

Commit c74e873

Browse files
Update dependency php to v8.5.0
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | github-tags | containerbase/php-prebuild | 8.4.15 | 8.5.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29f6737 commit c74e873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
22+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2323
"doctrine/dbal": "^4.0.0",
2424
"doctrine/migrations": "^3.3.2",
2525
"patchlevel/hydrator": "^1.8.0",

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"php": "~8.4.0",
3+
"php": "~8.4.0 || ~8.5.0",
44
"roave/backward-compatibility-check": "^8.13.0",
55
"deptrac/deptrac": "^2.0.5"
66
}

0 commit comments

Comments
 (0)