Skip to content

Commit

Permalink
update install command [ref #122]
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Oct 30, 2017
1 parent 39ae6b3 commit 722b059
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,21 @@ Rector **upgrades your application** for you, with focus on open-source projects

## Install

Add to your `composer.json`:

```json
{
"require-dev": {
"rector/rector": "@dev",
"nikic/php-parser": "dev-master#5900d78 as v3.1.1"
}
}
```

And download packages:

```bash
composer require rector/rector --dev
composer update
```

## How To Reconstruct your Code?
Expand Down

0 comments on commit 722b059

Please sign in to comment.