ProxyManager v2.9.0 Release Notes
Release Date: 2020-07-13 // about 3 years ago-
๐ This release upgrades
ocramius/proxy-manager
to usecomposer-runtime-api:^2
: this
means that you will needcomposer:^2
to install this version of ProxyManager.โก๏ธ In order to upgrade to composer v2, you can run
composer self-update --2
on your
development or CI/CD system.In addition to that, few notable improvements:
- ๐ฆ the
ocramius/package-versions
dependency has been replaced bycomposer-runtime-api
- โ
testing and static analysis have been noticeably improved, making it easier for others
to contribute to the project.
Total issues resolved: 9
- 599: Add psalm's github workflow thanks to @malukenho
- ๐ 600: Fix documentation code samples thanks to @malukenho
- ๐ 601: Remove travis in favor of github workflow thanks to @malukenho
- ๐ 602: Replace travis and scrutinizer badges with github build status shield images and sheperd images thanks to @Ocramius
- ๐ 603: Introduce a build task that runs off a locked dependency set (
composer.lock
) thanks to @Ocramius - 604: Enable automatic review for phpcs thanks to @malukenho
- 606: Run xulieta in CI thanks to @malukenho
- 616: Only run static analysis and CS checks on locked dependencies thanks to @Ocramius
- โฌ๏ธ 619: #617 upgrade from
ocramius/package-versions
tocomposer-runtime-api:^2
thanks to @Ocramius
- ๐ฆ the