Skip to content

Commit

Permalink
Merge pull request overblog#812 from murtukov/0.11
Browse files Browse the repository at this point in the history
[0.11] Combine all UPGRADE files
  • Loading branch information
murtukov authored Jan 24, 2021
2 parents 59d8a6d + 7b17861 commit 750dfdb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
17 changes: 0 additions & 17 deletions UPGRADE-0.10.md

This file was deleted.

19 changes: 19 additions & 0 deletions UPGRADE-0.11.md → UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,22 @@ UPGRADE FROM 0.10 to 0.11
**Before 0.11**: `'@=resolver("App\\GraphQL\\Resolver\\Greetings", [args['name']])'`

**Since 0.11**: `'@=resolver("app.resolver.greetings", [args['name']])'`


UPGRADE FROM 0.9 to 0.10
=======================

# Table of Contents

- [Symfony](#symfony)

### Symfony

* Minimal supported Symfony version is now `^3.1 || ^4.0`

We've dropped support for Symfony 2.8 and 3.0

Upgrading your Symfony version:
- [Upgrading to Symfony 3.0](https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md)
- [Upgrading to Symfony 3.1](https://github.com/symfony/symfony/blob/master/UPGRADE-3.1.md)

0 comments on commit 750dfdb

Please sign in to comment.