From 13756dd92cfd288f1fc237c9e5ea5695097a3122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 07:01:27 +0200 Subject: [PATCH] chore(deps): lock file maintenance (legacy/composer.json) (#2238) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- legacy/composer.lock | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/legacy/composer.lock b/legacy/composer.lock index ca3878c6d..be3a73bb3 100644 --- a/legacy/composer.lock +++ b/legacy/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "adbario/php-dot-notation", - "version": "3.1.1", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/adbario/php-dot-notation.git", - "reference": "aca06bf775809808232b8c21ce1ca3a4fca70ace" + "reference": "6cab20b7eb090c64275cb3ee8f68862ff419b8ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/aca06bf775809808232b8c21ce1ca3a4fca70ace", - "reference": "aca06bf775809808232b8c21ce1ca3a4fca70ace", + "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/6cab20b7eb090c64275cb3ee8f68862ff419b8ab", + "reference": "6cab20b7eb090c64275cb3ee8f68862ff419b8ab", "shasum": "" }, "require": { @@ -25,9 +25,9 @@ "php": "^7.4 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.5", + "phpstan/phpstan": "^1.8", "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.6" + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -56,9 +56,9 @@ ], "support": { "issues": "https://github.com/adbario/php-dot-notation/issues", - "source": "https://github.com/adbario/php-dot-notation/tree/3.1.1" + "source": "https://github.com/adbario/php-dot-notation/tree/3.2.0" }, - "time": "2022-03-28T01:09:30+00:00" + "time": "2022-10-15T01:24:00+00:00" }, { "name": "composer/semver", @@ -3139,7 +3139,7 @@ }, { "name": "zf1s/zend-version", - "version": "1.14.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/zf1s/zend-version.git", @@ -3181,7 +3181,7 @@ "zend" ], "support": { - "source": "https://github.com/zf1s/zend-version/tree/1.14.0" + "source": "https://github.com/zf1s/zend-version/tree/1.15.0" }, "time": "2021-10-01T14:41:55+00:00" }, @@ -3538,25 +3538,30 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "77a32518733312af16a44300404e945338981de3" + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", - "reference": "77a32518733312af16a44300404e945338981de3", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", + "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "*", - "psalm/phar": "^4.8" + "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": { @@ -3582,9 +3587,9 @@ "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.6.1" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" }, - "time": "2022-03-15T21:29:03+00:00" + "time": "2022-10-14T12:47:21+00:00" }, { "name": "phpspec/prophecy",