Skip to content

Commit 43b99b7

Browse files
author
Jeremiah VALERIE
committed
Updated versions information
1 parent e5f0026 commit 43b99b7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ It also supports:
1818
Browse your version documentation:
1919

2020
* [1.0 (DEV)](https://github.com/overblog/GraphQLBundle/blob/master/README.md)
21-
* [0.14 (DEV)](https://github.com/overblog/GraphQLBundle/blob/0.14/README.md)
21+
* [0.14 (STABLE)](https://github.com/overblog/GraphQLBundle/blob/0.14/README.md)
2222
* [0.13 (STABLE)](https://github.com/overblog/GraphQLBundle/blob/0.13/README.md)
23-
* [0.12 (STABLE)](https://github.com/overblog/GraphQLBundle/blob/0.12/README.md)
24-
* [0.11 (STABLE)](https://github.com/overblog/GraphQLBundle/blob/0.11/README.md)
23+
* [0.12 (DEPRECATE)](https://github.com/overblog/GraphQLBundle/blob/0.12/README.md)
24+
* [0.11 (OBSOLETE)](https://github.com/overblog/GraphQLBundle/blob/0.11/README.md)
2525
* [0.10 (OBSOLETE)](https://github.com/overblog/GraphQLBundle/blob/0.10/README.md)
2626
* [0.9 (OBSOLETE)](https://github.com/overblog/GraphQLBundle/blob/0.9/README.md)
2727
* [0.8 (OBSOLETE)](https://github.com/overblog/GraphQLBundle/blob/0.8/README.md)

docs/index.md

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

1111
| Version | PHP | Symfony | Support |
1212
| --------------------------------------------------------------: | ---------: | ---------------: | -------------: |
13-
| [`1.0`](https://github.com/overblog/GraphQLBundle/tree/master) | `>= 7.4` | `>= 4.4` | DEV |
13+
| [`1.0`](https://github.com/overblog/GraphQLBundle/tree/master) | `>= 8.0` | `>= 5.3.7` | DEV |
14+
| [`0.14`](https://github.com/overblog/GraphQLBundle/tree/0.14) | `>= 7.4` | `>= 4.4.30` | Active support |
1415
| [`0.13`](https://github.com/overblog/GraphQLBundle/tree/0.13) | `>= 7.2` | `>= 4.3` | Active support |
15-
| [`0.12`](https://github.com/overblog/GraphQLBundle/tree/0.12) | `>= 7.1` | `>= 3.4, <4.4` | Active support |
16-
| [`0.11`](https://github.com/overblog/GraphQLBundle/tree/0.11) | `>= 5.6` | `>= 3.1, <=4.3` | Active support |
16+
| [`0.12`](https://github.com/overblog/GraphQLBundle/tree/0.12) | `>= 7.1` | `>= 3.4, <4.4` | Security |
17+
| [`0.11`](https://github.com/overblog/GraphQLBundle/tree/0.11) | `>= 5.6` | `>= 3.1, <=4.3` | End of life |
1718
| [`0.10`](https://github.com/overblog/GraphQLBundle/tree/0.10) | `>= 5.5.9` | `>= 2.8, <= 3.1` | End of life |
1819
| [`0.9`](https://github.com/overblog/GraphQLBundle/tree/0.9) | `>= 5.5.9` | `>= 2.8, <= 3.1` | End of life |
1920
| [`0.8`](https://github.com/overblog/GraphQLBundle/tree/0.8) | `>= 5.4 ` | `>= 2.7, <= 3.1` | End of life |

0 commit comments

Comments
 (0)