Merge pull request #184 from refactorian/dependabot/composer/rector/rector-1.2.7

Bump rector/rector from 1.2.5 to 1.2.7
This commit is contained in:
Refactorian
2024-10-18 08:38:25 +09:00
committed by GitHub

24
composer.lock generated
View File

@@ -6319,16 +6319,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.12.3", "version": "1.12.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009" "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae",
"reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009", "reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6373,7 +6373,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-09-09T08:10:35+00:00" "time": "2024-10-06T15:03:59+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -6800,21 +6800,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "1.2.5", "version": "1.2.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339" "reference": "5b33bdd871895276e2c18e5410a4a57df9233ee0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e98aa793ca3fcd17e893cfaf9103ac049775d339", "url": "https://api.github.com/repos/rectorphp/rector/zipball/5b33bdd871895276e2c18e5410a4a57df9233ee0",
"reference": "e98aa793ca3fcd17e893cfaf9103ac049775d339", "reference": "5b33bdd871895276e2c18e5410a4a57df9233ee0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.12.2" "phpstan/phpstan": "^1.12.5"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@@ -6847,7 +6847,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.2.5" "source": "https://github.com/rectorphp/rector/tree/1.2.7"
}, },
"funding": [ "funding": [
{ {
@@ -6855,7 +6855,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-09-08T17:43:24+00:00" "time": "2024-10-12T11:12:46+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",