Skip to content

Commit

Permalink
Docs - fixing dependencies in AppKernel
Browse files Browse the repository at this point in the history
As sugested by patie here: Sylius#1595

 Sylius#1595 - Resource bundle missing state machine
 Sylius#3750 - Merge Translation & TranslationBundle into Resource
 Sylius#3778 - Merge Translation into Resource + some clean ups
 Sylius#4633 - dependency on a non-existent service
  • Loading branch information
kklecho authored and Nicolas ADLER committed Sep 9, 2016
1 parent d1f8011 commit 0836156
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundles/SyliusAddressingBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(),
new Sylius\Bundle\TranslationBundle\SyliusTranslationBundle(),
new Sylius\Bundle\AddressingBundle\SyliusAddressingBundle(),
new Sylius\Bundle\ResourceBundle\SyliusResourceBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusAttributeBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusMailerBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusOrderBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle()
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusSettingsBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This bundle also uses `DoctrineCacheBundle`. Don't worry, everything was automat
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusShippingBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusTaxationBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusTaxonomyBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down
1 change: 1 addition & 0 deletions docs/bundles/SyliusVariationBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Don't worry, everything was automatically installed via Composer.
public function registerBundles()
{
$bundles = array(
new winzou\Bundle\StateMachineBundle\winzouStateMachineBundle(),
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle($this),
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
Expand Down

0 comments on commit 0836156

Please sign in to comment.