Merge pull request #189 from rectorphp/bump

[docs] update install commands
This commit is contained in:
Tomáš Votruba 2017-12-18 01:01:09 +01:00 committed by GitHub
commit fc0669139a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Rector **upgrades your application** for you, with focus on open-source projects
## Install
```bash
composer require --dev rector/rector @dev nikic/php-parser 'dev-master as v4.0.0alpha1'
composer require --dev rector/rector @dev nikic/php-parser '4.0.x-dev'
```
Do you have old PHP or dependencies in conflict? Ok, [it is not problem](/docs/HowUseWithOldPhp.md).

View File

@ -3,7 +3,7 @@
You must have an isolated environment with PHP 7.1 (for example in a Docker container). When you have it then run following command:
```
composer create-project rector/rector path-to-rector
composer create-project rector/rector:@dev path-to-rector
```
You will be able to run Rector like this: