diff --git a/composer.json b/composer.json index 107b7b2..976d2c3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require-dev": { "clue/phar-composer": "^1.3", - "phpunit/phpunit": "^4.8.36" + "phpunit/phpunit": "^7.5 || ^5.7 || ^4.8.36" }, "autoload": { "psr-0": { "Clue\\GraphComposer": "src/" } diff --git a/tests/AppTest.php b/tests/AppTest.php index 7f45f8d..371f6ae 100644 --- a/tests/AppTest.php +++ b/tests/AppTest.php @@ -1,8 +1,9 @@