aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/mmccook/php-json-canonicalization-scheme/composer.json
diff options
context:
space:
mode:
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, 0 insertions, 50 deletions
diff --git a/vendor/mmccook/php-json-canonicalization-scheme/composer.json b/vendor/mmccook/php-json-canonicalization-scheme/composer.json
deleted file mode 100644
index 62f712dcc..000000000
--- a/vendor/mmccook/php-json-canonicalization-scheme/composer.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "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
-}