Skip to content

Commit 44674a8

Browse files
GeniJahomwikberg-virtasamsonasikmaks-oleksyuk
authoredDec 12, 2024··
Rector 2.0 (#277)
* PHPStan & Rector 2.0 support (#271) * Update rector dependency to 2.0.0-rc1 (#273) * Update rector to 2.0.0.rc2 * Simplify composer scripts * Fix downgrade scripts * Add MigrateToSimplifiedAttributeRector to Laravel 9 set (#275) * Update Duster and use latest Pint configuration (#276) * Update Duster * Remove pint.json and run Duster * Refactor into our own AbstractRector that implements DocumentedRuleInterface * Update to Rector 2.0 --------- Co-authored-by: Michael Wikberg <[email protected]> Co-authored-by: Abdul Malik Ikhsan <[email protected]> Co-authored-by: M ɑ k s <[email protected]>
1 parent f8d624d commit 44674a8

File tree

153 files changed

+418
-509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+418
-509
lines changed
 

‎.github/workflows/downgraded_release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
-
18-
uses: "actions/checkout@v3"
18+
uses: "actions/checkout@v4"
1919

2020
-
2121
uses: "shivammathur/setup-php@v2"
2222
with:
23-
php-version: 8.2
23+
php-version: 8.3
2424
coverage: none
2525

2626
- uses: "ramsey/composer-install@v2"

‎build/composer-php-72.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Rector upgrades rules for Laravel Framework",
66
"require": {
77
"php": "^7.2 || ^8.0",
8-
"rector/rector": "^1.0"
8+
"rector/rector": "^2.0"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)
Please sign in to comment.