File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 4.1.12 - 2024-04-13
4
+ - issue #308 , pr #309 - Symfony 7 / added support for symfony 7
5
+
3
6
## 4.1.11 - 2023-10-18
4
7
- issue #304 , pr #305 - Override required PHP version in composer.json
5
8
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ Developers who helped on this project are listed in the [composer.json](composer
164
164
- [ dypa] ( https://github.com/dypa )
165
165
- [ tbreuss] ( https://github.com/tbreuss )
166
166
- [ Paul Melekhov] ( https://github.com/gugglegum )
167
+ - [ Alex Krátký] ( https://github.com/AlexKratky )
167
168
168
169
## FAQ
169
170
Original file line number Diff line number Diff line change 97
97
"name" : " tbreuss" ,
98
98
"email" : " thomasbreuss@gmx.ch" ,
99
99
"role" : " Contributor"
100
+ },
101
+ {
102
+ "name" : " Alex Krátký" ,
103
+ "role" : " Contributor"
100
104
}
101
105
],
102
106
"support" : {
110
114
"ext-mbstring" : " *" ,
111
115
"ext-soap" : " *" ,
112
116
"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 " ,
115
119
"wsdltophp/packagebase" : " ^5.0" ,
116
120
"wsdltophp/phpgenerator" : " ^4.0" ,
117
121
"wsdltophp/wsdlhandler" : " ^1.0"
You can’t perform that action at this time.
0 commit comments