Mathieu Dumoulin
Mathieu Dumoulin
I made a completely variable setup that allows me to generate similar machines but the names, hostname, etc are controlled by startup flags. ```ruby namespace="learningbird" ssh_user="lb-user" machine_type="app" begin opts.each do...
Was looking for `has` today and couldn't find it. I can implement `has` and `hasIn` (Seems to be the exact same to me) using the Symfony Property Access component (SPAC...
You release 0.09 instead of 0.0.9 @pierredup ... Why isn't it a 1.x tag anyway. This has been out for multiple years and works no?
Someone at work just noticed that you posted `0.09` version. This makes composer select that version instead of `0.1.0`. Any reason to persist that version?
This is a push to PHP 8.1+ with deprecations of previous version 2 stuff that should have been removed. Several pattern changes!