Skip to content

Commit 9159287

Browse files
committed
minor #662 README: drop Symfony 2.8 note since Symfony 4 is comming soon (TomasVotruba)
This PR was merged into the master branch. Discussion ---------- README: drop Symfony 2.8 note since Symfony 4 is comming soon Commits ------- d4f1439 README: drop Symfony 2.8 note since Symfony 4 is comming soon
2 parents f9ffa26 + d4f1439 commit 9159287

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,3 @@ terminal.
6767
> Symfony Demo application, configure it to point at the `web/` directory of the project.
6868
> For more details, see:
6969
> https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
70-
71-
Troubleshooting
72-
---------------
73-
74-
The current Symfony Demo application uses Symfony 3.x version. If you want to
75-
use the legacy Symfony 2.8 version, clone the Git repository and checkout the
76-
`v0.8.4` tag, which is the last one compatible with Symfony 2.8:
77-
78-
```bash
79-
$ git clone https://github.com/symfony/symfony-demo symfony_demo
80-
$ cd symfony_demo/
81-
$ git checkout tags/v0.8.4 -b v0.8.4
82-
$ composer install
83-
```

0 commit comments

Comments
 (0)