|
@@ -118,7 +118,7 @@ You can access the non-compiled code at the URL:
|
118
|
118
|
|
119
|
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
|
123
|
### Updating dependencies
|
124
|
124
|
|
|
@@ -126,7 +126,7 @@ You can update all dependencies of this project using the following command:
|
126
|
126
|
|
127
|
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
|
131
|
NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
|
132
|
132
|
|