Pretty Package Versions 2.0.2
This small patch handles a couple of new bugs that got discovered through an issue on `sentry-symfony.
This small patch handles a couple of new bugs that got discovered through an issue on `sentry-symfony.
This small patch handles replaced and provided packages, so that consumers of this library can handle bad requests gracefully.
Talk presented at
PUG Milano (Online)
Slides available
This is the italian version of a talk that I did two months before at SFDay 2020.
This new major release of this package was long awaited by me, since it’s a comeback of the 1.3 release, that was rolled back. Now, after more than 22 million downloads and the stable release of Composer 2, it’s time to use it!
The breaking changes are reduced to a minimum to allow a smoother upgrade path; if you use this package in a library, you’re encouraged to require it with a constraint of ^1.5 || ^2.0
, to obtain all the functionalities without constraining your end users to upgrade immediately to Composer 2.
Talk presented at
SFDay 2020 (Online)
Slides available
See talk comments on Joind.in.
When testing the PHP side of a Symfony application, tests are normally split into unit and functional: the former do not need anything in addition to some proficiency, due to their small size and isolated execution; the latter instead are more complex, slower and sometimes more brittle, because they use more components, and they involve the framework and the libraries used to build the app.