Skip to content
Snippets Groups Projects
composer.lock 255 KiB
Newer Older
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Jean-Marie Leroux",
                    "email": "jmleroux.pro@gmail.com"
                },
                {
                    "name": "Michaël Gallego",
                    "email": "mic.gallego@gmail.com",
                    "homepage": "http://www.michaelgallego.fr"
                }
            ],
            "description": "Zend Framework 2 Module that provides a layer of features of Zend\\Permissions\\Rbac",
            "homepage": "http://www.github.com/ZF-Commons/zfc-rbac",
            "keywords": [
                "module",
                "permissions",
                "rbac",
                "zf2"
            ],
            "time": "2017-05-07T08:45:27+00:00"
        },
        {
            "name": "zfr/rbac",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zf-fr/rbac.git",
                "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zf-fr/rbac/zipball/493711bfc2a637fd7c6f23b71b7b55a621c35d9d",
                "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7",
                "satooshi/php-coveralls": "~0.6",
                "squizlabs/php_codesniffer": "1.4.*",
                "zendframework/zend-servicemanager": "~2.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Rbac\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michaël Gallego",
                    "email": "mic.gallego@gmail.com",
                    "homepage": "http://michaelgallego.fr"
                }
            ],
            "description": "Zend Framework 3 prototype for Zend\\Permissions\\Rbac.",
            "homepage": "https://github.com/zf-fr/rbac",
            "keywords": [
                "rbac",
                "security",
                "zf2",
                "zf3"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2014-02-06T14:18:34+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "behat/mink",
            "version": "v1.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/Mink.git",
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
                "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/css-selector": "~2.1|~3.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7|~3.0"
            },
            "suggest": {
                "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
                "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
                "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
                "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Browser controller/emulator abstraction for PHP",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "browser",
                "testing",
                "web"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-03-05T08:26:18+00:00"
        },
        {
            "name": "behat/mink-selenium2-driver",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
                "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
                "shasum": ""
            },
            "require": {
                "behat/mink": "~1.7@dev",
                "instaclick/php-webdriver": "~1.1",
                "php": ">=5.3.1"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "mink-driver",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Mink\\Driver\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Pete Otaqui",
                    "email": "pete@otaqui.com",
                    "homepage": "https://github.com/pete-otaqui"
                }
            ],
            "description": "Selenium2 (WebDriver) driver for Mink framework",
            "homepage": "http://mink.behat.org/",
            "keywords": [
                "ajax",
                "browser",
                "javascript",
                "selenium",
                "testing",
                "webdriver"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-03-05T09:10:18+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "composer/semver",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.5 || ^5.0.5",
                "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Semver\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
                }
            ],
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
            "keywords": [
                "semantic",
                "semver",
                "validation",
                "versioning"
            ],
            "time": "2016-08-30T16:08:34+00:00"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
                "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "^5.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2017-02-24T16:22:25+00:00"
        },
            "name": "doctrine/instantiator",
            "version": "1.0.5",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "php": ">=5.3,<8.0-DEV"
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/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://github.com/doctrine/instantiator",
                "constructor",
                "instantiate"
            "time": "2015-06-14T21:17:01+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09T13:34:57+00:00"
        },
            "name": "friendsofphp/php-cs-fixer",
Demian Katz's avatar
Demian Katz committed
            "version": "v2.10.3",
                "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "1634a2c250bf4640f1c5c963f63b413c2d966c8a"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/1634a2c250bf4640f1c5c963f63b413c2d966c8a",
                "reference": "1634a2c250bf4640f1c5c963f63b413c2d966c8a",
Demian Katz's avatar
Demian Katz committed
                "composer/semver": "^1.4",
                "doctrine/annotations": "^1.2",
                "ext-json": "*",
                "ext-tokenizer": "*",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || >=7.0 <7.3",
Demian Katz's avatar
Demian Katz committed
                "php-cs-fixer/diff": "^1.2",
                "symfony/console": "^3.2 || ^4.0",
                "symfony/event-dispatcher": "^3.0 || ^4.0",
                "symfony/filesystem": "^3.0 || ^4.0",
                "symfony/finder": "^3.0 || ^4.0",
                "symfony/options-resolver": "^3.0 || ^4.0",
Demian Katz's avatar
Demian Katz committed
                "symfony/polyfill-php70": "^1.0",
                "symfony/polyfill-php72": "^1.4",
Demian Katz's avatar
Demian Katz committed
                "symfony/process": "^3.0 || ^4.0",
                "symfony/stopwatch": "^3.0 || ^4.0"
Demian Katz's avatar
Demian Katz committed
                "hhvm": "*"
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "johnkary/phpunit-speedtrap": "^1.1 || ^2.0@dev",
Demian Katz's avatar
Demian Katz committed
                "justinrainbow/json-schema": "^5.0",
Demian Katz's avatar
Demian Katz committed
                "keradus/cli-executor": "^1.0",
                "mikey179/vfsstream": "^1.6",
                "php-coveralls/php-coveralls": "^2.0",
Demian Katz's avatar
Demian Katz committed
                "php-cs-fixer/accessible-object": "^1.0",
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
                "phpunitgoodpractices/traits": "^1.0",
                "symfony/phpunit-bridge": "^3.2.2 || ^4.0"
Demian Katz's avatar
Demian Katz committed
            },
            "suggest": {
                "ext-mbstring": "For handling non-UTF8 characters in cache signature.",
                "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible."
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
Demian Katz's avatar
Demian Katz committed
                    "PhpCsFixer\\": "src/"
                },
                "classmap": [
                    "tests/Test/AbstractFixerTestCase.php",
Demian Katz's avatar
Demian Katz committed
                    "tests/Test/AbstractIntegrationCaseFactory.php",
Demian Katz's avatar
Demian Katz committed
                    "tests/Test/AbstractIntegrationTestCase.php",
Demian Katz's avatar
Demian Katz committed
                    "tests/Test/Assert/AssertTokensTrait.php",
                    "tests/Test/Constraint/SameStringsConstraint.php",
Demian Katz's avatar
Demian Katz committed
                    "tests/Test/IntegrationCase.php",
Demian Katz's avatar
Demian Katz committed
                    "tests/Test/IntegrationCaseFactory.php",
                    "tests/Test/IntegrationCaseFactoryInterface.php",
                    "tests/Test/InternalIntegrationCaseFactory.php",
                    "tests/TestCase.php"
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Dariusz Rumiński",
                    "email": "dariusz.ruminski@gmail.com"
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
            "description": "A tool to automatically fix PHP code style",
Demian Katz's avatar
Demian Katz committed
            "time": "2018-02-22T16:49:33+00:00"
            "name": "instaclick/php-webdriver",
            "version": "1.4.5",
                "url": "https://github.com/instaclick/php-webdriver.git",
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
                "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
                "reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
                "ext-curl": "*",
                "php": ">=5.3.2"
                "phpunit/phpunit": "^4.8",
                "satooshi/php-coveralls": "^1.0||^2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "WebDriver": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                    "name": "Justin Bishop",
                    "email": "jubishop@gmail.com",
                    "role": "Developer"
                    "name": "Anthon Pang",
                    "email": "apang@softwaredevelopment.ca",
                    "role": "Fork Maintainer"
            "description": "PHP WebDriver for Selenium 2",
            "homepage": "http://instaclick.com/",
                "browser",
                "selenium",
                "webdriver",
                "webtest"
            "time": "2017-06-30T04:02:48+00:00"
            "name": "myclabs/deep-copy",
Demian Katz's avatar
Demian Katz committed
            "version": "1.7.0",
                "url": "https://github.com/myclabs/DeepCopy.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
                "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || ^7.0"
Demian Katz's avatar
Demian Katz committed
                "doctrine/collections": "^1.0",
                "doctrine/common": "^2.6",
                "phpunit/phpunit": "^4.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
Demian Katz's avatar
Demian Katz committed
                },
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
Demian Katz's avatar
Demian Katz committed
            "time": "2017-10-19T19:58:43+00:00"
            "name": "pdepend/pdepend",
            "version": "2.5.2",
                "url": "https://github.com/pdepend/pdepend.git",
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
                "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
                "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
                "php": ">=5.3.7",
                "symfony/config": "^2.3.0|^3|^4",
                "symfony/dependency-injection": "^2.3.0|^3|^4",
                "symfony/filesystem": "^2.3.0|^3|^4"
            "require-dev": {
                "phpunit/phpunit": "^4.8|^5.7",
                "squizlabs/php_codesniffer": "^2.0.0"
            "bin": [
                "src/bin/pdepend"
            ],
            "type": "library",
                "psr-4": {
                    "PDepend\\": "src/main/php/PDepend"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
            "description": "Official version of pdepend to be handled with Composer",
            "time": "2017-12-13T13:21:38+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "php-cs-fixer/diff",
Demian Katz's avatar
Demian Katz committed
            "version": "v1.3.0",
Demian Katz's avatar
Demian Katz committed
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-CS-Fixer/diff.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756"
Demian Katz's avatar
Demian Katz committed
            },
            "dist": {
                "type": "zip",
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/78bb099e9c16361126c86ce82ec4405ebab8e756",
                "reference": "78bb099e9c16361126c86ce82ec4405ebab8e756",
Demian Katz's avatar
Demian Katz committed
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
Demian Katz's avatar
Demian Katz committed
                "symfony/process": "^3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
Demian Katz's avatar
Demian Katz committed
            "license": [
                "BSD-3-Clause"
            ],
Demian Katz's avatar
Demian Katz committed
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "SpacePossum"
                }
            ],
            "description": "sebastian/diff v2 backport support for PHP5.6",
            "homepage": "https://github.com/PHP-CS-Fixer",
            "keywords": [
                "diff"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2018-02-15T16:58:55+00:00"
            "name": "phpdocumentor/reflection-common",
            "version": "1.0.1",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                "php": ">=5.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6"
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
                "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",
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            "time": "2017-09-11T18:02:19+00:00"
            "name": "phpdocumentor/reflection-docblock",
Demian Katz's avatar
Demian Katz committed
            "version": "3.3.2",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
                "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0.0",
                "phpdocumentor/type-resolver": "^0.4.0",
                "webmozart/assert": "^1.0"
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^4.4"
            "type": "library",
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/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.",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-11-10T14:09:06+00:00"
            "name": "phpdocumentor/type-resolver",
Demian Katz's avatar
Demian Katz committed
            "version": "0.4.0",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
                "php": "^5.5 || ^7.0",
                "phpdocumentor/reflection-common": "^1.0"
                "mockery/mockery": "^0.9.4",
                "phpunit/phpunit": "^5.2||^4.8.24"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
Demian Katz's avatar
Demian Katz committed
            "time": "2017-07-14T14:27:02+00:00"
Demian Katz's avatar
Demian Katz committed
            "version": "4.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phploc.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/6a8a9416517b82d6326ac9c2d040ad53c13654eb",
                "reference": "6a8a9416517b82d6326ac9c2d040ad53c13654eb",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || ^7.0",
                "sebastian/finder-facade": "^1.1",
                "sebastian/version": "^2.0",
Demian Katz's avatar
Demian Katz committed
                "symfony/console": "^2.7|^3.0|^4.0"
            },
            "bin": [
                "phploc"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "A tool for quickly measuring the size of a PHP project.",
            "homepage": "https://github.com/sebastianbergmann/phploc",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-11-18T17:35:43+00:00"
        },
        {
            "name": "phpmd/phpmd",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpmd/phpmd.git",
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
                "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "pdepend/pdepend": "^2.5",
                "php": ">=5.3.9"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0",
                "squizlabs/php_codesniffer": "^2.0"
            },
            "bin": [
                "src/bin/phpmd"
            ],
            "type": "project",
            "autoload": {
                "psr-0": {
                    "PHPMD\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Manuel Pichler",
                    "email": "github@manuel-pichler.de",
                    "homepage": "https://github.com/manuelpichler",
                    "role": "Project Founder"
                },
                {
                    "name": "Other contributors",
                    "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
                    "role": "Contributors"
                },
                {
                    "name": "Marc Würth",
                    "email": "ravage@bluewin.ch",
                    "homepage": "https://github.com/ravage84",
                    "role": "Project Maintainer"
                }
            ],
            "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
            "homepage": "http://phpmd.org/",
            "keywords": [
                "mess detection",
                "mess detector",
                "pdepend",
                "phpmd",
                "pmd"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-01-20T14:41:10+00:00"
Demian Katz's avatar
Demian Katz committed
            "version": "1.7.5",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",