File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,14 @@ Installation
2121
2222See http://symfony.com/legacy/doc/getting-started/1_4/en/03-Symfony-Installation
2323
24- Get the framework with all its dependencies :
24+ Option 1: Using [ Composer ] ( http://getcomposer.org/doc/00-intro.md ) as dependency management :
2525
26- git clone https://github.com/LExpress/symfony1.git symfony1
27- cd symfony1
28- git submodule update --init
29-
30- Add the framework to your project with [ Composer] ( http://getcomposer.org/doc/00-intro.md ) :
31-
32- composer require lexpress/symfony1 dev-master
26+ composer require lexpress/symfony1 v1.5.*
3327 composer install
3428
35- Add the framework to your project with submodule :
29+ Option 2: Using Git submodules :
3630
37- git init
31+ git init # your project
3832 git submodule add https://github.com/LExpress/symfony1.git lib/vendor/symfony
3933 git submodule update --init --recursive
4034
You can’t perform that action at this time.
0 commit comments