From f06adb38cd62f58f9b644307a0e0c12c8c3b92ca Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sun, 21 Feb 2016 17:09:04 +0000 Subject: [PATCH] Require dev league/plates --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 800e0f1a..7d6ba886 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ "paragonie/random_compat": "^1.1" }, "require-dev": { - "phpunit/phpunit": "~5.2" + "phpunit/phpunit": "~5.2", + "league/plates": "^3.1" }, "repositories": [ {