Mezzle/clacks-middleware

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "675a032df0d62a26fbcc2657c436ee85",
    "packages": [
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "time": "2018-10-30T16:46:14+00:00"
        },
        {
            "name": "psr/http-server-middleware",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-middleware.git",
                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0",
                "psr/http-server-handler": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side middleware",
            "keywords": [
                "http",
                "http-interop",
                "middleware",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response"
            ],
            "time": "2018-10-30T17:12:04+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "ergebnis/composer-normalize",
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ergebnis/composer-normalize.git",
                "reference": "d697f180813561f2ea138e85f7b0b2c558ebc00e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ergebnis/composer-normalize/zipball/d697f180813561f2ea138e85f7b0b2c558ebc00e",
                "reference": "d697f180813561f2ea138e85f7b0b2c558ebc00e",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0.0",
                "ergebnis/json-normalizer": "~0.13.0",
                "ergebnis/json-printer": "^3.1.0",
                "justinrainbow/json-schema": "^5.2.10",
                "localheinz/diff": "^1.1.1",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "composer/composer": "^1.10.8 || ^2.0.0",
                "composer/package-versions-deprecated": "^1.10.99",
                "ergebnis/phpstan-rules": "~0.15.1",
                "ergebnis/test-util": "^1.0.0",
                "jangregor/phpstan-prophecy": "~0.8.0",
                "phpstan/extension-installer": "^1.0.4",
                "phpstan/phpstan": "~0.12.37",
                "phpstan/phpstan-deprecation-rules": "~0.12.5",
                "phpstan/phpstan-phpunit": "~0.12.16",
                "phpstan/phpstan-strict-rules": "~0.12.4",
                "phpunit/phpunit": "^7.5.20",
                "symfony/filesystem": "^4.4.11"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Ergebnis\\Composer\\Normalize\\NormalizePlugin"
            },
            "autoload": {
                "psr-4": {
                    "Ergebnis\\Composer\\Normalize\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Möller",
                    "email": "am@localheinz.com"
                }
            ],
            "description": "Provides a composer plugin for normalizing composer.json.",
            "homepage": "https://github.com/ergebnis/composer-normalize",
            "keywords": [
                "composer",
                "normalize",
                "normalizer",
                "plugin"
            ],
            "funding": [
                {
                    "url": "https://github.com/localheinz",
                    "type": "github"
                }
            ],
            "time": "2020-08-17T08:57:07+00:00"
        },
        {
            "name": "ergebnis/json-normalizer",
            "version": "0.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ergebnis/json-normalizer.git",
                "reference": "a532e078c3d77d01f79925bb7507a9b52bf6f9e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ergebnis/json-normalizer/zipball/a532e078c3d77d01f79925bb7507a9b52bf6f9e8",
                "reference": "a532e078c3d77d01f79925bb7507a9b52bf6f9e8",
                "shasum": ""
            },
            "require": {
                "ergebnis/json-printer": "^3.1.0",
                "ext-json": "*",
                "justinrainbow/json-schema": "^5.2.10",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ergebnis/license": "~1.0.0",
                "ergebnis/php-cs-fixer-config": "^2.2.1",
                "ergebnis/phpstan-rules": "~0.15.0",
                "ergebnis/test-util": "~1.0.0",
                "infection/infection": "~0.13.6",
                "jangregor/phpstan-prophecy": "~0.8.0",
                "phpstan/extension-installer": "^1.0.4",
                "phpstan/phpstan": "~0.12.32",
                "phpstan/phpstan-deprecation-rules": "~0.12.4",
                "phpstan/phpstan-phpunit": "~0.12.8",
                "phpstan/phpstan-strict-rules": "~0.12.2",
                "phpunit/phpunit": "^7.5.20",
                "psalm/plugin-phpunit": "~0.10.1",
                "vimeo/psalm": "^3.12.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ergebnis\\Json\\Normalizer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Möller",
                    "email": "am@localheinz.com"
                }
            ],
            "description": "Provides generic and vendor-specific normalizers for normalizing JSON documents.",
            "homepage": "https://github.com/ergebnis/json-normalizer",
            "keywords": [
                "json",
                "normalizer"
            ],
            "funding": [
                {
                    "url": "https://cottonbureau.com/people/andreas-moller",
                    "type": "custom"
                },
                {
                    "url": "https://paypal.me/localheinz",
                    "type": "custom"
                },
                {
                    "url": "https://www.amazon.de/hz/wishlist/ls/2NCHMSJ4BC1OW",
                    "type": "custom"
                },
                {
                    "url": "https://www.buymeacoffee.com/localheinz",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/localheinz",
                    "type": "github"
                }
            ],
            "time": "2020-07-04T21:41:41+00:00"
        },
        {
            "name": "ergebnis/json-printer",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ergebnis/json-printer.git",
                "reference": "776a5c85ce3c67d97c6af08a67c917adbdb4758e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ergebnis/json-printer/zipball/776a5c85ce3c67d97c6af08a67c917adbdb4758e",
                "reference": "776a5c85ce3c67d97c6af08a67c917adbdb4758e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ergebnis/license": "~1.0.0",
                "ergebnis/php-cs-fixer-config": "^2.2.1",
                "ergebnis/phpstan-rules": "~0.15.0",
                "ergebnis/test-util": "~1.0.0",
                "infection/infection": "~0.13.6",
                "phpstan/extension-installer": "^1.0.4",
                "phpstan/phpstan": "~0.12.32",
                "phpstan/phpstan-deprecation-rules": "~0.12.4",
                "phpstan/phpstan-phpunit": "~0.12.11",
                "phpstan/phpstan-strict-rules": "~0.12.2",
                "phpunit/phpunit": "^7.5.20",
                "psalm/plugin-phpunit": "~0.10.1",
                "vimeo/psalm": "^3.12.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ergebnis\\Json\\Printer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Möller",
                    "email": "am@localheinz.com"
                }
            ],
            "description": "Provides a JSON printer, allowing for flexible indentation.",
            "homepage": "https://github.com/ergebnis/json-printer",
            "keywords": [
                "formatter",
                "json",
                "printer"
            ],
            "funding": [
                {
                    "url": "https://cottonbureau.com/people/andreas-moller",
                    "type": "custom"
                },
                {
                    "url": "https://paypal.me/localheinz",
                    "type": "custom"
                },
                {
                    "url": "https://www.amazon.de/hz/wishlist/ls/2NCHMSJ4BC1OW",
                    "type": "custom"
                },
                {
                    "url": "https://www.buymeacoffee.com/localheinz",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/localheinz",
                    "type": "github"
                }
            ],
            "time": "2020-07-04T17:09:39+00:00"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
                "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2020-05-27T16:41:55+00:00"
        },
        {
            "name": "localheinz/diff",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/localheinz/diff.git",
                "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/localheinz/diff/zipball/851bb20ea8358c86f677f5f111c4ab031b1c764c",
                "reference": "851bb20ea8358c86f677f5f111c4ab031b1c764c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.0",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Fork of sebastian/diff for use with ergebnis/composer-normalize",
            "homepage": "https://github.com/localheinz/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-07-06T04:49:32+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "^7.3"
    },
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}