Skip to content

Commit 46fa43d

Browse files
committed
Merge branch 'psr7'
2 parents deb68e0 + bdeda7d commit 46fa43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ You can access the non-compiled code at the URL:
118118

119119
http://localhost:8080/src/records/posts/1
120120

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.
122122

123123
### Updating dependencies
124124

125125
You can update all dependencies of this project using the following command:
126126

127127
php update.php
128128

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.
130130

131131
NB: The update script will also patch the dependencies in the vendor directory for PHP 7.0 compatibility.
132132

0 commit comments

Comments
 (0)