Wondering if you could help you making those packages support nette/*^3.0:
"symplify/coding-standard",
"symplify/easy-coding-standard",
"symplify/package-builder",
Reason: When developers have in their composer.lock an installed version of nette/*^3.0, composer will show the following error when installing one of symplify packages as composer don't downgrade packages.
Installation request for nette/utils (locked at v3.0.1).
It seems like those packages already support nette v3, but there was no release since then.
@TomasVotruba any release planned soon? Newest phpstan (0.11.7) requires nette v3.
@marmichalski Yes, I'm waiting for Symfony 4.3 release, so we're in sync.
Is this already in master then? Should be closed if so
Thanks for the info @TomasVotruba, just curious: Why are you waiting for the Symfony 4.3 release?
@marmichalski Yes, I'm waiting for Symfony 4.3 release, so we're in sync.
Is this already in master then? Should be closed if so
@TomasVotruba 5.4.16 was released on March 6th while the "fixes" were introduced on March 10th.
https://github.com/Symplify/PackageBuilder/commit/92b75d5eb8f1d670fcf07ba452b25b767b650e39
https://github.com/Symplify/EasyCodingStandard/commit/c614d34763717a04255b665ddf0a212769b85a28
https://github.com/Symplify/CodingStandard/commit/4cae95cb778370b2bb98db79a9fe56e1e851cdfd
Unless there is something more to be bumped.
@nunomaduro Basically to bump deps and have code tested and synchronized.
@marmichalski Thanks for confirmation! Closing then
https://github.com/Symplify/Symplify/blob/master/CHANGELOG.md#v600---2019-05-28
Thanks! Hugeeee!