PHP 5.4 and 5.5 are not supported any more.
I think we should remove the support for the unsupported PHP versions by removing them from .travis.yml and update the requirements in the composer.json

{
  "require": {
        "php": ">=5.6.0"
  }
}

Comments

Sweetchuck created an issue. See original summary.

chop’s picture

See this related issue and Pull Request:

xjm’s picture

For now, core still supports PHP 5.5+ in D8, and (AFAIK) 5.3+ in D7. Coder presumably still needs to support them while core does. See #2842431: [policy] Remove PHP 5.5, 5.6 support in Drupal 8.7 where we are discussing when to drop 5.5 support for D8.

klausi’s picture

Status: Needs review » Closed (duplicate)

Duplicate of #3047617: Drop PHP 5 support when Drupal core 8.8.0 is released

I should have searched for this, sorry!