aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-03 11:07:03 +0000
committerMario <mario@mariovavti.com>2024-01-03 11:07:03 +0000
commitafe8552be66a05b379ddc7b5f78e40f8a76540b8 (patch)
treed53037364fa680de21153fb1d3fcfcb3211d0d58 /vendor/composer/installed.json
parentcd0e50da249ba89252a6182b0ac239e003563f61 (diff)
downloadvolse-hubzilla-afe8552be66a05b379ddc7b5f78e40f8a76540b8.tar.gz
volse-hubzilla-afe8552be66a05b379ddc7b5f78e40f8a76540b8.tar.bz2
volse-hubzilla-afe8552be66a05b379ddc7b5f78e40f8a76540b8.zip
comÃposer add tephenhill/base58
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 3be6a1e92..84ee74399 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -1982,6 +1982,51 @@
"install-path": "../spomky-labs/otphp"
},
{
+ "name": "stephenhill/base58",
+ "version": "v1.1.5",
+ "version_normalized": "1.1.5.0",
+ "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.*"
+ },
+ "time": "2019-08-22T16:51:59+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../stephenhill/base58"
+ },
+ {
"name": "symfony/polyfill-php81",
"version": "v1.28.0",
"version_normalized": "1.28.0.0",