[
    {
        "name": "jakub-onderka/php-parallel-lint",
        "version": "v0.9.2",
        "version_normalized": "0.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
            "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
            "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "jakub-onderka/php-console-highlighter": "~0.3",
            "nette/tester": "~1.3"
        },
        "suggest": {
            "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
        },
        "time": "2015-12-15T10:42:16+00:00",
        "bin": [
            "parallel-lint"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "./"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Jakub Onderka",
                "email": "jakub.onderka@gmail.com"
            }
        ],
        "description": "This tool check syntax of PHP files about 20x faster than serial check.",
        "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint"
    },
    {
        "name": "data-values/interfaces",
        "version": "0.2.2",
        "version_normalized": "0.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DataValues/Interfaces.git",
            "reference": "aca19f44a3ea23efc5172ee9cb33a8f297b1ad43"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DataValues/Interfaces/zipball/aca19f44a3ea23efc5172ee9cb33a8f297b1ad43",
            "reference": "aca19f44a3ea23efc5172ee9cb33a8f297b1ad43",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-07-15T10:58:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Interfaces.php"
            ],
            "psr-4": {
                "ValueFormatters\\": "src/ValueFormatters/",
                "ValueParsers\\": "src/ValueParsers/",
                "ValueValidators\\": "src/ValueValidators/"
            },
            "classmap": [
                "tests/ValueFormatters/ValueFormatterTestBase.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jeroen De Dauw",
                "email": "jeroendedauw@gmail.com",
                "homepage": "http://jeroendedauw.com",
                "role": "Developer"
            }
        ],
        "description": "Defines interfaces for ValueParsers, ValueFormatters and ValueValidators",
        "homepage": "https://github.com/DataValues/Interfaces",
        "keywords": [
            "datavalues",
            "valueformatters",
            "valueparsers",
            "valuevalidators",
            "wikidata"
        ]
    },
    {
        "name": "data-values/data-values",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DataValues/DataValues.git",
            "reference": "de2b9abdbc26c4c393b25aa621619dfe3fc10fdc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DataValues/DataValues/zipball/de2b9abdbc26c4c393b25aa621619dfe3fc10fdc",
            "reference": "de2b9abdbc26c4c393b25aa621619dfe3fc10fdc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "replace": {
            "mediawiki/data-values": "*"
        },
        "time": "2014-09-26T07:02:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "DataValues.php"
            ],
            "classmap": [
                "src/interfaces",
                "tests/phpunit/DataValueTest.php"
            ],
            "psr-0": {
                "DataValues\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jeroen De Dauw",
                "email": "jeroendedauw@gmail.com",
                "homepage": "http://jeroendedauw.com",
                "role": "Developer"
            }
        ],
        "description": "Defines the DataValue interface and some trivial implementations",
        "homepage": "https://github.com/DataValues/DataValues",
        "keywords": [
            "datavalues",
            "wikibase",
            "wikidata"
        ]
    },
    {
        "name": "data-values/validators",
        "version": "0.1.2",
        "version_normalized": "0.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DataValues/Validators.git",
            "reference": "726f54fdc6bf58aa4f5405ae3d9c3f2b0f916141"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DataValues/Validators/zipball/726f54fdc6bf58aa4f5405ae3d9c3f2b0f916141",
            "reference": "726f54fdc6bf58aa4f5405ae3d9c3f2b0f916141",
            "shasum": ""
        },
        "require": {
            "data-values/data-values": "~1.0|~0.1",
            "data-values/interfaces": "~0.1",
            "php": ">=5.3.0"
        },
        "time": "2014-10-09T19:10:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Validators.php"
            ],
            "psr-4": {
                "ValueValidators\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jeroen De Dauw",
                "email": "jeroendedauw@gmail.com",
                "homepage": "http://jeroendedauw.com",
                "role": "Developer"
            },
            {
                "name": "The Wikidata team",
                "role": "Developer"
            }
        ],
        "description": "Common ValueValidator implementations",
        "homepage": "https://github.com/DataValues/Validators",
        "keywords": [
            "datavalues",
            "validation",
            "validators",
            "valueformatters",
            "valueparsers",
            "wikidata"
        ]
    },
    {
        "name": "data-values/common",
        "version": "0.3.1",
        "version_normalized": "0.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DataValues/Common.git",
            "reference": "5d9d4bf902427a2a798ca273480f7dad825c72b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DataValues/Common/zipball/5d9d4bf902427a2a798ca273480f7dad825c72b5",
            "reference": "5d9d4bf902427a2a798ca273480f7dad825c72b5",
            "shasum": ""
        },
        "require": {
            "data-values/data-values": "~1.0|~0.1",
            "data-values/interfaces": "~0.2.0|^0.1.5",
            "php": ">=5.3.0"
        },
        "time": "2015-08-14T10:15:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Common.php"
            ],
            "psr-4": {
                "DataValues\\": "src/DataValues/",
                "ValueFormatters\\": "src/ValueFormatters/",
                "ValueParsers\\": "src/ValueParsers/"
            },
            "classmap": [
                "tests/ValueParsers"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jeroen De Dauw",
                "email": "jeroendedauw@gmail.com",
                "homepage": "http://jeroendedauw.com",
                "role": "Developer"
            }
        ],
        "description": "Contains common implementations of the interfaces defined by DataValuesInterfaces",
        "homepage": "https://github.com/DataValues/Common",
        "keywords": [
            "datavalues",
            "valueformatters",
            "valueparsers",
            "valuevalidators",
            "wikidata"
        ]
    },
    {
        "name": "param-processor/param-processor",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JeroenDeDauw/ParamProcessor.git",
            "reference": "28965e968a4e6f246d60467a9eabe090031a2d95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JeroenDeDauw/ParamProcessor/zipball/28965e968a4e6f246d60467a9eabe090031a2d95",
            "reference": "28965e968a4e6f246d60467a9eabe090031a2d95",
            "shasum": ""
        },
        "require": {
            "data-values/common": "~0.3.0|~0.2.2",
            "data-values/data-values": "~1.0|~0.1.1",
            "data-values/interfaces": "~0.2.0|~0.1.4",
            "data-values/validators": "~0.1.1",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "ockcyp/covers-validator": "~0.4",
            "phpmd/phpmd": "~2.1",
            "phpunit/phpunit": "~5.4|~4.8",
            "squizlabs/php_codesniffer": "~2.1"
        },
        "time": "2017-03-26T00:20:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ParamProcessor\\": "src"
            },
            "classmap": [
                "tests/phpunit/Definitions/ParamDefinitionTest.php",
                "tests/phpunit/Definitions/NumericParamTest.php"
            ],
            "files": [
                "DefaultConfig.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0+"
        ],
        "authors": [
            {
                "name": "Jeroen De Dauw",
                "email": "jeroendedauw@gmail.com",
                "homepage": "http://jeroendedauw.com",
                "role": "Developer"
            }
        ],
        "description": "Parameter processing library",
        "homepage": "https://github.com/JeroenDeDauw/ParamProcessor",
        "keywords": [
            "ParamProcessor",
            "SMW",
            "Semantic MediaWiki",
            "mediawiki",
            "validator"
        ]
    }
]
