From 3e72eb1fa6dd1d2a886ab187b8da1c0aeb54a347 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sun, 26 Jul 2020 17:59:51 +0200 Subject: [PATCH] Add paratest as a dependendency --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 789c034..d242d61 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "ext-reflection": "*", "ext-sockets": "*", "ext-zip": "*", + "brianium/paratest": "^4.1", "cache/apc-adapter": "^1.0", "cache/apcu-adapter": "^1.0", "cache/array-adapter": "^1.0",