aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/mmccook/php-json-canonicalization-scheme/composer.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-16 11:54:45 +0000
committerMario <mario@mariovavti.com>2024-03-16 11:54:45 +0000
commit8fc0210428d267df4d0e80c18ad35858202b538b (patch)
tree91f157d1403ee84d5c27dff02e33252e64d4eb88 /vendor/mmccook/php-json-canonicalization-scheme/composer.json
parent64560cbca9246c0df485eefe667b867a559546a4 (diff)
downloadvolse-hubzilla-8fc0210428d267df4d0e80c18ad35858202b538b.tar.gz
volse-hubzilla-8fc0210428d267df4d0e80c18ad35858202b538b.tar.bz2
volse-hubzilla-8fc0210428d267df4d0e80c18ad35858202b538b.zip
Revert "another attmpt to install streams/php-jcs via composer"
This reverts commit 5af3c3577843a6f65c402c27607edca98233c08e
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
+}