Skip to content

Commit 0911db3

Browse files
committed
Docs 0.10: How to update symfony
1 parent 18c10b4 commit 0911db3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

UPGRADE-0.10.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@ UPGRADE FROM 0.9 to 0.10
33

44
# Table of Contents
55

6+
- [Symfony]($symfony)
67
- [GraphiQL](#graphiql)
78

9+
### Symfony
10+
11+
* Minimal supported Symfony version is now `^3.1 || ^4.0`
12+
13+
We've dropped support for Symfony 2.8 and 3.0
14+
15+
Upgrading your Symfony version:
16+
- [Upgrading to Symfony 3.0](https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md)
17+
- [Upgrading to Symfony 3.1](https://github.com/symfony/symfony/blob/master/UPGRADE-3.1.md)
18+
819
### GraphiQL
920

10-
* The GraphiQL class has been removed in favor of a new bundle.
21+
* The GraphiQL interface has been removed in favor of a new bundle.
1122

1223
Upgrading:
1324
- Remove the graphiql route from your application

0 commit comments

Comments
 (0)