diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3c0ca63d..42617ac8 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -21,7 +21,7 @@ checks: tools: external_code_coverage: timeout: 600 - runs: 4 + runs: 3 php_code_sniffer: enabled: true config: diff --git a/.travis.yml b/.travis.yml index 327c9fe6..52a74db2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 5.4 - 5.5.9 - 5.5 - 5.6 diff --git a/composer.json b/composer.json index b2ee7cf7..431a88ca 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "type": "library", "license": "MIT", "require": { - "php": ">=5.4.0", + "php": ">=5.5.9", "psr/log": "~1.0", "arcanedev/support": "~3.0" }, "require-dev": { - "orchestra/testbench": "~3.0", + "orchestra/testbench": "~3.1", "phpunit/phpcov": "~2.0", "phpunit/phpunit": "~4.0|~5.0" },