Skip to content

Commit 8df6659

Browse files
committed
Update UPGRADE-2.1.md
1 parent f7d934f commit 8df6659

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

UPGRADE-2.1.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33

44
### General
55

6-
Make sure you update your namespaces, we changed the Bundles namespace from
7-
Mopa\BootstrapBundle
8-
to
9-
Mopa\Bundle\BootstrapBundle
6+
Make sure you update your namespaces, we changed the Bundles namespace from `Mopa\BootstrapBundle` to `Mopa\Bundle\BootstrapBundle`.
107

11-
You must change the namespace references in:
12-
* app/AppKernel.php
13-
* Your code making use of any MopaBootstrapBundle classes (e.g. Navbar, MenuBuilder, etc.)
14-
* Configuration referencing any classes (e.g. service definitions for menu, navbar, etc.)
15-
For info about the branches read https://github.com/phiamo/MopaBootstrapBundle/wiki/Branches-&-Versions
16-
If you dont want to care about the twitter/bootstrap dependency, please make sure your [composer.json](https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/including_bootstrap.md) is correct
8+
You must change the namespace references in:
9+
10+
* app/AppKernel.php
11+
* Your code making use of any MopaBootstrapBundle classes (e.g. Navbar, MenuBuilder, etc.)
12+
* Configuration referencing any classes (e.g. service definitions for menu, navbar, etc.)
13+
14+
For info about the branches read https://github.com/phiamo/MopaBootstrapBundle/wiki/Branches-&-Versions
15+
If you dont want to care about the twitter/bootstrap dependency, please make sure your [composer.json](https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/including_bootstrap.md) is correct
1716

1817

0 commit comments

Comments
 (0)