File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ It runs on *nix and Windows platforms.
1414Requirements
1515------------
1616
17- PHP 5.2.4 and up. See prerequisites on http://www. symfony-project.org /getting-started/1_4/en/02-Prerequisites
17+ PHP 5.2.4 and up. See prerequisites on http://symfony.com/legacy/doc /getting-started/1_4/en/02-Prerequisites
1818
1919Installation
2020------------
2121
22- See http://www. symfony-project.org /getting-started/1_4/en/03-Symfony-Installation
22+ See http://symfony.com/legacy/doc /getting-started/1_4/en/03-Symfony-Installation
2323
2424Get the framework with all its dependencies:
2525
2626 git clone https://github.com/LExpress/symfony1.git symfony1
2727 cd symfony1
2828 git submodule update --init
2929
30- Add the framework to your project with composer :
31-
32- Add " lexpress/symfony1" to requirements of your composer.json
33- Launch " composer install"
30+ Add the framework to your project with [ Composer ] ( http://getcomposer.org/doc/00-intro.md ) :
31+
32+ composer require lexpress/symfony1 dev-master
33+ composer install
3434
3535Add the framework to your project with submodule:
3636
@@ -41,7 +41,7 @@ Add the framework to your project with submodule:
4141Documentation
4242-------------
4343
44- Read the official [ symfony1 documentation] ( http://www. symfony-project.org/doc/1_4/ )
44+ Read the official [ symfony1 documentation] ( http://symfony.com/legacy )
4545
4646Contributing
4747------------
You can’t perform that action at this time.
0 commit comments