Compare commits

..

1 Commits

Author SHA1 Message Date
e235760f36 Update dependency rector/rector to ^0.19
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 03:01:02 +00:00

32
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c", "content-hash": "bd86bd7f56cbbfba41f30bc5a5a27b50",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -2897,16 +2897,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.11.5", "version": "1.10.46",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443" "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70",
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443", "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2949,9 +2949,13 @@
{ {
"url": "https://github.com/phpstan", "url": "https://github.com/phpstan",
"type": "github" "type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
} }
], ],
"time": "2024-06-17T15:10:54+00:00" "time": "2023-11-28T14:57:26+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -3477,21 +3481,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "0.19.8", "version": "0.18.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947" "reference": "9621124c860066f56a4ab841349cb7c284edfaee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947", "url": "https://api.github.com/repos/rectorphp/rector/zipball/9621124c860066f56a4ab841349cb7c284edfaee",
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947", "reference": "9621124c860066f56a4ab841349cb7c284edfaee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.56" "phpstan/phpstan": "^1.10.35"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@ -3521,7 +3525,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/0.19.8" "source": "https://github.com/rectorphp/rector/tree/0.18.11"
}, },
"funding": [ "funding": [
{ {
@ -3529,7 +3533,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-02-05T10:59:13+00:00" "time": "2023-11-27T13:27:43+00:00"
}, },
{ {
"name": "robiningelbrecht/phpunit-pretty-print", "name": "robiningelbrecht/phpunit-pretty-print",
@ -5404,5 +5408,5 @@
"ext-mbstring": "*" "ext-mbstring": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }