Update php-dev to v2.0.2 #18

Merged
Renovate merged 1 commits from renovate/php-dev into main 2025-01-20 00:14:13 +00:00

26
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e6f7e5cdc1150f426955d689309be409",
"content-hash": "b314b1196a7bff886223cef5444d3df6",
"packages": [
{
"name": "composer/semver",
@ -9429,16 +9429,16 @@
},
{
"name": "phpstan/phpstan-strict-rules",
"version": "2.0.1",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
"reference": "ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3"
"reference": "02277ce4b0dd03d74f15282064f8f027d1dec9cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3",
"reference": "ed6fea0ad4ad9c7e25f3ad2e7c4d420cf1e67fe3",
"url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/02277ce4b0dd03d74f15282064f8f027d1dec9cc",
"reference": "02277ce4b0dd03d74f15282064f8f027d1dec9cc",
"shasum": ""
},
"require": {
@ -9471,9 +9471,9 @@
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
"source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.1"
"source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.2"
},
"time": "2024-12-12T20:21:10+00:00"
"time": "2025-01-19T13:03:11+00:00"
},
{
"name": "phpstan/phpstan-symfony",
@ -10498,16 +10498,16 @@
},
{
"name": "rector/rector",
"version": "2.0.6",
"version": "2.0.7",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "fa0cb009dc3df084bf549032ae4080a0481a2036"
"reference": "e70d681f6a0c361a63e6825897cd97746436f015"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/fa0cb009dc3df084bf549032ae4080a0481a2036",
"reference": "fa0cb009dc3df084bf549032ae4080a0481a2036",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e70d681f6a0c361a63e6825897cd97746436f015",
"reference": "e70d681f6a0c361a63e6825897cd97746436f015",
"shasum": ""
},
"require": {
@ -10545,7 +10545,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.0.6"
"source": "https://github.com/rectorphp/rector/tree/2.0.7"
},
"funding": [
{
@ -10553,7 +10553,7 @@
"type": "github"
}
],
"time": "2025-01-06T10:38:36+00:00"
"time": "2025-01-19T09:41:28+00:00"
},
{
"name": "sebastian/cli-parser",