diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 69d4755..d44a72f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -22,7 +22,7 @@ checks: tools: external_code_coverage: timeout: 600 - runs: 4 + runs: 2 php_code_sniffer: enabled: true config: diff --git a/.travis.yml b/.travis.yml index 0aea093..d407e33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: php sudo: false php: - - 7.1.3 - - 7.1 - 7.2 - 7.3 - nightly diff --git a/composer.json b/composer.json index 314bdd3..fe6b2c1 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,13 @@ "type": "library", "license": "MIT", "require": { - "php": ">=7.1.3", - "illuminate/support": "~5.8" + "php": ">=7.2.0", + "illuminate/support": "~6.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "~7.0|~8.0", - "phpunit/phpcov": "~5.0|~6.0" + "phpunit/phpunit": "~8.0", + "phpunit/phpcov": "~6.0" }, "autoload": { "psr-4": {