We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c10b4 commit 0911db3Copy full SHA for 0911db3
UPGRADE-0.10.md
@@ -3,11 +3,22 @@ UPGRADE FROM 0.9 to 0.10
3
4
# Table of Contents
5
6
+- [Symfony]($symfony)
7
- [GraphiQL](#graphiql)
8
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
19
### GraphiQL
20
- * 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.
22
23
Upgrading:
24
- Remove the graphiql route from your application
0 commit comments