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 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
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
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
Original file line number Diff line number Diff line change 9797 "name" : " tbreuss" ,
98989999 "role" : " Contributor"
100+ },
101+ {
102+ "name" : " Alex Krátký" ,
103+ "role" : " Contributor"
100104 }
101105 ],
102106 "support" : {
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"
You can’t perform that action at this time.
0 commit comments