aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock44
1 files changed, 43 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index d091733a9..2a32f3440 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "9405cfa865704905a31f52a966828381",
+ "content-hash": "12cae0f6c48ce883e11b85fdbcb4b786",
"packages": [
{
"name": "blueimp/jquery-file-upload",
@@ -1912,6 +1912,48 @@
"time": "2023-03-16T19:16:25+00:00"
},
{
+ "name": "stephenhill/base58",
+ "version": "v1.1.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/stephen-hill/base58php.git",
+ "reference": "bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/stephen-hill/base58php/zipball/bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99",
+ "reference": "bd9fc19c788160a2f85ba0a19cd800eaf5ba5e99",
+ "shasum": ""
+ },
+ "require-dev": {
+ "athletic/athletic": "~0.1",
+ "phpunit/phpunit": "4.*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "StephenHill\\": "src/",
+ "StephenHill\\Benchmarks\\": "benchmarks/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Stephen Hill",
+ "email": "stephen@gatekiller.co.uk"
+ }
+ ],
+ "description": "Base58 Encoding and Decoding Library for PHP",
+ "support": {
+ "issues": "https://github.com/stephen-hill/base58php/issues",
+ "source": "https://github.com/stephen-hill/base58php/tree/v1.1.5"
+ },
+ "time": "2019-08-22T16:51:59+00:00"
+ },
+ {
"name": "symfony/polyfill-php81",
"version": "v1.28.0",
"source": {