Changeset - 74718556bf90
[Not reviewed]
0 1 0
Lance Edgar (lance) - 14 months ago 2023-06-23 13:59:52
lance@edbob.org
Update latest packages per upstream changes
1 file changed with 62 insertions and 0 deletions:
0 comments (0 inline, 0 general)
composer.lock
Show inline comments
 
@@ -5077,768 +5077,830 @@
 
                },
 
                "psr-4": {
 
                    "Twig\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-3-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Fabien Potencier",
 
                    "email": "fabien@symfony.com",
 
                    "homepage": "http://fabien.potencier.org",
 
                    "role": "Lead Developer"
 
                },
 
                {
 
                    "name": "Twig Team",
 
                    "role": "Contributors"
 
                },
 
                {
 
                    "name": "Armin Ronacher",
 
                    "email": "armin.ronacher@active-4.com",
 
                    "role": "Project Founder"
 
                }
 
            ],
 
            "description": "Twig, the flexible, fast, and secure template language for PHP",
 
            "homepage": "https://twig.symfony.com",
 
            "keywords": [
 
                "templating"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/twigphp/Twig/issues",
 
                "source": "https://github.com/twigphp/Twig/tree/v1.44.7"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/fabpot",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-09-28T08:38:36+00:00"
 
        },
 
        {
 
            "name": "wikimedia/composer-merge-plugin",
 
            "version": "v2.1.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/wikimedia/composer-merge-plugin.git",
 
                "reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/a03d426c8e9fb2c9c569d9deeb31a083292788bc",
 
                "reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "composer-plugin-api": "^1.1||^2.0",
 
                "php": ">=7.2.0"
 
            },
 
            "require-dev": {
 
                "composer/composer": "^1.1||^2.0",
 
                "ext-json": "*",
 
                "mediawiki/mediawiki-phan-config": "0.11.1",
 
                "php-parallel-lint/php-parallel-lint": "~1.3.1",
 
                "phpspec/prophecy": "~1.15.0",
 
                "phpunit/phpunit": "^8.5||^9.0",
 
                "squizlabs/php_codesniffer": "~3.7.1"
 
            },
 
            "type": "composer-plugin",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.x-dev"
 
                },
 
                "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin"
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Wikimedia\\Composer\\Merge\\V2\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Bryan Davis",
 
                    "email": "bd808@wikimedia.org"
 
                }
 
            ],
 
            "description": "Composer plugin to merge multiple composer.json files",
 
            "support": {
 
                "issues": "https://github.com/wikimedia/composer-merge-plugin/issues",
 
                "source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.1.0"
 
            },
 
            "time": "2023-04-15T19:07:00+00:00"
 
        }
 
    ],
 
    "packages-dev": [
 
        {
 
            "name": "codeclimate/php-test-reporter",
 
            "version": "v0.3.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/codeclimate/php-test-reporter.git",
 
                "reference": "3a2d3ebdc1df5acf372458c15041af240a6fc016"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/3a2d3ebdc1df5acf372458c15041af240a6fc016",
 
                "reference": "3a2d3ebdc1df5acf372458c15041af240a6fc016",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "php": ">=5.3",
 
                "satooshi/php-coveralls": "1.0.*",
 
                "symfony/console": ">=2.0"
 
            },
 
            "require-dev": {
 
                "ext-xdebug": "*",
 
                "phpunit/phpunit": "3.7.*@stable"
 
            },
 
            "bin": [
 
                "composer/bin/test-reporter"
 
            ],
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "0.3.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-0": {
 
                    "CodeClimate\\Bundle": "src/",
 
                    "CodeClimate\\Component": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Code Climate",
 
                    "email": "hello@codeclimate.com",
 
                    "homepage": "https://codeclimate.com"
 
                }
 
            ],
 
            "description": "PHP client for reporting test coverage to Code Climate",
 
            "homepage": "https://github.com/codeclimate/php-test-reporter",
 
            "keywords": [
 
                "codeclimate",
 
                "coverage"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/codeclimate/php-test-reporter/issues",
 
                "source": "https://github.com/codeclimate/php-test-reporter/tree/master"
 
            },
 
            "time": "2016-04-19T16:54:33+00:00"
 
        },
 
        {
 
            "name": "doctrine/deprecations",
 
            "version": "v1.1.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/doctrine/deprecations.git",
 
                "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
 
                "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.1 || ^8.0"
 
            },
 
            "require-dev": {
 
                "doctrine/coding-standard": "^9",
 
                "phpstan/phpstan": "1.4.10 || 1.10.15",
 
                "phpstan/phpstan-phpunit": "^1.0",
 
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
 
                "psalm/plugin-phpunit": "0.18.4",
 
                "psr/log": "^1 || ^2 || ^3",
 
                "vimeo/psalm": "4.30.0 || 5.12.0"
 
            },
 
            "suggest": {
 
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
 
            "homepage": "https://www.doctrine-project.org/",
 
            "support": {
 
                "issues": "https://github.com/doctrine/deprecations/issues",
 
                "source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
 
            },
 
            "time": "2023-06-03T09:27:29+00:00"
 
        },
 
        {
 
            "name": "doctrine/instantiator",
 
            "version": "1.5.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/doctrine/instantiator.git",
 
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
 
                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.1 || ^8.0"
 
            },
 
            "require-dev": {
 
                "doctrine/coding-standard": "^9 || ^11",
 
                "ext-pdo": "*",
 
                "ext-phar": "*",
 
                "phpbench/phpbench": "^0.16 || ^1",
 
                "phpstan/phpstan": "^1.4",
 
                "phpstan/phpstan-phpunit": "^1",
 
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
 
                "vimeo/psalm": "^4.30 || ^5.4"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Marco Pivetta",
 
                    "email": "ocramius@gmail.com",
 
                    "homepage": "https://ocramius.github.io/"
 
                }
 
            ],
 
            "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"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/doctrine/instantiator/issues",
 
                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://www.doctrine-project.org/sponsorship.html",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://www.patreon.com/phpdoctrine",
 
                    "type": "patreon"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-12-30T00:15:36+00:00"
 
        },
 
        {
 
            "name": "guzzle/guzzle",
 
            "version": "v3.9.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/guzzle3.git",
 
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
 
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "php": ">=5.3.3",
 
                "symfony/event-dispatcher": "~2.1"
 
            },
 
            "replace": {
 
                "guzzle/batch": "self.version",
 
                "guzzle/cache": "self.version",
 
                "guzzle/common": "self.version",
 
                "guzzle/http": "self.version",
 
                "guzzle/inflection": "self.version",
 
                "guzzle/iterator": "self.version",
 
                "guzzle/log": "self.version",
 
                "guzzle/parser": "self.version",
 
                "guzzle/plugin": "self.version",
 
                "guzzle/plugin-async": "self.version",
 
                "guzzle/plugin-backoff": "self.version",
 
                "guzzle/plugin-cache": "self.version",
 
                "guzzle/plugin-cookie": "self.version",
 
                "guzzle/plugin-curlauth": "self.version",
 
                "guzzle/plugin-error-response": "self.version",
 
                "guzzle/plugin-history": "self.version",
 
                "guzzle/plugin-log": "self.version",
 
                "guzzle/plugin-md5": "self.version",
 
                "guzzle/plugin-mock": "self.version",
 
                "guzzle/plugin-oauth": "self.version",
 
                "guzzle/service": "self.version",
 
                "guzzle/stream": "self.version"
 
            },
 
            "require-dev": {
 
                "doctrine/cache": "~1.3",
 
                "monolog/monolog": "~1.0",
 
                "phpunit/phpunit": "3.7.*",
 
                "psr/log": "~1.0",
 
                "symfony/class-loader": "~2.1",
 
                "zendframework/zend-cache": "2.*,<2.3",
 
                "zendframework/zend-log": "2.*,<2.3"
 
            },
 
            "suggest": {
 
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "3.9-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-0": {
 
                    "Guzzle": "src/",
 
                    "Guzzle\\Tests": "tests/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "Guzzle Community",
 
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
 
                }
 
            ],
 
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
 
            "homepage": "http://guzzlephp.org/",
 
            "keywords": [
 
                "client",
 
                "curl",
 
                "framework",
 
                "http",
 
                "http client",
 
                "rest",
 
                "web service"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/guzzle3/issues",
 
                "source": "https://github.com/guzzle/guzzle3/tree/master"
 
            },
 
            "abandoned": "guzzlehttp/guzzle",
 
            "time": "2015-03-18T18:23:50+00:00"
 
        },
 
        {
 
            "name": "phpcompatibility/php-compatibility",
 
            "version": "9.3.5",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
 
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
 
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
 
                "shasum": ""
 
            },
 
            "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.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
 
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
 
            },
 
            "type": "phpcodesniffer-standard",
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPL-3.0-or-later"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Wim Godden",
 
                    "homepage": "https://github.com/wimg",
 
                    "role": "lead"
 
                },
 
                {
 
                    "name": "Juliette Reinders Folmer",
 
                    "homepage": "https://github.com/jrfnl",
 
                    "role": "lead"
 
                },
 
                {
 
                    "name": "Contributors",
 
                    "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
 
                }
 
            ],
 
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
 
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
 
            "keywords": [
 
                "compatibility",
 
                "phpcs",
 
                "standards"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
 
                "source": "https://github.com/PHPCompatibility/PHPCompatibility"
 
            },
 
            "time": "2019-12-27T09:44:58+00:00"
 
        },
 
        {
 
            "name": "phpdocumentor/reflection-common",
 
            "version": "2.2.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
 
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
 
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-2.x": "2.x-dev"
 
                }
 
            },
 
            "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"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
 
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
 
            },
 
            "time": "2020-06-27T09:03:43+00:00"
 
        },
 
        {
 
            "name": "phpdocumentor/reflection-docblock",
 
            "version": "5.3.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
 
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
 
                "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-filter": "*",
 
                "php": "^7.2 || ^8.0",
 
                "phpdocumentor/reflection-common": "^2.2",
 
                "phpdocumentor/type-resolver": "^1.3",
 
                "webmozart/assert": "^1.9.1"
 
            },
 
            "require-dev": {
 
                "mockery/mockery": "~1.3.2",
 
                "psalm/phar": "^4.8"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "5.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"
 
                },
 
                {
 
                    "name": "Jaap van Otterdijk",
 
                    "email": "account@ijaap.nl"
 
                }
 
            ],
 
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
 
            "support": {
 
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
 
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
 
            },
 
            "time": "2021-10-19T17:43:47+00:00"
 
        },
 
        {
 
            "name": "phpdocumentor/type-resolver",
 
            "version": "1.7.2",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
 
                "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d",
 
                "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "doctrine/deprecations": "^1.0",
 
                "php": "^7.4 || ^8.0",
 
                "phpdocumentor/reflection-common": "^2.0",
 
                "phpstan/phpdoc-parser": "^1.13"
 
            },
 
            "require-dev": {
 
                "ext-tokenizer": "*",
 
                "phpbench/phpbench": "^1.2",
 
                "phpstan/extension-installer": "^1.1",
 
                "phpstan/phpstan": "^1.8",
 
                "phpstan/phpstan-phpunit": "^1.1",
 
                "phpunit/phpunit": "^9.5",
 
                "rector/rector": "^0.13.9",
 
                "vimeo/psalm": "^4.25"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-1.x": "1.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"
 
                }
 
            ],
 
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
 
            "support": {
 
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
 
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2"
 
            },
 
            "time": "2023-05-30T18:13:47+00:00"
 
        },
 
        {
 
            "name": "phpspec/prophecy",
 
            "version": "v1.10.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpspec/prophecy.git",
 
                "reference": "451c3cd1418cf640de218914901e51b064abb093"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
 
                "reference": "451c3cd1418cf640de218914901e51b064abb093",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "doctrine/instantiator": "^1.0.2",
 
                "php": "^5.3|^7.0",
 
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
 
                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
 
                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
 
            },
 
            "require-dev": {
 
                "phpspec/phpspec": "^2.5 || ^3.2",
 
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.10.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Prophecy\\": "src/Prophecy"
 
                }
 
            },
 
            "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"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/phpspec/prophecy/issues",
 
                "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
 
            },
 
            "time": "2020-03-05T15:02:03+00:00"
 
        },
 
        {
 
            "name": "phpstan/phpdoc-parser",
 
            "version": "1.22.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/phpstan/phpdoc-parser.git",
 
                "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
 
                "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "require-dev": {
 
                "doctrine/annotations": "^2.0",
 
                "nikic/php-parser": "^4.15",
 
                "php-parallel-lint/php-parallel-lint": "^1.2",
 
                "phpstan/extension-installer": "^1.0",
 
                "phpstan/phpstan": "^1.5",
 
                "phpstan/phpstan-phpunit": "^1.1",
 
                "phpstan/phpstan-strict-rules": "^1.0",
 
                "phpunit/phpunit": "^9.5",
 
                "symfony/process": "^5.2"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "PHPStan\\PhpDocParser\\": [
 
                        "src/"
 
                    ]
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
 
            "support": {
 
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
 
                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0"
 
            },
 
            "time": "2023-06-01T12:35:21+00:00"
 
        },
 
        {
 
            "name": "phpunit/php-code-coverage",
 
            "version": "2.2.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
 
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
 
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.3",
 
                "phpunit/php-file-iterator": "~1.3",
 
                "phpunit/php-text-template": "~1.2",
 
                "phpunit/php-token-stream": "~1.3",
 
                "sebastian/environment": "^1.3.2",
 
                "sebastian/version": "~1.0"
 
            },
 
            "require-dev": {
 
                "ext-xdebug": ">=2.1.4",
 
                "phpunit/phpunit": "~4"
 
            },
 
            "suggest": {
 
                "ext-dom": "*",
 
                "ext-xdebug": ">=2.2.1",
 
                "ext-xmlwriter": "*"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.2.x-dev"
 
                }
 
            },
 
            "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"
 
            ],
 
            "support": {
 
                "irc": "irc://irc.freenode.net/phpunit",
 
                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
 
                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/2.2"
 
            },
 
            "time": "2015-10-06T15:47:00+00:00"
 
        },
 
        {
 
            "name": "phpunit/php-file-iterator",
 
            "version": "1.4.5",
 
            "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": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.3"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.4.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "classmap": [
 
                    "src/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-3-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Sebastian Bergmann",
0 comments (0 inline, 0 general)