From 762417a82680d44cd4f086b075a0e0fb6eb64a81 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 7 Apr 2017 07:28:57 -0700 Subject: [PATCH] added phpunit 6.1 support --- phpunit/phpunit/4.7/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/phpunit/4.7/manifest.json b/phpunit/phpunit/4.7/manifest.json index 6a26fa22..8bd622df 100644 --- a/phpunit/phpunit/4.7/manifest.json +++ b/phpunit/phpunit/4.7/manifest.json @@ -3,5 +3,5 @@ "phpunit.xml.dist": "phpunit.xml.dist" }, "aliases": ["phpunit"], - "version_aliases": ["4.8", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "6.0"] + "version_aliases": ["4.8", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "6.0", "6.1"] }