File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ It also supports:
1818Browse 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 )
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments