diff options
author | Mario <mario@mariovavti.com> | 2024-01-03 11:09:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-03 11:09:22 +0000 |
commit | 16e6eec3fb2bfb5a34c9dc94d46232be8461a947 (patch) | |
tree | d2fcf420e31f65e0c1a7e74529b65c6df6ae450e /vendor/composer/installed.json | |
parent | afe8552be66a05b379ddc7b5f78e40f8a76540b8 (diff) | |
download | volse-hubzilla-16e6eec3fb2bfb5a34c9dc94d46232be8461a947.tar.gz volse-hubzilla-16e6eec3fb2bfb5a34c9dc94d46232be8461a947.tar.bz2 volse-hubzilla-16e6eec3fb2bfb5a34c9dc94d46232be8461a947.zip |
composer add mmccook/php-json-canonicalization-scheme
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r-- | vendor/composer/installed.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 84ee74399..0fa1fffc9 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -764,6 +764,67 @@ "install-path": "../michelf/php-markdown" }, { + "name": "mmccook/php-json-canonicalization-scheme", + "version": "1.0.0", + "version_normalized": "1.0.0.0", + "source": { + "type": "git", + "url": "https://github.com/mmccook/php-json-canonicalization-scheme.git", + "reference": "cd6d3e7645a2c1e62574a9a2437d68e9e74e799f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mmccook/php-json-canonicalization-scheme/zipball/cd6d3e7645a2c1e62574a9a2437d68e9e74e799f", + "reference": "cd6d3e7645a2c1e62574a9a2437d68e9e74e799f", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.13", + "pestphp/pest": "^1.20", + "phpstan/phpstan": "^1.10", + "spatie/ray": "^1.28" + }, + "time": "2023-08-07T18:12:27+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "Mmccook\\JsonCanonicalizator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mark M. McCook", + "email": "mark.mccook@gmail.com", + "role": "Developer" + } + ], + "description": "This is my package php-json-canonicalization-scheme", + "homepage": "https://github.com/mmccook/php-json-canonicalization-scheme", + "keywords": [ + "mmccook", + "php-json-canonicalization-scheme" + ], + "support": { + "issues": "https://github.com/mmccook/php-json-canonicalization-scheme/issues", + "source": "https://github.com/mmccook/php-json-canonicalization-scheme/tree/1.0.0" + }, + "funding": [ + { + "url": "https://github.com/mmccook", + "type": "github" + } + ], + "install-path": "../mmccook/php-json-canonicalization-scheme" + }, + { "name": "paragonie/constant_time_encoding", "version": "v2.6.3", "version_normalized": "2.6.3.0", |