We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1abaa commit 066a564Copy full SHA for 066a564
README.md
@@ -37,7 +37,7 @@ are however several advantages to using this library:
37
In order to inspect a codebase you need to tell composer to include the `phpdocumentor/reflection` package. This
38
can easily be done using the following command in your command line terminal:
39
40
- composer require "phpdocumentor/reflection: ~4.0"
+ composer require phpdocumentor/reflection:~5.0
41
42
After the installation is complete no further configuration is necessary and you can immediately start using it.
43
0 commit comments