We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f9267 commit d0af8acCopy full SHA for d0af8ac
README.md
@@ -36,7 +36,7 @@ You can install the Doctrine Coding Standard as a composer dependency to your pa
36
Just add the following block to your project's `composer.json` file:
37
38
```bash
39
-$ php composer require doctrine/coding-standard:~0.1@dev
+$ php composer require doctrine/coding-standard:~1.0
40
```
41
42
Then you can use it like:
@@ -56,7 +56,7 @@ $ ./vendor/bin/phpcbf --standard=Doctrine /path/to/some/file/to/sniff.php
56
You can also install the Doctrine Coding Standard globally:
57
58
59
-$ composer global require doctrine/coding-standard:~0.1@dev
+$ composer global require doctrine/coding-standard:~1.0
60
61
62
0 commit comments