Skip to content

Commit

Permalink
Merge branch 'release/4.1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Apr 13, 2024
2 parents 4959c20 + d1321a0 commit 92a85e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.12 - 2024-04-13
- issue #308, pr #309 - Symfony 7 / added support for symfony 7

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

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

## FAQ

Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
"name": "tbreuss",
"email": "thomasbreuss@gmx.ch",
"role": "Contributor"
},
{
"name": "Alex Krátký",
"role": "Contributor"
}
],
"support" : {
Expand All @@ -110,8 +114,8 @@
"ext-mbstring": "*",
"ext-soap": "*",
"composer/composer": "^2.0",
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/yaml": "^4.0|^5.0|^6.0",
"symfony/console": "^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0",
"wsdltophp/packagebase": "^5.0",
"wsdltophp/phpgenerator": "^4.0",
"wsdltophp/wsdlhandler": "^1.0"
Expand Down

0 comments on commit 92a85e2

Please sign in to comment.