Compare commits

...

2 Commits

2 changed files with 15 additions and 19 deletions

View File

@ -24,7 +24,7 @@
"nunomaduro/collision": "^7", "nunomaduro/collision": "^7",
"pestphp/pest": "^2.26", "pestphp/pest": "^2.26",
"phpstan/phpstan": "^1.2", "phpstan/phpstan": "^1.2",
"rector/rector": "^0.18", "rector/rector": "^0.19",
"robiningelbrecht/phpunit-pretty-print": "^1.2", "robiningelbrecht/phpunit-pretty-print": "^1.2",
"symfony/var-dumper": "^7" "symfony/var-dumper": "^7"
}, },

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": "bd86bd7f56cbbfba41f30bc5a5a27b50", "content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -2897,16 +2897,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.46", "version": "1.11.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70" "reference": "490f0ae1c92b082f154681d7849aee776a7c1443"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443",
"reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70", "reference": "490f0ae1c92b082f154681d7849aee776a7c1443",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2949,13 +2949,9 @@
{ {
"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": "2023-11-28T14:57:26+00:00" "time": "2024-06-17T15:10:54+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -3481,21 +3477,21 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "0.18.11", "version": "0.19.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "9621124c860066f56a4ab841349cb7c284edfaee" "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/9621124c860066f56a4ab841349cb7c284edfaee", "url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"reference": "9621124c860066f56a4ab841349cb7c284edfaee", "reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^7.2|^8.0",
"phpstan/phpstan": "^1.10.35" "phpstan/phpstan": "^1.10.56"
}, },
"conflict": { "conflict": {
"rector/rector-doctrine": "*", "rector/rector-doctrine": "*",
@ -3525,7 +3521,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.18.11" "source": "https://github.com/rectorphp/rector/tree/0.19.8"
}, },
"funding": [ "funding": [
{ {
@ -3533,7 +3529,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-11-27T13:27:43+00:00" "time": "2024-02-05T10:59:13+00:00"
}, },
{ {
"name": "robiningelbrecht/phpunit-pretty-print", "name": "robiningelbrecht/phpunit-pretty-print",
@ -5408,5 +5404,5 @@
"ext-mbstring": "*" "ext-mbstring": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }