Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Aug 20, 2017
1 parent b8f9267 commit d0af8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can install the Doctrine Coding Standard as a composer dependency to your pa
Just add the following block to your project's `composer.json` file:

```bash
$ php composer require doctrine/coding-standard:~0.1@dev
$ php composer require doctrine/coding-standard:~1.0
```

Then you can use it like:
Expand All @@ -56,7 +56,7 @@ $ ./vendor/bin/phpcbf --standard=Doctrine /path/to/some/file/to/sniff.php
You can also install the Doctrine Coding Standard globally:

```bash
$ composer global require doctrine/coding-standard:~0.1@dev
$ composer global require doctrine/coding-standard:~1.0
```

Then you can use it like:
Expand Down

0 comments on commit d0af8ac

Please sign in to comment.