Skip to content

Commit

Permalink
[TASK] Update php to v8.4.1
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to    |
| ----------- | -------------------------- | ------ | ----- |
| github-tags | containerbase/php-prebuild | 8.3.14 | 8.4.1 |
| github-tags | containerbase/php-prebuild | 7.4.33 | 8.4.1 |
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent ba2a8a0 commit 37c9e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Libs/Build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "~7.4.0",
"php": "~7.4.0 || ~8.4.0",
"symfony/polyfill-php80": "^1.23",
"zordius/lightncandy": "^1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docs": "https://docs.typo3.org/p/cpsit/typo3-handlebars/main/en-us/"
},
"require": {
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
Expand Down

0 comments on commit 37c9e1a

Please sign in to comment.