From 04c8f147a80435b78b6e51bb47d82e3aa963c2f9 Mon Sep 17 00:00:00 2001 From: Paul Burdon Date: Wed, 22 Apr 2015 22:05:59 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95dd2b8b4..0ba69bfc7 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ Option 1: Using [Composer](http://getcomposer.org/doc/00-intro.md) as dependency composer require lexpress/symfony1 "1.5.*" composer install + + 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. Option 2: Using Git submodules: From 0cea3fed8a2bc20da26fb44b9192d26ac113f0a1 Mon Sep 17 00:00:00 2001 From: Paul Burdon Date: Thu, 23 Apr 2015 22:30:50 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba69bfc7..3cf302303 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Option 1: Using [Composer](http://getcomposer.org/doc/00-intro.md) as dependency composer require lexpress/symfony1 "1.5.*" composer install - 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. +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. Option 2: Using Git submodules: