We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c389a27 commit 0cfdb1cCopy full SHA for 0cfdb1c
README.md
@@ -4,12 +4,10 @@ See available [PHPParser rules](/docs/rector_rules_overview.md)
4
5
## Install
6
7
-This package is already part of [rector/rector](http://github.com/rectorphp/rector) package, so it works out of the box.
8
-
9
-All you need to do is install the main package, and you're good to go:
+You can install this package with composer:
10
11
```bash
12
-composer require rector/rector --dev
+composer require rector/rector-php-parser:dev-main --dev
13
```
14
15
## Use Sets
0 commit comments