1
0
Fork 0

Drop `composer run-script parse-stubs` from readme

As the parse-stubs step is done automatically by `composer install` since 34d3d2030d, we no longer need to explicitly instruct people to do it.
pull/502/head
Nate Eagleson 2017-10-25 11:01:02 -04:00 committed by GitHub
parent 1db6b7bbb3
commit beb3a3b994
1 changed files with 0 additions and 3 deletions

View File

@ -191,9 +191,6 @@ Clone the repository and run
composer install composer install
to install dependencies. to install dependencies.
Then parse the stubs with
composer run-script parse-stubs
Run the tests with Run the tests with