Closed dakujem closed 2 years ago
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself
@dakujem see comment from froschdesign at https://github.com/laminas/laminas-xmlrpc/issues/18#issuecomment-981113218
Thank you for your response. As I understand it, the support for PHP 8.1 is under development then.
FYI, I'm using the laminas/laminas-xml2json
package that requires this one.
@dakujem
As I understand it, the support for PHP 8.1 is under development then.
Any help is welcome! 👍
Sure, but the PR is already out :-) https://github.com/laminas/laminas-xml/pull/8
@froschdesign not directly related to php 8.1 but as you ask me to do the same thing yesterday... does it makes sense to also remove the dependency on zendframework-bridge?
@tobias-trozowski As a separate pull request would be good, then we will have an extra entry in the release notes. Thanks in advance! 👍
Hello. I stumbled upon being unable to run app with this package in PHP 8.1 environment.
This is what I get from Composer.
The issue is that the constraint in
composer.json
is as follows:(seen here)
I suggest changing
"php": "^7.3 || ~8.0.0",
to"php": "^7.3 || ^8.0",
to support future versions of PHP.