From 37c0a813db70e5efc480c0446a4abf7230b252b8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 15 Feb 2020 21:14:14 +0100 Subject: [PATCH] Updated to PHPUnit 9 --- .travis.yml | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d6176ed..4e4c70f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,8 +37,8 @@ script: after_success: - rm -f build/clover.xml - - wget https://phar.phpunit.de/phpcov-6.0.1.phar - - phpdbg -qrr phpcov-6.0.1.phar merge build --clover build/clover.xml + - wget https://phar.phpunit.de/phpcov-7.0.1.phar + - phpdbg -qrr phpcov-7.0.1.phar merge build --clover build/clover.xml - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml diff --git a/composer.json b/composer.json index c9199246..cdda9028 100644 --- a/composer.json +++ b/composer.json @@ -58,14 +58,14 @@ }, "require-dev": { "devster/ubench": "^2.0", - "dms/phpunit-arraysubset-asserts": "^0.1.0", + "dms/phpunit-arraysubset-asserts": "^0.2.0", "eaglewu/swoole-ide-helper": "dev-master", "infection/infection": "^0.15.0", "phpstan/phpstan": "^0.12.3", - "phpunit/phpunit": "^8.3", + "phpunit/phpunit": "^9.0.1", "roave/security-advisories": "dev-master", "shlinkio/php-coding-standard": "~2.1.0", - "shlinkio/shlink-test-utils": "^1.3", + "shlinkio/shlink-test-utils": "^1.4", "symfony/var-dumper": "^5.0" }, "autoload": {