Skip to content

Commit c74840c

Browse files
committed
Update links to the documentation on symfony.com
1 parent f874fd8 commit c74840c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ It runs on *nix and Windows platforms.
1414
Requirements
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

1919
Installation
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

2424
Get 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

3535
Add the framework to your project with submodule:
3636

@@ -41,7 +41,7 @@ Add the framework to your project with submodule:
4141
Documentation
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

4646
Contributing
4747
------------

0 commit comments

Comments
 (0)