[
    {
        "name": "antecedent/patchwork",
        "version": "2.1.8",
        "version_normalized": "2.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/antecedent/patchwork.git",
            "reference": "3bb81ace3914c220aa273d1c0603d5e1b454c0d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/antecedent/patchwork/zipball/3bb81ace3914c220aa273d1c0603d5e1b454c0d7",
            "reference": "3bb81ace3914c220aa273d1c0603d5e1b454c0d7",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.4.0"
        },
        "time": "2018-02-19T18:52:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignas Rudaitis",
                "email": "ignas.rudaitis@gmail.com"
            }
        ],
        "description": "Method redefinition (monkey-patching) functionality for PHP.",
        "homepage": "http://patchwork2.org/",
        "keywords": [
            "aop",
            "aspect",
            "interception",
            "monkeypatching",
            "redefinition",
            "runkit",
            "testing"
        ]
    },
    {
        "name": "automattic/phpcs-neutron-standard",
        "version": "v1.5.3",
        "version_normalized": "1.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Automattic/phpcs-neutron-standard.git",
            "reference": "040b7b7da1ed68939885affa91e84343bb1bf898"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Automattic/phpcs-neutron-standard/zipball/040b7b7da1ed68939885affa91e84343bb1bf898",
            "reference": "040b7b7da1ed68939885affa91e84343bb1bf898",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
            "limedeck/phpunit-detailed-printer": "^3.1",
            "phpunit/phpunit": "^6.4",
            "sirbrillig/phpcs-variable-analysis": "^2.0.1",
            "squizlabs/php_codesniffer": "3.3.0"
        },
        "time": "2018-09-11T19:08:15+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "NeutronStandard\\": "NeutronStandard/"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Payton Swick",
                "email": "payton@foolord.com"
            }
        ],
        "description": "A set of phpcs sniffs for modern php development."
    },
    {
        "name": "barryvdh/composer-cleanup-plugin",
        "version": "v0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/barryvdh/composer-cleanup-plugin.git",
            "reference": "1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/barryvdh/composer-cleanup-plugin/zipball/1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0",
            "reference": "1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "time": "2018-05-14T08:32:22+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            },
            "class": "Barryvdh\\Composer\\CleanupPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Barryvdh\\Composer\\": "src/"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Barry vd. Heuvel",
                "email": "barryvdh@gmail.com"
            }
        ],
        "description": "A composer cleanup plugin, to remove tests and documentation to save space"
    },
    {
        "name": "brain/monkey",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Brain-WP/BrainMonkey.git",
            "reference": "326a537bf518edd61bc57ab275e8b075ebb8a1a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/326a537bf518edd61bc57ab275e8b075ebb8a1a9",
            "reference": "326a537bf518edd61bc57ab275e8b075ebb8a1a9",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "antecedent/patchwork": "^2.0",
            "mockery/mockery": ">=0.9 <2",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7.9"
        },
        "time": "2019-03-15T13:42:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-version/1": "1.x-dev",
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Brain\\Monkey\\": "src/"
            },
            "files": [
                "inc/api.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giuseppe Mazzapica",
                "email": "giuseppe.mazzapica@gmail.com",
                "homepage": "https://gmazzap.me",
                "role": "Developer"
            }
        ],
        "description": "Mocking utility for PHP functions and WordPress plugin API",
        "keywords": [
            "Monkey Patching",
            "interception",
            "mock",
            "mock functions",
            "mockery",
            "patchwork",
            "redefinition",
            "runkit",
            "test",
            "testing"
        ]
    },
    {
        "name": "brain/nonces",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Brain-WP/Nonces.git",
            "reference": "c800c04e2d563ebc137b7d2a441206cca3dc82d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Brain-WP/Nonces/zipball/c800c04e2d563ebc137b7d2a441206cca3dc82d3",
            "reference": "c800c04e2d563ebc137b7d2a441206cca3dc82d3",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "brain/monkey": "~1.4",
            "phpunit/phpunit": "~4.8"
        },
        "time": "2016-11-17T13:04:21+00:00",
        "type": "package",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Brain\\Nonces\\": "src/"
            },
            "files": [
                "inc/helpers.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Giuseppe Mazzapica",
                "email": "giuseppe.mazzapica@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "OOP package for WordPress to deal with nonces.",
        "keywords": [
            "nonce",
            "security",
            "wordpress",
            "wordpress nonce"
        ]
    },
    {
        "name": "dealerdirect/phpcodesniffer-composer-installer",
        "version": "v0.4.4",
        "version_normalized": "0.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
            "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
            "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^5.3|^7",
            "squizlabs/php_codesniffer": "*"
        },
        "require-dev": {
            "composer/composer": "*",
            "wimg/php-compatibility": "^8.0"
        },
        "suggest": {
            "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
        },
        "time": "2017-12-06T16:27:17+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Franck Nijhof",
                "email": "f.nijhof@dealerdirect.nl",
                "homepage": "http://workingatdealerdirect.eu",
                "role": "Developer"
            }
        ],
        "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
        "homepage": "http://workingatdealerdirect.eu",
        "keywords": [
            "PHPCodeSniffer",
            "PHP_CodeSniffer",
            "code quality",
            "codesniffer",
            "composer",
            "installer",
            "phpcs",
            "plugin",
            "qa",
            "quality",
            "standard",
            "standards",
            "style guide",
            "stylecheck",
            "tests"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "a2c590166b2133a4633738648b6b064edae0814a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
            "reference": "a2c590166b2133a4633738648b6b064edae0814a",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-shim": "^0.11",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-03-17T17:37:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "hamcrest/hamcrest-php",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hamcrest/hamcrest-php.git",
            "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
            "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.3|^7.0"
        },
        "replace": {
            "cordoval/hamcrest-php": "*",
            "davedevelopment/hamcrest-php": "*",
            "kodova/hamcrest-php": "*"
        },
        "require-dev": {
            "phpunit/php-file-iterator": "1.3.3",
            "phpunit/phpunit": "~4.0",
            "satooshi/php-coveralls": "^1.0"
        },
        "time": "2016-01-20T08:20:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "hamcrest"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "description": "This is the PHP port of Hamcrest Matchers",
        "keywords": [
            "test"
        ]
    },
    {
        "name": "inpsyde/php-coding-standards",
        "version": "0.13.3",
        "version_normalized": "0.13.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/inpsyde/php-coding-standards.git",
            "reference": "2a96e87e9bc6c3aacd71036005cf1f37f484519f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/inpsyde/php-coding-standards/zipball/2a96e87e9bc6c3aacd71036005cf1f37f484519f",
            "reference": "2a96e87e9bc6c3aacd71036005cf1f37f484519f",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "automattic/phpcs-neutron-standard": "^1",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4",
            "php": ">=7.0",
            "squizlabs/php_codesniffer": "^3",
            "wimg/php-compatibility": "^8.0",
            "wp-coding-standards/wpcs": "^0.14"
        },
        "require-dev": {
            "phpunit/phpunit": "6.0.*"
        },
        "time": "2018-07-31T10:36:09+00:00",
        "type": "phpcodesniffer-standard",
        "extra": {
            "branch-alias": {
                "dev-master": "0.13.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload-dev": {
            "psr-4": {
                "Inpsyde\\CodingStandard\\Tests\\": "tests/src/"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Inpsyde GmbH",
                "email": "hello@inpsyde.com",
                "homepage": "https://inpsyde.com",
                "role": "Company"
            }
        ],
        "description": "PHP 7+ coding standards for Inpsyde WordPress projects.",
        "keywords": [
            "Inpsyde",
            "PHP standards",
            "PSR2",
            "WordPress",
            "WordPress standards",
            "code standards",
            "code style",
            "coding standards",
            "coding style",
            "object calisthenics",
            "phpcs",
            "standards"
        ],
        "support": {
            "source": "https://github.com/inpsyde/php-coding-standards/tree/0.13.3",
            "issues": "https://github.com/inpsyde/php-coding-standards/issues"
        }
    },
    {
        "name": "inpsyde/system-status",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "git@bitbucket.org:inpsyde/system-status.git",
            "reference": "86339957695dd283565d6c299d6ea874505fbd91"
        },
        "dist": {
            "type": "zip",
            "url": "https://bitbucket.org/inpsyde/system-status/get/86339957695dd283565d6c299d6ea874505fbd91.zip",
            "reference": "86339957695dd283565d6c299d6ea874505fbd91",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require-dev": {
            "brain/monkey": "^2.0@dev",
            "inpsyde/php-coding-standards": "^0.10.0@dev",
            "php": ">=5.6",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2018-10-04T22:27:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Inpsyde\\SystemStatus\\": "src/"
            },
            "files": [
                "includes/functions/utils.php"
            ]
        },
        "autoload-dev": {
            "psr-4": {
                "Inpsyde\\SystemStatus\\Tests\\": "tests/src/",
                "Inpsyde\\SystemStatus\\Tests\\Unit\\": "tests/src/php/unit"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Inpsyde GmbH",
                "email": "info@inpsyde.com",
                "homepage": "https://inpsyde.com/en/"
            },
            {
                "name": "Guido Scialfa",
                "email": "g.scialfa@inpsyde.com"
            }
        ],
        "description": "A system status tables with WordPress support",
        "homepage": "https://bitbucket.org/inpsyde/system-status",
        "support": {
            "source": "https://bitbucket.org/inpsyde/system-status/src/86339957695dd283565d6c299d6ea874505fbd91/?at=master",
            "issues": "https://bitbucket.org/inpsyde/system-status/issues"
        }
    },
    {
        "name": "mockery/mockery",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mockery/mockery.git",
            "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
            "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "hamcrest/hamcrest-php": "~2.0",
            "lib-pcre": ">=7.0",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
        },
        "time": "2019-02-13T09:37:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Mockery": "library/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Pádraic Brady",
                "email": "padraic.brady@gmail.com",
                "homepage": "http://blog.astrumfutura.com"
            },
            {
                "name": "Dave Marshall",
                "email": "dave.marshall@atstsolutions.co.uk",
                "homepage": "http://davedevelopment.co.uk"
            }
        ],
        "description": "Mockery is a simple yet flexible PHP mock object framework",
        "homepage": "https://github.com/mockery/mockery",
        "keywords": [
            "BDD",
            "TDD",
            "library",
            "mock",
            "mock objects",
            "mockery",
            "stub",
            "test",
            "test double",
            "testing"
        ]
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
            "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^7.1"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2019-04-07T13:18:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            },
            "files": [
                "src/DeepCopy/deep_copy.php"
            ]
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6"
        },
        "time": "2017-09-11T18:02:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
            "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0.0",
            "phpdocumentor/type-resolver": "^0.4.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "~1.0.5",
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-04-30T17:48:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "phpdocumentor/reflection-common": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "^5.2||^4.8.24"
        },
        "time": "2017-07-14T14:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ]
    },
    {
        "name": "phpspec/prophecy",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
            "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.3|^7.0",
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
            "sebastian/comparator": "^1.1|^2.0|^3.0",
            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5|^3.2",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
        },
        "time": "2018-08-05T17:53:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prophecy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            },
            {
                "name": "Marcello Duarte",
                "email": "marcello.duarte@gmail.com"
            }
        ],
        "description": "Highly opinionated mocking framework for PHP 5.3+",
        "homepage": "https://github.com/phpspec/prophecy",
        "keywords": [
            "Double",
            "Dummy",
            "fake",
            "mock",
            "spy",
            "stub"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "4.0.8",
        "version_normalized": "4.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
            "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlwriter": "*",
            "php": "^5.6 || ^7.0",
            "phpunit/php-file-iterator": "^1.3",
            "phpunit/php-text-template": "^1.2",
            "phpunit/php-token-stream": "^1.4.2 || ^2.0",
            "sebastian/code-unit-reverse-lookup": "^1.0",
            "sebastian/environment": "^1.3.2 || ^2.0",
            "sebastian/version": "^1.0 || ^2.0"
        },
        "require-dev": {
            "ext-xdebug": "^2.1.4",
            "phpunit/phpunit": "^5.7"
        },
        "suggest": {
            "ext-xdebug": "^2.5.1"
        },
        "time": "2017-04-02T07:44:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.4.5",
        "version_normalized": "1.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2017-11-27T13:52:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21T13:50:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-02-26T11:10:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "791198a2c6254db10131eecfe8c06670700904db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
            "reference": "791198a2c6254db10131eecfe8c06670700904db",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "ext-tokenizer": "*",
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2.4"
        },
        "time": "2017-11-27T05:48:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "5.7.27",
        "version_normalized": "5.7.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
            "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "myclabs/deep-copy": "~1.3",
            "php": "^5.6 || ^7.0",
            "phpspec/prophecy": "^1.6.2",
            "phpunit/php-code-coverage": "^4.0.4",
            "phpunit/php-file-iterator": "~1.4",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-timer": "^1.0.6",
            "phpunit/phpunit-mock-objects": "^3.2",
            "sebastian/comparator": "^1.2.4",
            "sebastian/diff": "^1.4.3",
            "sebastian/environment": "^1.3.4 || ^2.0",
            "sebastian/exporter": "~2.0",
            "sebastian/global-state": "^1.1",
            "sebastian/object-enumerator": "~2.0",
            "sebastian/resource-operations": "~1.0",
            "sebastian/version": "^1.0.6|^2.0.1",
            "symfony/yaml": "~2.1|~3.0|~4.0"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "3.0.2"
        },
        "require-dev": {
            "ext-pdo": "*"
        },
        "suggest": {
            "ext-xdebug": "*",
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2018-02-01T05:50:59+00:00",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "https://phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "3.4.4",
        "version_normalized": "3.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
            "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.6 || ^7.0",
            "phpunit/php-text-template": "^1.2",
            "sebastian/exporter": "^1.2 || ^2.0"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2017-06-30T09:13:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.2.3",
        "version_normalized": "3.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Pimple.git",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.0",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.2"
        },
        "time": "2018-01-21T07:42:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "sebastian/code-unit-reverse-lookup",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.0"
        },
        "time": "2017-03-04T06:30:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Looks up which function or method a line of code belongs to",
        "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
    },
    {
        "name": "sebastian/comparator",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/diff": "~1.2",
            "sebastian/exporter": "~1.2 || ~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2017-01-29T09:50:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides the functionality to compare PHP values for equality",
        "homepage": "http://www.github.com/sebastianbergmann/comparator",
        "keywords": [
            "comparator",
            "compare",
            "equality"
        ]
    },
    {
        "name": "sebastian/diff",
        "version": "1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-05-22T07:24:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kore Nordmann",
                "email": "mail@kore-nordmann.de"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Diff implementation",
        "homepage": "https://github.com/sebastianbergmann/diff",
        "keywords": [
            "diff"
        ]
    },
    {
        "name": "sebastian/environment",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
            "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0"
        },
        "time": "2016-11-26T07:53:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides functionality to handle HHVM/PHP environments",
        "homepage": "http://www.github.com/sebastianbergmann/environment",
        "keywords": [
            "Xdebug",
            "environment",
            "hhvm"
        ]
    },
    {
        "name": "sebastian/exporter",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
            "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/recursion-context": "~2.0"
        },
        "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-11-19T08:54:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides the functionality to export PHP variables for visualization",
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
        "keywords": [
            "export",
            "exporter"
        ]
    },
    {
        "name": "sebastian/global-state",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2015-10-12T03:26:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Snapshotting of global state",
        "homepage": "http://www.github.com/sebastianbergmann/global-state",
        "keywords": [
            "global state"
        ]
    },
    {
        "name": "sebastian/object-enumerator",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
            "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.6",
            "sebastian/recursion-context": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5"
        },
        "time": "2017-02-18T15:18:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Traverses array structures and object graphs to enumerate all referenced objects",
        "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
    },
    {
        "name": "sebastian/recursion-context",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
            "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-11-19T07:33:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides functionality to recursively process PHP variables",
        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
    },
    {
        "name": "sebastian/resource-operations",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2015-07-28T20:34:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides a list of PHP built-in functions that operate on resources",
        "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
    },
    {
        "name": "sebastian/version",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.6"
        },
        "time": "2016-10-03T07:35:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
        "homepage": "https://github.com/sebastianbergmann/version"
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "3.4.2",
        "version_normalized": "3.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
            "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2019-04-10T23:49:02+00:00",
        "bin": [
            "bin/phpcs",
            "bin/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "82ebae02209c21113908c229e9883c419720738a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
            "reference": "82ebae02209c21113908c229e9883c419720738a",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99",
            "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-04-06T14:04:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "webmozart/assert",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2018-12-25T11:19:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "wimg/php-compatibility",
        "version": "8.2.0",
        "version_normalized": "8.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
            "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/eaf613c1a8265bcfd7b0ab690783f2aef519f78a",
            "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3",
            "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
        },
        "conflict": {
            "squizlabs/php_codesniffer": "2.6.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
        },
        "suggest": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
            "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
        },
        "time": "2018-07-17T13:42:26+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPCompatibility\\": "PHPCompatibility/"
            }
        },
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "LGPL-3.0-or-later"
        ],
        "authors": [
            {
                "name": "Wim Godden",
                "role": "lead"
            }
        ],
        "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
        "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
        "keywords": [
            "compatibility",
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "wp-coding-standards/wpcs",
        "version": "0.14.1",
        "version_normalized": "0.14.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
            "reference": "cf6b310caad735816caef7573295f8a534374706"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/cf6b310caad735816caef7573295f8a534374706",
            "reference": "cf6b310caad735816caef7573295f8a534374706",
            "shasum": "",
            "mirrors": [
                {
                    "url": "https://repo.packagist.com/inpsyde/dists/%package%/%version%/%reference%.%type%",
                    "preferred": true
                }
            ]
        },
        "require": {
            "php": ">=5.3",
            "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
        },
        "suggest": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
        },
        "time": "2018-02-16T01:57:48+00:00",
        "type": "phpcodesniffer-standard",
        "installation-source": "dist",
        "notification-url": "https://repo.packagist.com/inpsyde/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Contributors",
                "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
            }
        ],
        "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
        "keywords": [
            "phpcs",
            "standards",
            "wordpress"
        ]
    }
]
