Skip to content

Commit

Permalink
Fixes headline order in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
froschdesign committed Nov 16, 2018
1 parent db2dba4 commit 676d746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/book/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ performance, stability, and predictability.

This guide describes how to migrate from Version 2 to 3.

# What has changed?
## What has changed?

This lists the most impacting changes and potential pitfalls when
upgrading to `zend-di` version 3.
Expand Down Expand Up @@ -36,7 +36,7 @@ upgrading to `zend-di` version 3.
in favor of the [code generator](codegen.md), which creates zend-servicemanager
compatible factories.

# Migrating from v2 to v3 with zend-mvc
## Migrating from v2 to v3 with zend-mvc

When you are using zend-mvc, you can follow these steps to upgrade:

Expand All @@ -51,7 +51,7 @@ When you are using zend-mvc, you can follow these steps to upgrade:
replace them with `Zend\Di\Container\AutowireFactory`.
5. Migrate your zend-di config to the new [configuration format](config.md).

# Migrating configuration
## Migrating configuration

zend-di configuration is now expected in `$config['dependencies']['auto']`,
where `$config` is your `config` service.
Expand Down

0 comments on commit 676d746

Please sign in to comment.