Skip to content

Commit a494671

Browse files
authored
Merge pull request #428 from itk-dev/feature/php-8.4
PHP 8.4
2 parents 21f1ba4 + 911cf85 commit a494671

File tree

5 files changed

+73
-71
lines changed

5 files changed

+73
-71
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
* [PR-428](https://github.com/itk-dev/hoeringsportal/pull/428)
10+
Upgraded to PHP 8.4
911
* [PR-494](https://github.com/itk-dev/hoeringsportal/pull/494)
1012
* Add config for default teaser images
1113
* [PR-480](https://github.com/itk-dev/hoeringsportal/pull/480)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.3.0",
12+
"php": "^8.4.0",
1313
"bower-asset/jquery-simple-color": "^1.2",
1414
"bower-asset/spectrum": "^1.8",
1515
"chx/drupal-issue-fork": "dev-main",

0 commit comments

Comments
 (0)