diff --git a/.travis.yml b/.travis.yml index bedd140..fc95e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: - composer update --prefer-dist --prefer-stable $PREFER_LOWEST script: - mkdir -p build/logs - - vendor/bin/phpunit --coverage-clover build/logs/clover.xml + - php vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/php-coveralls -v cache: diff --git a/composer.json b/composer.json index c9c7222..1f66246 100644 --- a/composer.json +++ b/composer.json @@ -12,15 +12,15 @@ "require": { "php": ">=7.2.0", "ext-fileinfo": "*", - "illuminate/support": "^5.6|^6.0", - "illuminate/filesystem": "^5.6|^6.0", - "illuminate/database": "^5.6|^6.0", + "illuminate/support": "^5.6|^6.0|^7.0", + "illuminate/filesystem": "^5.6|^6.0|^7.0", + "illuminate/database": "^5.6|^6.0|^7.0", "league/flysystem": "~1.0.23", "psr/http-message": "^1.0" }, "require-dev": { - "orchestra/testbench": "^3.3|^4.0", - "phpunit/phpunit": "^8.0", + "orchestra/testbench": "^3.3|^4.0|^5.0", + "phpunit/phpunit": "^8.0|^9.0", "vlucas/phpdotenv": "^3.3", "league/flysystem-aws-s3-v3" : "~1.0.23", "guzzlehttp/guzzle": "^6.3",