{
    "packages": [
        {
            "name": "exussum12/coverage-checker",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/exussum12/coverageChecker.git",
                "reference": "544984601cf563003b36c8ed9a5a61a40daafa93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/exussum12/coverageChecker/zipball/544984601cf563003b36c8ed9a5a61a40daafa93",
                "reference": "544984601cf563003b36c8ed9a5a61a40daafa93",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-xmlreader": "*",
                "nikic/php-parser": "^3.1||^4.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2022-01-19T14:42:51+00:00",
            "bin": [
                "bin/diffFilter"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "exussum12\\CoverageChecker\\": "src/",
                    "exussum12\\CoverageChecker\\tests\\": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Scott Dutton",
                    "email": "scott@exussum.co.uk"
                }
            ],
            "description": "Allows checking the code coverage of a single pull request",
            "support": {
                "issues": "https://github.com/exussum12/coverageChecker/issues",
                "source": "https://github.com/exussum12/coverageChecker/tree/1.0.2"
            },
            "install-path": "../exussum12/coverage-checker"
        },
        {
            "name": "nikic/php-parser",
            "version": "v4.13.2",
            "version_normalized": "4.13.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
                "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
            },
            "time": "2021-11-30T19:35:32+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpParser\\": "lib/PhpParser"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov"
                }
            ],
            "description": "A PHP parser written in PHP",
            "keywords": [
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/nikic/PHP-Parser/issues",
                "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
            },
            "install-path": "../nikic/php-parser"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
