Skip to content

Commit e824d38

Browse files
Update dependency php to ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.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 29002a3 commit e824d38

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
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
24+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2525
"patchlevel/event-sourcing": "^3.10.0",
2626
"phpunit/phpunit": "^10.5.45 || ^11.0.0 || ^12.0.0"
2727
},

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.2.0 || ~8.3.0 || ~8.4.0",
3+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
44
"roave/backward-compatibility-check": "^8.6.0"
55
}
66
}

0 commit comments

Comments
 (0)