We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce586b1 commit 2f17f21Copy full SHA for 2f17f21
contributing/code/tests.rst
@@ -28,8 +28,6 @@ The test suite need the following third-party libraries:
28
29
* Doctrine
30
* Doctrine Migrations
31
-* Phing
32
-* Propel
33
* Swiftmailer
34
* Twig
35
* Zend Framework
quick_tour/the_architecture.rst
@@ -144,7 +144,6 @@ method of the ``AppKernel`` class::
144
new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
145
//new Symfony\Bundle\DoctrineMigrationsBundle\DoctrineMigrationsBundle(),
146
//new Symfony\Bundle\DoctrineMongoDBBundle\DoctrineMongoDBBundle(),
147
- //new Symfony\Bundle\PropelBundle\PropelBundle(),
148
//new Symfony\Bundle\TwigBundle\TwigBundle(),
149
150
// register your bundles
0 commit comments