aaronpkI am worried about people who haven't been active in the community for years, the more accounts with push access the more chance someone's account is compromised and used to push malware to the package
[jgarber]Looks like [mattl] and I are on Team Ruby along with [aaronpk] . Not sure what permissions that team might have but seems reasonable to tack it on to any Ruby repos on the Organization with “admin” permissions.
gRegorphp-mf2 got several pull requests, one of which suggests updating minimum PHP to 7.1. I know in the past we've kept to a lower minimum version due to WordPress support, but wondering if we should revisit that now.
[tantek]philosophically speaking I'd prefer keeping old PHP compat, however I defer to the folks actually maintaining php-mf2 as to the marginal labor for doing so
jimwit seems very unlikely that someone stuck with php < 7.1 is going to even be upgrading to a new version of php-mf2. composer will just give them last version that included support for whatever very old version of php they're running.
jimwyeah, looks like it's been a while since a mf2 release, so maybe it makes sense to kick out one last 0.5.x as the last pre-7.1-supporting release and then just immediately release 0.6.0 that adds in the necessary php8.4 changes and drops support for pre-7.1.
[tantek]I would kinda prefer we resolve on those, land spec changes so phpmf2 can roll out prototypes as mainline and then we can consider cutting over
jimwthe use-case is in the PR, using php-mf2 will emit deprecation warnings in PHP 8.4 (and errors in PHP 9.x) because it uses a syntax that is being obsoleted.
[tantek]some implementations have already implemented prototypes of proposed resolutions which have not been integrated into the spec yet, per process to try proposals in an implementation or two before resolving/committing to spec
jimwnot that i've heard. but certainly the philosophy of the language has changed a lot since the early days. like i said, a bumpy road and some blind alleys. the community does what it can.