Skip to content

Commit

Permalink
Merge branch 'release/4.1.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Oct 18, 2023
2 parents d418c3c + 46a4d6f commit 4959c20
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 4.1.11 - 2023-10-18
- issue #304, pr #305 - Override required PHP version in composer.json

## 4.1.10 - 2023-09-11
- issue #298, pr #303 - Undefined constant "WsdlToPhp\PackageGenerator\Generator\SOAP_1_1"

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ Developers who helped on this project are listed in the [composer.json](composer
- [Arnaud POINTET](https://github.com/Oipnet)
- [dypa](https://github.com/dypa)
- [tbreuss](https://github.com/tbreuss)
- [Paul Melekhov](https://github.com/gugglegum)

## FAQ

Expand Down
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,14 @@
"role": "Contributor"
},
{
"name": "tbreuss",
"email": "thomasbreuss@gmx.ch",
"name": "gugglegum",
"email": "gugglegum@gmail.com",
"role": "Contributor"
},
{
"name": "tbreuss",
"email": "thomasbreuss@gmx.ch",
"role": "Contributor"
}
],
"support" : {
Expand Down
2 changes: 1 addition & 1 deletion src/File/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function addAutoloadToComposerJson(array &$content): Composer

protected function addComposerSettings(array &$content): Composer
{
$content = array_merge_recursive($content, $this->getGenerator()->getOptionComposerSettings());
$content = array_replace_recursive($content, $this->getGenerator()->getOptionComposerSettings());

return $this;
}
Expand Down

0 comments on commit 4959c20

Please sign in to comment.