Skip to content

Commit 7271073

Browse files
committed
Merge tag '4.1.12' into develop
create tag 4.1.12
2 parents b36736d + 92a85e2 commit 7271073

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 4.1.12 - 2024-04-13
4+
- issue #308, pr #309 - Symfony 7 / added support for symfony 7
5+
36
## 4.1.11 - 2023-10-18
47
- issue #304, pr #305 - Override required PHP version in composer.json
58

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Developers who helped on this project are listed in the [composer.json](composer
164164
- [dypa](https://github.com/dypa)
165165
- [tbreuss](https://github.com/tbreuss)
166166
- [Paul Melekhov](https://github.com/gugglegum)
167+
- [Alex Krátký](https://github.com/AlexKratky)
167168

168169
## FAQ
169170

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
"name": "tbreuss",
9898
"email": "thomasbreuss@gmx.ch",
9999
"role": "Contributor"
100+
},
101+
{
102+
"name": "Alex Krátký",
103+
"role": "Contributor"
100104
}
101105
],
102106
"support" : {

0 commit comments

Comments
 (0)