Pretty Package Versions 1.5.1
This small patch adds support for the upcoming PHP 8.0 release.
This small patch adds support for the upcoming PHP 8.0 release.
Talk presented at
PHPDay 2020 (Online)
Slides available
See talk comments on Joind.in.
Docker has slowly won the hearth of many developers as a good, flexible and reliable tool to build local environments for web apps, but containers in production were still a myth for a long time.
Now, with the advent of Kubernetes (k8s), deploying (PHP) applications with containers is the new shiny tool, but the huge amount of new concepts and technologies scares a lot of people away.
This is the first, stable release of this library that I built on top of facile-it/mongodb-bundle
, which allows to use the MongoDB connection provided by the bundle to be used as a Symfony Messenger transport. I build this because I needed the equivalent of the Doctrine transport to store failed messages on a project that didn’t use Doctrine, but our OSS MongoDB bundle.
This small path adds detection for deadlocks during test execution when using PostgreSQL, thanks to an external contributor.
This version attempts to support Composer 2 directly, by dropping dependencies and using the Composer 2 API directly.