Version 2.20.1
Add PHP 8.1 minimal compatibility.
Skip tests on GenkgoXslBuilderTest
because the library genkgo/xsl
is not compatible with PHP 8.1.
Skip tests WebServiceConsumingTest::testSoapClientHasSettings
because cannot access SoapClient
private properties.
Add dependence on symfony/process
to include 6.0. This allows to install the library on PHP 8.1.
Upgrade eclipxe/xmlschemavalidator
from version 2.x to version 3.x (fully PHP 8.1 compatible).
Add #[\ReturnTypeWillChange]
or fix return types on implemented classes like
IteratorAggregate::getIterator(): Traversable
.
Add information about how tu run locally GitHub Actions using nektos/act
tool.