File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,15 +118,15 @@ 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
125
125
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
You can’t perform that action at this time.
0 commit comments