[ticket/14807] Updates paragonie/random_compat

PHPBB3-14807
This commit is contained in:
Tristan Darricau 2016-10-02 19:49:56 +02:00
parent 4c60995d7a
commit 1100db7e86
No known key found for this signature in database
GPG key ID: 817043C2E29DB881
2 changed files with 14 additions and 14 deletions

View file

@ -31,9 +31,9 @@
"guzzlehttp/guzzle": "~5.3", "guzzlehttp/guzzle": "~5.3",
"lusitanian/oauth": "^0.8.1", "lusitanian/oauth": "^0.8.1",
"marc1706/fast-image-size": "^1.1", "marc1706/fast-image-size": "^1.1",
"paragonie/random_compat": "^1.2", "paragonie/random_compat": "^2.0",
"patchwork/utf8": "^1.1", "patchwork/utf8": "^1.1",
"s9e/text-formatter": "~0.7.0", "s9e/text-formatter": "~0.8.0",
"symfony/config": "^2.8", "symfony/config": "^2.8",
"symfony/console": "^2.8", "symfony/console": "^2.8",
"symfony/debug": "^2.8", "symfony/debug": "^2.8",

24
phpBB/composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "3b01eb342cbfb7147e0bf53e68b7e991", "hash": "f8c36b90de055ba0b43285a066e66805",
"content-hash": "5794ac0aeeae2c08bf9f8d6f26778e4a", "content-hash": "1968761eb0667a7c4745caaf65992fe3",
"packages": [ "packages": [
{ {
"name": "bantu/ini-get-wrapper", "name": "bantu/ini-get-wrapper",
@ -460,16 +460,16 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v1.4.1", "version": "v2.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774" "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf",
"reference": "c7e26a21ba357863de030f0b9e701c7d04593774", "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -504,7 +504,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2016-03-18 20:34:03" "time": "2016-04-03 06:00:07"
}, },
{ {
"name": "patchwork/utf8", "name": "patchwork/utf8",
@ -649,16 +649,16 @@
}, },
{ {
"name": "s9e/text-formatter", "name": "s9e/text-formatter",
"version": "0.7.1", "version": "0.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/s9e/TextFormatter.git", "url": "https://github.com/s9e/TextFormatter.git",
"reference": "5ac94a32e63573fca4e92739b80563d71ac60704" "reference": "48158ca7c52ea637ff625e495d6046eb6a4c8efd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/5ac94a32e63573fca4e92739b80563d71ac60704", "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/48158ca7c52ea637ff625e495d6046eb6a4c8efd",
"reference": "5ac94a32e63573fca4e92739b80563d71ac60704", "reference": "48158ca7c52ea637ff625e495d6046eb6a4c8efd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -705,7 +705,7 @@
"parser", "parser",
"shortcodes" "shortcodes"
], ],
"time": "2016-09-24 11:59:09" "time": "2016-10-09 13:58:36"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",