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
 
@@ -5269,384 +5269,446 @@
 
            },
 
            "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"
0 comments (0 inline, 0 general)