Skip to content

Commit 289a064

Browse files
committed
0.11: Migration docs
1 parent 3175d4a commit 289a064

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

UPGRADE-0.10.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ UPGRADE FROM 0.9 to 0.10
33

44
# Table of Contents
55

6-
- [Symfony]($symfony)
7-
- [GraphiQL](#graphiql)
6+
- [Symfony](#symfony)
87

98
### Symfony
109

@@ -16,14 +15,3 @@ UPGRADE FROM 0.9 to 0.10
1615
- [Upgrading to Symfony 3.0](https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md)
1716
- [Upgrading to Symfony 3.1](https://github.com/symfony/symfony/blob/master/UPGRADE-3.1.md)
1817

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

UPGRADE-0.11.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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

0 commit comments

Comments
 (0)