Skip to content

Commit d0af8ac

Browse files
committed
Bump release
1 parent b8f9267 commit d0af8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can install the Doctrine Coding Standard as a composer dependency to your pa
3636
Just add the following block to your project's `composer.json` file:
3737

3838
```bash
39-
$ php composer require doctrine/coding-standard:~0.1@dev
39+
$ php composer require doctrine/coding-standard:~1.0
4040
```
4141

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

5858
```bash
59-
$ composer global require doctrine/coding-standard:~0.1@dev
59+
$ composer global require doctrine/coding-standard:~1.0
6060
```
6161

6262
Then you can use it like:

0 commit comments

Comments
 (0)