Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan authored Feb 18, 2017
1 parent 96b7484 commit aa66055
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,13 @@ The recommended way to install phpcf is via composer.
$ curl -sS https://getcomposer.org/installer | php
```
2. Set `minimum-stability` option in composer.json to "dev".
``` json
{
"minimum-stability": "dev"
}
```
3. Run `php composer.phar require wapmorgan/php-code-analyzer dev-master` or add requirement in composer.json.
2. Run `php composer.phar require wapmorgan/php-code-analyzer *` or add requirement in composer.json.
``` json
{
"require": {
"wapmorgan/php-code-analyzer": "dev-master"
"wapmorgan/php-code-analyzer": "*"
}
}
```
4. Run `php composer.phar update`
3. Run `php composer.phar update`

0 comments on commit aa66055

Please sign in to comment.