chore(deps): lock file maintenance (legacy/composer.json) (#2238)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-17 07:01:27 +02:00 committed by GitHub
parent dc56f7ee6c
commit 13756dd92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 18 deletions

41
legacy/composer.lock generated
View File

@ -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",