Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Commit

Permalink
Updating bundle dependencies
Browse files Browse the repository at this point in the history
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 committed Sep 2, 2016
1 parent ebb99f0 commit 2756434
Showing 1 changed file with 1 addition 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

0 comments on commit 2756434

Please sign in to comment.