Skip to content

Commit 012a346

Browse files
committed
Merge pull request #85 from tofuwarrior/patch-1
Add a note about Composer install on Windows
2 parents 0a8a186 + 0cea3fe commit 012a346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Option 1: Using [Composer](http://getcomposer.org/doc/00-intro.md) as dependency
4545

4646
composer require lexpress/symfony1 "1.5.*"
4747
composer install
48+
49+
Note: On windows, if your project is a few directories down from the drive root, composer can throw an error relating to ZipArchive::extractTo(), this can be because pathnames are too long. There currently appears to be no proper solution but a workaround is to move your project to the drive root, run the commands from there, where they will run happily, and then move your project back.
4850

4951
Option 2: Using Git submodules:
5052

0 commit comments

Comments
 (0)