From 99e42f6f257a7d865a04898a7591fb7f20209917 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Mon, 26 Feb 2018 12:38:31 +0000 Subject: [PATCH] Remove paragonie/random_compat Removing paragonie/random_compat as no longer supporting PHP 5.x branches --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 8e7fd7e6..48a95701 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ "ext-openssl": "*", "league/event": "^2.1", "lcobucci/jwt": "^3.2.2", - "paragonie/random_compat": "^2.0", "psr/http-message": "^1.0.1", "defuse/php-encryption": "^2.1" },