Skip to content

Commit

Permalink
Require rector 1.0 (#25)
Browse files Browse the repository at this point in the history
* Add compatibility to rector 1

* Test PHP 8.1 on highest

* Require rector 1.0
  • Loading branch information
alexander-schranz authored Feb 7, 2024
1 parent ae159cf commit 0b00388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
include:
- php-version: '8.1'
dependency-versions: 'lowest'
- php-version: '8.1'
dependency-versions: 'highest'
- php-version: '8.2'
dependency-versions: 'highest'
- php-version: '8.3'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "^8.1",
"rector/rector": "^0.19"
"rector/rector": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
Expand Down

0 comments on commit 0b00388

Please sign in to comment.