Skip to content

Commit 92a85e2

Browse files
committed
Merge branch 'release/4.1.12'
2 parents 4959c20 + d1321a0 commit 92a85e2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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: 6 additions & 2 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" : {
@@ -110,8 +114,8 @@
110114
"ext-mbstring": "*",
111115
"ext-soap": "*",
112116
"composer/composer": "^2.0",
113-
"symfony/console": "^4.0|^5.0|^6.0",
114-
"symfony/yaml": "^4.0|^5.0|^6.0",
117+
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
118+
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
115119
"wsdltophp/packagebase": "^5.0",
116120
"wsdltophp/phpgenerator": "^4.0",
117121
"wsdltophp/wsdlhandler": "^1.0"

0 commit comments

Comments
 (0)