Post #3667379
2026-07-08 07:43 UTC
The biggest lie we told ourselves:
{
"require": {
"php": ">=7.4"
}
}
Replies (3)
-
@timwolla@phpc.social 2026-07-08 08:18
@asgrim@phpc.social I'm particularly annoyed by that for PIE extensions, because the compatibility guarantees for the internal API are explicitly much looser there. Now my CI looks like this: if dpkg --compare-versions "${{ steps.determine-php-version.outputs.version }}" lt 8.6; then pie install --ansi -v some/package fi ☹️
-
@nyamsprod@phpc.social 2026-07-08 09:46
@asgrim@phpc.social vs Symfony ... who will win 😂
-
@dseguy@phpc.social 2026-07-08 08:32
@asgrim@phpc.social #PHP code, or for extensions?