File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
7
7
8
+ ## [ 4.0.1] - 2025-01-16
9
+ - Fix doctrine/orm require
10
+
8
11
## [ 4.0.0] - 2025-01-13
9
12
- Remove support for PHP 8.1 and 8.2 (BC)
10
13
- Remove support for Symfony versions lower than 6.4 (BC)
Original file line number Diff line number Diff line change 17
17
"php" : " ^8.3" ,
18
18
"ext-json" : " *" ,
19
19
"ext-openssl" : " *" ,
20
- "doctrine/orm" : " ^2.8|3.0" ,
20
+ "doctrine/orm" : " ^2.8|^ 3.0" ,
21
21
"itk-dev/openid-connect" : " ^4.0" ,
22
22
"symfony/cache" : " ^6.4|^7.0" ,
23
23
"symfony/framework-bundle" : " ^6.4.13|^7.0" ,
You can’t perform that action at this time.
0 commit comments