File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 4.1.11 - 2023-10-18
4
+ - issue #304 , pr #305 - Override required PHP version in composer.json
5
+
3
6
## 4.1.10 - 2023-09-11
4
7
- issue #298 , pr #303 - Undefined constant "WsdlToPhp\PackageGenerator\Generator\SOAP_1_1"
5
8
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ Developers who helped on this project are listed in the [composer.json](composer
163
163
- [ Arnaud POINTET] ( https://github.com/Oipnet )
164
164
- [ dypa] ( https://github.com/dypa )
165
165
- [ tbreuss] ( https://github.com/tbreuss )
166
+ - [ Paul Melekhov] ( https://github.com/gugglegum )
166
167
167
168
## FAQ
168
169
Original file line number Diff line number Diff line change 89
89
"role" : " Contributor"
90
90
},
91
91
{
92
- "name" : " tbreuss " ,
93
- "email" : " thomasbreuss@gmx.ch " ,
92
+ "name" : " gugglegum " ,
93
+ "email" : " gugglegum@gmail.com " ,
94
94
"role" : " Contributor"
95
+ },
96
+ {
97
+ "name" : " tbreuss" ,
98
+ "email" : " thomasbreuss@gmx.ch" ,
99
+ "role" : " Contributor"
95
100
}
96
101
],
97
102
"support" : {
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ protected function addAutoloadToComposerJson(array &$content): Composer
91
91
92
92
protected function addComposerSettings (array &$ content ): Composer
93
93
{
94
- $ content = array_merge_recursive ($ content , $ this ->getGenerator ()->getOptionComposerSettings ());
94
+ $ content = array_replace_recursive ($ content , $ this ->getGenerator ()->getOptionComposerSettings ());
95
95
96
96
return $ this ;
97
97
}
You can’t perform that action at this time.
0 commit comments