Browse Source

Improve dependency documentation

Maurits van der Schee 6 years ago
parent
commit
bdeda7d9e8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

118
 
118
 
119
     http://localhost:8080/src/records/posts/1
119
     http://localhost:8080/src/records/posts/1
120
 
120
 
121
-The non-compiled code resides in the "`src`" and "`vendor`" directories.
121
+The non-compiled code resides in the "`src`" and "`vendor`" directories. The "`vendor`" directory contains the dependencies.
122
 
122
 
123
 ### Updating dependencies
123
 ### Updating dependencies
124
 
124
 
126
 
126
 
127
     php update.php
127
     php update.php
128
 
128
 
129
-This script will install and run [Composer](https://getcomposer.org/) to update the required dependencies in the "`vendor`" directory.
129
+This script will install and run [Composer](https://getcomposer.org/) to update the dependencies.
130
 
130
 
131
 NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
131
 NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
132
 
132
 

Loading…
Cancel
Save