Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
automatic_updates-3242724
Commits
835bf788
Commit
835bf788
authored
Dec 13, 2019
by
Lucas Hedding
Browse files
Issue
#3088922
by heddn: Check for updates to polyfills mid December 2019
parent
07dd9066
Changes
3
Hide whitespace changes
Inline
Side-by-side
composer.lock
View file @
835bf788
...
...
@@ -107,16 +107,16 @@
},
{
"name": "paragonie/sodium_compat",
"version": "v1.12.
0
",
"version": "v1.12.
1
",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "
8228b286d6b8fe24825f42ce02403f72656ac826
"
"reference": "
063cae9b3a7323579063e7037720f5b52b56c178
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/
8228b286d6b8fe24825f42ce02403f72656ac826
",
"reference": "
8228b286d6b8fe24825f42ce02403f72656ac826
",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/
063cae9b3a7323579063e7037720f5b52b56c178
",
"reference": "
063cae9b3a7323579063e7037720f5b52b56c178
",
"shasum": ""
},
"require": {
...
...
@@ -185,7 +185,7 @@
"secret-key cryptography",
"side-channel resistant"
],
"time": "2019-1
0-19T15:30:42
+00:00"
"time": "2019-1
1-07T17:07:24
+00:00"
}
],
"packages-dev": [],
...
...
vendor/composer/installed.json
View file @
835bf788
...
...
@@ -104,17 +104,17 @@
},
{
"name"
:
"paragonie/sodium_compat"
,
"version"
:
"v1.12.
0
"
,
"version_normalized"
:
"1.12.
0
.0"
,
"version"
:
"v1.12.
1
"
,
"version_normalized"
:
"1.12.
1
.0"
,
"source"
:
{
"type"
:
"git"
,
"url"
:
"https://github.com/paragonie/sodium_compat.git"
,
"reference"
:
"
8228b286d6b8fe24825f42ce02403f72656ac826
"
"reference"
:
"
063cae9b3a7323579063e7037720f5b52b56c178
"
},
"dist"
:
{
"type"
:
"zip"
,
"url"
:
"https://api.github.com/repos/paragonie/sodium_compat/zipball/
8228b286d6b8fe24825f42ce02403f72656ac826
"
,
"reference"
:
"
8228b286d6b8fe24825f42ce02403f72656ac826
"
,
"url"
:
"https://api.github.com/repos/paragonie/sodium_compat/zipball/
063cae9b3a7323579063e7037720f5b52b56c178
"
,
"reference"
:
"
063cae9b3a7323579063e7037720f5b52b56c178
"
,
"shasum"
:
""
},
"require"
:
{
...
...
@@ -128,7 +128,7 @@
"ext-libsodium"
:
"PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
,
"ext-sodium"
:
"PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
},
"time"
:
"2019-1
0-19T15:30:42
+00:00"
,
"time"
:
"2019-1
1-07T17:07:24
+00:00"
,
"type"
:
"library"
,
"installation-source"
:
"dist"
,
"autoload"
:
{
...
...
vendor/paragonie/sodium_compat/autoload.php
View file @
835bf788
...
...
@@ -47,7 +47,7 @@ if (PHP_VERSION_ID >= 50300) {
require_once
dirname
(
__FILE__
)
.
'/src/PHP52/SplFixedArray.php'
;
}
if
(
PHP_VERSION_ID
<
70200
||
!
extension_loaded
(
'sodium'
))
{
if
(
PHP_VERSION_ID
>=
50300
&&
!
defined
(
'SODIUM_
LIBRARY_MAJOR_VERSION
'
))
{
if
(
PHP_VERSION_ID
>=
50300
&&
!
defined
(
'SODIUM_
CRYPTO_SCALARMULT_BYTES
'
))
{
require_once
dirname
(
__FILE__
)
.
'/lib/php72compat_const.php'
;
}
if
(
PHP_VERSION_ID
>=
70000
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment