Skip to content

Commit 13dee72

Browse files
authored
[blog] Rector 2 post (#2743)
* bump deps * [post] rector 2 * bump to PHP 8.2 * gram
1 parent bf9548d commit 13dee72

31 files changed

+543
-209
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
"livewire/livewire": "^3.5",
1212
"nesbot/carbon": "^3.8",
1313
"nikic/php-parser": "^5.0",
14-
"rector/rector": "dev-main as 1.2.9",
14+
"rector/rector": "dev-main as 2.0",
1515
"samsonasik/array-lookup": "^1.6",
1616
"symfony/filesystem": "^7.1",
1717
"symfony/uid": "^7.1",
1818
"symfony/yaml": "^7.1",
1919
"symplify/vendor-patches": "^11.3"
2020
},
2121
"require-dev": {
22-
"barryvdh/laravel-ide-helper": "^3.1",
23-
"driftingly/rector-laravel": "^1.2.1",
22+
"barryvdh/laravel-ide-helper": "^3.2",
23+
"driftingly/rector-laravel": "^2.0",
2424
"nette/robot-loader": "^4.0",
2525
"phpstan/extension-installer": "^1.4",
2626
"phpstan/phpstan": "^2.0",
2727
"phpstan/phpstan-webmozart-assert": "^2.0",
2828
"phpunit/phpunit": "11.4.0",
2929
"rector/swiss-knife": "^1.0",
30-
"symplify/easy-coding-standard": "^12.3",
31-
"tomasvotruba/class-leak": "^1.1"
30+
"symplify/easy-coding-standard": "^12.4",
31+
"tomasvotruba/class-leak": "^2.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)