Skip to content

Commit

Permalink
Ensures compatibility with PHP 8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Zach committed Jul 31, 2024
1 parent d0cabc9 commit 0966d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1] - 31-07-2024

### Changed
- Ensures compatibility with PHP 8.3.

## [1.3.0] - 25-04-2023

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"typo3/cms-core": "^11.5 || ^12",
"php": ">=7.4 <=8.2.99"
"php": ">=7.4 <=8.3.99"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0966d7f

Please sign in to comment.