Skip to content

Commit 202a3c2

Browse files
Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
| 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>
1 parent 4504f5a commit 202a3c2

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.1.0 || ~8.2.0 || ~8.3.0",
22+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2323
"symfony/event-dispatcher": "^5.4.26|^6.4.0|^7.0.0"
2424
},
2525
"require-dev": {

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

0 commit comments

Comments
 (0)