You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADE-2.1.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,15 @@
3
3
4
4
### General
5
5
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`.
10
7
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
0 commit comments