File tree 2 files changed +19
-13
lines changed
2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ UPGRADE FROM 0.9 to 0.10
3
3
4
4
# Table of Contents
5
5
6
- - [ Symfony] ( $symfony )
7
- - [ GraphiQL] ( #graphiql )
6
+ - [ Symfony] ( #symfony )
8
7
9
8
### Symfony
10
9
@@ -16,14 +15,3 @@ UPGRADE FROM 0.9 to 0.10
16
15
- [ Upgrading to Symfony 3.0] ( https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md )
17
16
- [ Upgrading to Symfony 3.1] ( https://github.com/symfony/symfony/blob/master/UPGRADE-3.1.md )
18
17
19
- ### GraphiQL
20
-
21
- * The GraphiQL interface has been removed in favor of a new bundle.
22
-
23
- Upgrading:
24
- - Remove the graphiql route from your application
25
- - For standard Symfony installation: ` /app/config/routing_dev.yml `
26
- - For Symfony Flex: ` /config/routes/dev/graphql_graphiql.yaml `
27
- - Installing OverblogGraphiQLBundle
28
- - ` composer require --dev overblog/graphiql-bundle `
29
- - Follow instructions at https://github.com/overblog/GraphiQLBundle
Original file line number Diff line number Diff line change
1
+ UPGRADE FROM 0.10 to 0.11
2
+ =======================
3
+
4
+ # Table of Contents
5
+
6
+ - [ GraphiQL] ( #graphiql )
7
+
8
+ ### GraphiQL
9
+
10
+ * The GraphiQL interface has been removed in favor of a new bundle.
11
+
12
+ Upgrading:
13
+ - Remove the graphiql route from your application
14
+ - For standard Symfony installation: ` /app/config/routing_dev.yml `
15
+ - For Symfony Flex: ` /config/routes/dev/graphql_graphiql.yaml `
16
+ - Installing OverblogGraphiQLBundle
17
+ - ` composer require --dev overblog/graphiql-bundle `
18
+ - Follow instructions at https://github.com/overblog/GraphiQLBundle
You can’t perform that action at this time.
0 commit comments