aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/mmccook/php-json-canonicalization-scheme/composer.json
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 /vendor/mmccook/php-json-canonicalization-scheme/composer.json
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 'vendor/mmccook/php-json-canonicalization-scheme/composer.json')
-rw-r--r--vendor/mmccook/php-json-canonicalization-scheme/composer.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/vendor/mmccook/php-json-canonicalization-scheme/composer.json b/vendor/mmccook/php-json-canonicalization-scheme/composer.json
new file mode 100644
index 000000000..62f712dcc
--- /dev/null
+++ b/vendor/mmccook/php-json-canonicalization-scheme/composer.json
@@ -0,0 +1,50 @@
+{
+ "name": "mmccook/php-json-canonicalization-scheme",
+ "description": "This is my package php-json-canonicalization-scheme",
+ "keywords": [
+ "mmccook",
+ "php-json-canonicalization-scheme"
+ ],
+ "homepage": "https://github.com/mmccook/php-json-canonicalization-scheme",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Mark M. McCook",
+ "email": "mark.mccook@gmail.com",
+ "role": "Developer"
+ }
+ ],
+ "require": {
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "friendsofphp/php-cs-fixer": "^3.13",
+ "pestphp/pest": "^1.20",
+ "phpstan/phpstan": "^1.10",
+ "spatie/ray": "^1.28"
+ },
+ "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"
+ },
+ "config": {
+ "sort-packages": true,
+ "allow-plugins": {
+ "pestphp/pest-plugin": true,
+ "phpstan/extension-installer": true
+ }
+ },
+ "minimum-stability": "stable",
+ "prefer-stable": true
+}