Skip to content

Commit be2dff9

Browse files
committed
Merge branch 'hotfix/4.0.1'
2 parents c4e0c10 + 319a2b7 commit be2dff9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8+
## [4.0.1] - 2025-01-16
9+
- Fix doctrine/orm require
10+
811
## [4.0.0] - 2025-01-13
912
- Remove support for PHP 8.1 and 8.2 (BC)
1013
- Remove support for Symfony versions lower than 6.4 (BC)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": "^8.3",
1818
"ext-json": "*",
1919
"ext-openssl": "*",
20-
"doctrine/orm": "^2.8|3.0",
20+
"doctrine/orm": "^2.8|^3.0",
2121
"itk-dev/openid-connect": "^4.0",
2222
"symfony/cache": "^6.4|^7.0",
2323
"symfony/framework-bundle": "^6.4.13|^7.0",

0 commit comments

Comments
 (0)