From 866505e61d54c278b44c2126f843d1140e3fc43e Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 7 Aug 2016 12:33:51 +0200 Subject: [PATCH] Update integration tests (#80) * Use the lastest vesion of the integration tests * Make sure update script does not update packages that does not require integration tests * Do not use deperecated functions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eecc608..f66f661 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.1", - "cache/integration-tests": "^0.10" + "cache/integration-tests": "^0.11" }, "provide": { "psr/cache-implementation": "^1.0"