aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 11:02:31 +0000
committerMario <mario@mariovavti.com>2024-03-14 11:02:31 +0000
commit6315757967245d82227d3886844b9a7567de2c2c (patch)
tree4ddb98819cdaffa0db7247a667eb02be2e7947a8 /composer.lock
parent9ddd84089754709c8f50b81ec50f701f39190e52 (diff)
downloadvolse-hubzilla-6315757967245d82227d3886844b9a7567de2c2c.tar.gz
volse-hubzilla-6315757967245d82227d3886844b9a7567de2c2c.tar.bz2
volse-hubzilla-6315757967245d82227d3886844b9a7567de2c2c.zip
Revert "use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151"
This reverts commit 81ce67df942d4bf378814677268fe03a29ecc028.
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock116
1 files changed, 59 insertions, 57 deletions
diff --git a/composer.lock b/composer.lock
index 619074c64..8b2dbae79 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": "6f742c93e921d4e93b52c1fbfa177931",
+ "content-hash": "a1e6e50cc266ffa9e8cd2a4a64c1dbb6",
"packages": [
{
"name": "blueimp/jquery-file-upload",
@@ -742,6 +742,64 @@
"time": "2022-09-26T12:21:08+00:00"
},
{
+ "name": "mmccook/php-json-canonicalization-scheme",
+ "version": "1.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"
+ },
+ "type": "library",
+ "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"
+ }
+ ],
+ "time": "2023-08-07T18:12:27+00:00"
+ },
+ {
"name": "paragonie/constant_time_encoding",
"version": "v2.6.3",
"source": {
@@ -2035,62 +2093,6 @@
"time": "2019-08-22T16:51:59+00:00"
},
{
- "name": "streams/php-jcs",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://codeberg.org/streams/php-jcs",
- "reference": "a0953ad4f4d3586d5e008b8498cc79154fca8332"
- },
- "require": {
- "php": "^8.1"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^3.13",
- "pestphp/pest": "^1.20",
- "phpstan/phpstan": "^1.10",
- "spatie/ray": "^1.28"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Mmccook\\JsonCanonicalizator\\": "src"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Mmccook\\JsonCanonicalizator\\Tests\\": "tests"
- }
- },
- "scripts": {
- "test": [
- "vendor/bin/pest"
- ],
- "test-coverage": [
- "vendor/bin/pest --coverage"
- ],
- "format": [
- "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --allow-risky=yes"
- ]
- },
- "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://codeberg.org/streams/php-jcs",
- "keywords": [
- "php-json-canonicalization-scheme"
- ],
- "time": "2024-03-12T10:28:59+00:00"
- },
- {
"name": "symfony/polyfill-php81",
"version": "v1.29.0",
"source": {