Jeff Widman
Jeff Widman
@stof @Seldaek 👋 from Dependabot. We are currently running `php` `7.4` when we `composer` against users' composer manifest files... if we bump that to `8.2` in our native helpers (which...
Thanks @Seldaek, that makes sense. While fixing UT failures, I also noticed this failure: ``` {"error":"Your requirements could not be resolved to an installable set of packages. Problem 1 -...
This is now ready for review, with the only remaining item from a code standpoint being https://github.com/dependabot/dependabot-core/pull/6506#discussion_r1123899146. From a user impact standpoint, I still need to pull metrics on what...
cc @abdulapopoola ☝️ in case you didn't see this user feedback.
@stof @Seldaek IIUC you two have back-end access to Packagist... do you have any metrics on current Composer v1 vs v2 usage rates? It'd be very helpful to see https://packagist.org/php-statistics...
Sorry for the delay here @Seldaek @stof, we didn't have this instrumented until a few weeks ago: * #7323 The most useful way of measuring this is by looking at...
To provide a little more clarity here, this _is_ something I'd personally like to see us eventually support. However, Docker as an ecosystem is complicated because there's a _lot_ of...
If the desired outcome of my example is: ``` 1 example, 0 failures, 1 skipped ``` Ie, rename pending to skipped in the summary, then I'd be happy to submit...
@danielmbrasil can you clarify why you'd opt for ``` 3 examples, 0 failures, 2 pending (1 skipped) ``` rather than ``` 1 example, 0 failures, 0 pending, 1 skipped ```...
@danielmbrasil Curious if this is something you're still interested in working on?