Skip to content

Commit d9b289c

Browse files
committed
Update versions requirements documentation
1 parent af09094 commit d9b289c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Browse your version documentation:
2121
* [0.9 (OBSOLETE)](https://github.com/overblog/GraphQLBundle/blob/0.9/README.md)
2222
* [0.10 (OBSOLETE)](https://github.com/overblog/GraphQLBundle/blob/0.10/README.md)
2323
* [0.11 (STABLE)](https://github.com/overblog/GraphQLBundle/blob/0.11/README.md)
24-
* [0.12 (DEV)](https://github.com/overblog/GraphQLBundle/blob/master/README.md)
25-
24+
* [0.12 (STABLE)](https://github.com/overblog/GraphQLBundle/blob/0.12/README.md)
25+
* [0.13 (DEV)](https://github.com/overblog/GraphQLBundle/blob/master/README.md)
2626
[Versions requirements](docs/index.md#versions-requirements)
2727

2828
Documentation

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Versions requirements
1010

1111
| Version | PHP | Symfony | Support |
1212
| --------------------------------------------------------------: | ---------: | ---------------: | -------------: |
13-
| [`0.12`](https://github.com/overblog/GraphQLBundle/tree/master) | `>= 7.1` | `>= 3.1` | DEV |
14-
| [`0.11`](https://github.com/overblog/GraphQLBundle/tree/0.11) | `>= 5.6` | `>= 3.1, <= 4.0` | Active support |
13+
| [`0.13`](https://github.com/overblog/GraphQLBundle/tree/master) | `>= 7.2` | `>= 4.3` | DEV |
14+
| [`0.12`](https://github.com/overblog/GraphQLBundle/tree/0.12) | `>= 7.1` | `>= 3.4, <4.4` | Active support |
15+
| [`0.11`](https://github.com/overblog/GraphQLBundle/tree/0.11) | `>= 5.6` | `>= 3.1, <=4.3` | Active support |
1516
| [`0.10`](https://github.com/overblog/GraphQLBundle/tree/0.10) | `>= 5.5.9` | `>= 2.8, <= 3.1` | End of life |
1617
| [`0.9`](https://github.com/overblog/GraphQLBundle/tree/0.9) | `>= 5.5.9` | `>= 2.8, <= 3.1` | End of life |
1718
| [`0.8`](https://github.com/overblog/GraphQLBundle/tree/0.8) | `>= 5.4 ` | `>= 2.7, <= 3.1` | End of life |

0 commit comments

Comments
 (0)