Closed snapshotpl closed 5 months ago
Yeah, probably same like here :-( https://github.com/laminas/laminas-config-aggregator/pull/45
@Ocramius
With latest dependencies, this still installed 0.4.x
- Downloading brick/varexporter (0.4.0)
This is because brick/varexporter (0.5.0)
requires nikic/php-parser (5.0.0)
, but vimeo/psalm
only supports nikic/php-parser (4.0.0)
. However vimeo/psalm
is only used in require-dev
, therefore brick/varexporter (0.5.0)
wouldn't be blocked when installing laminas/laminas-servicemanager
as a required dependency
Wait, why service manager needs var exporter?
So signature VarExporter::export backward compatibility between v0.4 & v0.5 I believe we can safe merge this PR without any consequences...
Thanks @snapshotpl @mrVrAlex @kersysgediminas
Description
Support for brick/varexporter v0.5.0 to turn supports nikic/PHP-Parser v5 and enabling upgrades to PHPUnit 11 in downstream projects.