Skip to content

Commit 8b9ab9e

Browse files
authored
Merge pull request #249 from WinterSilence/patch-1
Update intallation example in README.md
2 parents eb1abaa + 066a564 commit 8b9ab9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ are however several advantages to using this library:
3737
In order to inspect a codebase you need to tell composer to include the `phpdocumentor/reflection` package. This
3838
can easily be done using the following command in your command line terminal:
3939

40-
composer require "phpdocumentor/reflection: ~4.0"
40+
composer require phpdocumentor/reflection:~5.0
4141

4242
After the installation is complete no further configuration is necessary and you can immediately start using it.
4343

0 commit comments

Comments
 (0)