diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f44c0f0..c889df39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ebfedc66..8d38a46c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index f189bc84..b8325ccd 100644 --- a/composer.json +++ b/composer.json @@ -97,6 +97,10 @@ "name": "tbreuss", "email": "thomasbreuss@gmx.ch", "role": "Contributor" + }, + { + "name": "Alex Krátký", + "role": "Contributor" } ], "support" : { @@ -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"