Skip to content

Commit dc78b42

Browse files
committed
Merge branch 'release/4.1.16'
2 parents 8e86d59 + 597847b commit dc78b42

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 4.1.16 - 2026-03-12
4+
- Update contributors
5+
- issue #337, pr #338 - chore: add Symfony 8 to list of supported versions
6+
37
## 4.1.15 - 2026-02-21
48
- Fix workflows actions versions
59

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Developers who helped on this project are listed in the [composer.json](composer
166166
- [Paul Melekhov](https://github.com/gugglegum)
167167
- [Alex Krátký](https://github.com/AlexKratky)
168168
- [Michel Tomas](https://github.com/superbiche)
169+
- [Kai Dederichs](https://github.com/KDederichs)
169170

170171
## FAQ
171172

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106
"name": "Michel Tomas",
107107
"email": "michel.p.tomas@gmail.com",
108108
"role": "Contributor"
109+
},
110+
{
111+
"name": "Kai Dederichs",
112+
"role": "Contributor"
109113
}
110114
],
111115
"support" : {
@@ -119,8 +123,8 @@
119123
"ext-mbstring": "*",
120124
"ext-soap": "*",
121125
"composer/composer": "^2.0",
122-
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
123-
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
126+
"symfony/console": "^4.0|^5.0|^6.0|^7.0|^8.0",
127+
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0|^8.0",
124128
"wsdltophp/packagebase": "^5.0",
125129
"wsdltophp/phpgenerator": "^4.0",
126130
"wsdltophp/wsdlhandler": "^1.0"

0 commit comments

Comments
 (0)