Elektrine lite

← Feed

@asgrim@phpc.social

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 ☹️

    Open ##3667378

  • @nyamsprod@phpc.social 2026-07-08 09:46

    @asgrim@phpc.social vs Symfony ... who will win 😂

    Open ##3669015

  • @dseguy@phpc.social 2026-07-08 08:32

    @asgrim@phpc.social #PHP code, or for extensions?

    Open ##3672569