Skip to content

Commit 59963f5

Browse files
committed
Merge branch '2.1'
* 2.1: Add description about the upgrade of app/appKernel.php fixed 2.1.6 composer.lock file updated VENDORS for 2.1.6 Conflicts: composer.lock
2 parents 95b5e27 + 3fb0bb4 commit 59963f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

UPGRADE.md

+8
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@ The following bundles have been added to the list of default registered bundles:
194194
new JMS\AopBundle\JMSAopBundle(),
195195
new JMS\DiExtraBundle\JMSDiExtraBundle($this),
196196

197+
You must also rename the DoctrineBundle from:
198+
199+
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
200+
201+
to:
202+
203+
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
204+
197205
### `web/app.php`
198206

199207
The default `web/app.php` file now reads as follows:

0 commit comments

Comments
 (0)