From ffd3cf3b373d2da2172c483a32a9719fa06e5d2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Feb 2017 07:22:56 +0100 Subject: checkpkgist: add phpunit6 --- checkpkgist/checkpkgist.json | 3 +++ checkpkgist/multiver.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/checkpkgist/checkpkgist.json b/checkpkgist/checkpkgist.json index d2531cf..a94ef9f 100644 --- a/checkpkgist/checkpkgist.json +++ b/checkpkgist/checkpkgist.json @@ -14,6 +14,9 @@ "php-tecnickcom-tc-lib-unicode": "tecnickcom\/tc-lib-unicode", "php-tecnickcom-tc-lib-unicode-data": "tecnickcom\/tc-lib-unicode-data", "php-tedivm-jshrink": "tedivm\/jshrink", + "php-phpunit-php-code-coverage5": "phpunit\/php-code-coverage", + "php-phpunit-mock-objects4": "phpunit\/phpunit-mock-objects", + "phpunit6": "phpunit\/phpunit", "php-phine-path": "phine\/path", "php-phine-exception": "phine\/exception", "php-pimple-lib": "pimple\/pimple", diff --git a/checkpkgist/multiver.json b/checkpkgist/multiver.json index 8b00297..b0463d9 100644 --- a/checkpkgist/multiver.json +++ b/checkpkgist/multiver.json @@ -3,6 +3,9 @@ "php-justinrainbow-json-schema": 2, "php-PHPParser": 1, "php-pimple1": 1, + "php-phpunit-PHPUnit": 5, + "php-phpunit-PHPUnit-MockObject": 3, + "php-phpunit-PHP-CodeCoverage": 4, "php-robrichards-xmlseclibs1": 1, "php-robrichards-xmlseclibs": 2, "php-symfony": 2, -- cgit