Skip to content

Commit 750dfdb

Browse files
authored
Merge pull request #812 from murtukov/0.11
[0.11] Combine all UPGRADE files
2 parents 59d8a6d + 7b17861 commit 750dfdb

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

UPGRADE-0.10.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

UPGRADE-0.11.md renamed to UPGRADE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,22 @@ UPGRADE FROM 0.10 to 0.11
274274
**Before 0.11**: `'@=resolver("App\\GraphQL\\Resolver\\Greetings", [args['name']])'`
275275

276276
**Since 0.11**: `'@=resolver("app.resolver.greetings", [args['name']])'`
277+
278+
279+
UPGRADE FROM 0.9 to 0.10
280+
=======================
281+
282+
# Table of Contents
283+
284+
- [Symfony](#symfony)
285+
286+
### Symfony
287+
288+
* Minimal supported Symfony version is now `^3.1 || ^4.0`
289+
290+
We've dropped support for Symfony 2.8 and 3.0
291+
292+
Upgrading your Symfony version:
293+
- [Upgrading to Symfony 3.0](https://github.com/symfony/symfony/blob/master/UPGRADE-3.0.md)
294+
- [Upgrading to Symfony 3.1](https://github.com/symfony/symfony/blob/master/UPGRADE-3.1.md)
295+

0 commit comments

Comments
 (0)