Skip to content

Commit a66f3c1

Browse files
[post] phpunit cq (#3430)
* [post] phpunit cq * [rector] Rector fixes --------- Co-authored-by: GitHub Action <actions@github.com>
1 parent 589f80c commit a66f3c1

File tree

6 files changed

+388
-38
lines changed

6 files changed

+388
-38
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
"php": "^8.4",
77
"imagine/imagine": "^1.5",
88
"jajo/jsondb": "^3.0.1",
9-
"laravel/framework": "^12.20",
9+
"laravel/framework": "^12.37",
1010
"league/commonmark": "^2.7",
1111
"livewire/livewire": "^3.6.3",
1212
"nesbot/carbon": "^3.10.1",
13-
"nikic/php-parser": "^5.6.1",
14-
"rector/rector": "dev-main as 2.0",
13+
"nikic/php-parser": "^5.6.2",
14+
"rector/rector": "dev-main as 2.2",
1515
"samsonasik/array-lookup": "^2.0.3",
1616
"symfony/filesystem": "^7.3",
1717
"symfony/uid": "^7.3.1",
1818
"symfony/yaml": "^7.3.1",
1919
"symplify/vendor-patches": "^11.5"
2020
},
2121
"require-dev": {
22-
"barryvdh/laravel-ide-helper": "^3.5.5",
23-
"driftingly/rector-laravel": "^2.0.5",
24-
"nette/robot-loader": "^4.0.3",
25-
"phpecs/phpecs": "^2.1.3",
22+
"barryvdh/laravel-ide-helper": "^3.6",
23+
"driftingly/rector-laravel": "^2.1",
24+
"nette/robot-loader": "^4.1",
25+
"phpecs/phpecs": "^2.2",
2626
"phpstan/extension-installer": "^1.4.3",
27-
"phpstan/phpstan": "^2.1.17",
27+
"phpstan/phpstan": "^2.1.32",
2828
"phpstan/phpstan-webmozart-assert": "^2.0",
2929
"phpunit/phpunit": "11.4",
3030
"rector/jack": "^0.4",
31-
"rector/swiss-knife": "^2.3.1",
31+
"rector/swiss-knife": "^2.3.3",
3232
"tomasvotruba/class-leak": "^2.0.5"
3333
},
3434
"autoload": {

composer.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
)
2323
->withPhpSets()
2424
->withAttributesSets()
25+
->withComposerBased(twig: true, doctrine: true, phpunit: true, symfony: true, netteUtils: true, laravel: true)
2526
->withSkip([
2627
RenameForeachValueVariableToMatchMethodCallReturnTypeRector::class => [
2728
// metadata -> datum false positive

0 commit comments

Comments
 (0)