PHRAS-2505 replace ircmaxell/random-lib with paragonie/random-lib for php7.1

This commit is contained in:
Arthur de Moulins
2019-04-04 12:34:04 +02:00
parent e687b5ba28
commit 887ad91174
2 changed files with 153 additions and 58 deletions

View File

@@ -78,7 +78,6 @@
"hoa/router": "~2.0",
"igorw/get-in": "~1.0",
"imagine/imagine": "0.6.x-dev",
"ircmaxell/random-lib": "~1.0",
"jms/serializer": "~0.10",
"jms/translation-bundle": "dev-rebase-2015-10-20",
"justinrainbow/json-schema": "2.0.3 as 1.6.1",
@@ -120,7 +119,8 @@
"alchemy/queue-bundle": "^0.1.5",
"google/recaptcha": "^1.1",
"facebook/graph-sdk": "^5.6",
"box/spout": "^2.7"
"box/spout": "^2.7",
"paragonie/random-lib": "^2.0"
},
"require-dev": {
"mikey179/vfsStream": "~1.5",