Skip to content

Commit c9e58f8

Browse files
Support PHP 8.4
1 parent 3419ace commit c9e58f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Support PHP 8.4 [#650](https://github.com/markuspoerschke/iCal/pull/650)
13+
1014
## [2.14.0] - 2024-07-11
1115

1216
### Fixed
1317

14-
- Fix \\n being escaped to \\n, leading to no newlines in actual text [#617](https://github.com/markuspoerschke/iCal/pull/617)
18+
- Fix `\n` being escaped to `\\n`, leading to no newlines in actual text [#617](https://github.com/markuspoerschke/iCal/pull/617)
1519

1620
## [2.13.0] - 2023-12-19
1721

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"docs": "https://ical.poerschke.nrw"
2525
},
2626
"require": {
27-
"php": ">=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
27+
"php": ">=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
2828
"ext-mbstring": "*",
2929
"symfony/deprecation-contracts": "^2.1 || ^3.0"
3030
},

0 commit comments

Comments
 (0)