Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit e5d7d6c

Browse files
committed
minor #303 Updated the README to no longer recommend using the Symfony Installer (javiereguiluz)
This PR was squashed before being merged into the 1.0-dev branch (closes #303). Discussion ---------- Updated the README to no longer recommend using the Symfony Installer Just a proposal. Maybe it's too early for this deprecation? Commits ------- aa053a0 Updated the README to no longer recommend using the Symfony Installer
2 parents face333 + aa053a0 commit e5d7d6c

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
Symfony Installer
22
=================
33

4-
**This is the official installer to start new projects based on the Symfony
5-
full-stack framework.**
4+
This is the official installer to start new projects based on the Symfony
5+
full-stack framework. The installer is only compatible with Symfony 2 and 3.
6+
7+
Creating Symfony 4 projects
8+
---------------------------
9+
10+
**This installer is not compatible with Symfony 4** and newer versions. Instead,
11+
use [Composer](https://getcomposer.org/) and create your Symfony 4 project as follows:
12+
13+
```bash
14+
$ composer create-project symfony/skeleton my_project_name
15+
```
16+
17+
See the [Symfony Installation article](https://symfony.com/doc/current/setup.html)
18+
on the official Symfony Documentation for more details.
619

720
Installing the installer
821
------------------------

0 commit comments

Comments
 (0)