Talk in English - US at php[tek] 2014
View Slides: https://beau.io/talks/2014/05/22/composer-stability-and-semantic-versioning-demystified-php-tek-2014/?ref=joindin
Short URL: https://joind.in/talk/4a84c
(QR-Code (opens in new window))
Composer: Stability and Semantic Versioning Demystified
Comments
Comments are closed.
Great talk, Beau.
Very helpful talk, a lot of useful info if you want or have packages you want to distribute on packagist. It was also very useful to understand why some times you get errors, or don't get the versions you are expecting.
Great talk that helped me better understand how composer works with semantic versioning. Really cleared up some of the syntax I've been using. Feel like I'll be a better composer user going forward.
I had used Composer prior to this talk, so I was not a complete novice going in. Beau's coverage of semantic versioning and exactly how the stability levels effect what packages get installed gave me a much better understanding on how to use Composer intelligently, both when creating new packages and when using packages from other developers.