Bump minor to include fix for composer #9816#1267
Conversation
|
|
|
Thinking more about this, I have two questions:
|
I will answer myself to this question: because the issue was not with Composer itself but with your package. I misread the package name in the |
Does it? I don't think it uses anything directly, it's this base SDK that does everything, so it should be fixed without further intervention. |
Yeah my bad. I thought maybe we had to bump the Thanks for the quick 1-2 guys! |
|
@ste93cry could it be that we still need to tag this in order for packagist to pick up on it properly? 🎅🎄 |
|
This is not tagged yet, yes, but you can apply the same constraint to your projects as a workaround for now. |
|
Ops you're right, I completely forgot to release it 🤦♂️ Done now with version |
* Bump the minimum required version of `jean85/pretty-package-versions` (#1267) * Prepare release `3.3.5` * Update PHPStan, Psalm and PHP-CS-Fixer to the latest versions (#1272) * Update PHP-CS-Fixer * Update PHPStan * Update Psalm * Raise PHPStan level to 9 * Run PHP-CS-Fixer on the latest stable PHP version * Fix code style * Fix Psalm type definition and update PHPStan baseline * Relax Composer constraint about PHP-CS-Fixer and make it run on PHP `8.1` * Update PHPStan baseline * meta(gha): Deploy action stale.yml (#1259) * Reduce PSalm baseline Co-authored-by: J. Schreuders <3071062+99linesofcode@users.noreply.github.com> Co-authored-by: Stefano Arlandini <sarlandini@alice.it> Co-authored-by: Vladan Paunovic <vladan.paunovic.bg@gmail.com>
Didn't run the tests yet. Hoping that CI will catch any boo boo's.
Composer https://github.com/composer/composer/releases/tag/2.0.14 introduced a breaking change to something that
pretty-package-versionsdepends on. They fixed it in their2.0.4release. See:Jean85/pretty-package-versions#39