File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments