-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: nextcloud-command <[email protected]>
- Loading branch information
1 parent
f5ff12d
commit ce1f796
Showing
356 changed files
with
42,328 additions
and
18,248 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2315,27 +2315,27 @@ | |
}, | ||
{ | ||
"name": "paragonie/constant_time_encoding", | ||
"version": "v2.6.3", | ||
"version_normalized": "2.6.3.0", | ||
"version": "v3.0.0", | ||
"version_normalized": "3.0.0.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/paragonie/constant_time_encoding.git", | ||
"reference": "58c3f47f650c94ec05a151692652a868995d2938" | ||
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", | ||
"reference": "58c3f47f650c94ec05a151692652a868995d2938", | ||
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", | ||
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": "^7|^8" | ||
"php": "^8" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6|^7|^8|^9", | ||
"vimeo/psalm": "^1|^2|^3|^4" | ||
"phpunit/phpunit": "^9", | ||
"vimeo/psalm": "^4|^5" | ||
}, | ||
"time": "2022-06-14T06:56:20+00:00", | ||
"time": "2024-05-08T12:36:18+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"autoload": { | ||
|
@@ -2383,6 +2383,59 @@ | |
}, | ||
"install-path": "../paragonie/constant_time_encoding" | ||
}, | ||
{ | ||
"name": "paragonie/random_compat", | ||
"version": "v9.99.100", | ||
"version_normalized": "9.99.100.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/paragonie/random_compat.git", | ||
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", | ||
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">= 7" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.*|5.*", | ||
"vimeo/psalm": "^1" | ||
}, | ||
"suggest": { | ||
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." | ||
}, | ||
"time": "2020-10-15T08:29:30+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Paragon Initiative Enterprises", | ||
"email": "[email protected]", | ||
"homepage": "https://paragonie.com" | ||
} | ||
], | ||
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", | ||
"keywords": [ | ||
"csprng", | ||
"polyfill", | ||
"pseudorandom", | ||
"random" | ||
], | ||
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/paragonie/random_compat/issues", | ||
"source": "https://github.com/paragonie/random_compat" | ||
}, | ||
"install-path": "../paragonie/random_compat" | ||
}, | ||
{ | ||
"name": "pear/archive_tar", | ||
"version": "1.5.0", | ||
|
@@ -2896,43 +2949,43 @@ | |
}, | ||
{ | ||
"name": "phpseclib/phpseclib", | ||
"version": "2.0.47", | ||
"version_normalized": "2.0.47.0", | ||
"version": "3.0.42", | ||
"version_normalized": "3.0.42.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/phpseclib/phpseclib.git", | ||
"reference": "b7d7d90ee7df7f33a664b4aea32d50a305d35adb" | ||
"reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/b7d7d90ee7df7f33a664b4aea32d50a305d35adb", | ||
"reference": "b7d7d90ee7df7f33a664b4aea32d50a305d35adb", | ||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98", | ||
"reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.3.3" | ||
"paragonie/constant_time_encoding": "^1|^2|^3", | ||
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", | ||
"php": ">=5.6.1" | ||
}, | ||
"require-dev": { | ||
"phing/phing": "~2.7", | ||
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", | ||
"squizlabs/php_codesniffer": "~2.0" | ||
"phpunit/phpunit": "*" | ||
}, | ||
"suggest": { | ||
"ext-dom": "Install the DOM extension to load XML formatted public keys.", | ||
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", | ||
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", | ||
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", | ||
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", | ||
"ext-xml": "Install the XML extension to load XML formatted public keys." | ||
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." | ||
}, | ||
"time": "2024-02-26T04:55:38+00:00", | ||
"time": "2024-09-16T03:06:04+00:00", | ||
"type": "library", | ||
"installation-source": "dist", | ||
"autoload": { | ||
"files": [ | ||
"phpseclib/bootstrap.php" | ||
], | ||
"psr-4": { | ||
"phpseclib\\": "phpseclib/" | ||
"phpseclib3\\": "phpseclib/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
|
@@ -2989,7 +3042,7 @@ | |
], | ||
"support": { | ||
"issues": "https://github.com/phpseclib/phpseclib/issues", | ||
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.47" | ||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.42" | ||
}, | ||
"funding": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.