Unverified Commit ea05c23d authored by Klaus Purer's avatar Klaus Purer Committed by GitHub
Browse files

chore(composer): Drop PHP 5.4 support (#3047617 #28)

parent 8fbb07e5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ cache:
matrix:
  fast_finish: true
  include:
    - php: 5.4
    - php: 5.5
    - php: 5.6
    - php: 7.0
+10 −6
Original line number Diff line number Diff line
@@ -7,10 +7,14 @@
        "issues": "https://www.drupal.org/project/issues/coder",
        "source": "https://www.drupal.org/project/coder"
    },
    "keywords": ["phpcs", "standards", "code review"],
    "keywords": [
        "phpcs",
        "standards",
        "code review"
    ],
    "license": "GPL-2.0+",
    "require": {
        "php": ">=5.4.0",
        "php": ">=5.5.9",
        "ext-mbstring": "*",
        "squizlabs/php_codesniffer": "^3.4.1",
        "symfony/yaml": ">=2.0.0"