Skip to content

Commit

Permalink
Merge branch 'hotfix/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
turegjorup committed Jan 16, 2025
2 parents c4e0c10 + 319a2b7 commit be2dff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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)

## [4.0.1] - 2025-01-16
- Fix doctrine/orm require

## [4.0.0] - 2025-01-13
- Remove support for PHP 8.1 and 8.2 (BC)
- Remove support for Symfony versions lower than 6.4 (BC)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"php": "^8.3",
"ext-json": "*",
"ext-openssl": "*",
"doctrine/orm": "^2.8|3.0",
"doctrine/orm": "^2.8|^3.0",
"itk-dev/openid-connect": "^4.0",
"symfony/cache": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4.13|^7.0",
Expand Down

0 comments on commit be2dff9

Please sign in to comment.