Skip to content

Commit

Permalink
Support PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Nov 24, 2024
1 parent 3419ace commit c9e58f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support PHP 8.4 [#650](https://github.com/markuspoerschke/iCal/pull/650)

## [2.14.0] - 2024-07-11

### Fixed

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

## [2.13.0] - 2023-12-19

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"docs": "https://ical.poerschke.nrw"
},
"require": {
"php": ">=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"php": ">=7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-mbstring": "*",
"symfony/deprecation-contracts": "^2.1 || ^3.0"
},
Expand Down

0 comments on commit c9e58f8

Please sign in to comment.