Skip to content

Commit

Permalink
minor Sylius#61 New demo (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.3 branch.

Discussion
----------



Commits
-------

12d2a94 [Maintenance] Update js dependencies
2de96bd [Maintenance] Remove redis doctrine cache storage
9ee3e3b [Migration] Add new tables
ebabaf2 [Maintenance] Remove webserver from kernel
  • Loading branch information
lchrusciel committed Jan 31, 2019
2 parents 1da9699 + ebabaf2 commit 83a5934
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 8,464 deletions.
2 changes: 1 addition & 1 deletion config/bundles.php
Expand Up @@ -48,7 +48,7 @@
Sylius\Bundle\FixturesBundle\SyliusFixturesBundle::class => ['all' => true],
Sylius\Bundle\PayumBundle\SyliusPayumBundle::class => ['all' => true],
Sylius\Bundle\ThemeBundle\SyliusThemeBundle::class => ['all' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true, 'test' => true, 'test_cached' => true],
Sylius\Bundle\AdminBundle\SyliusAdminBundle::class => ['all' => true],
Sylius\Bundle\ShopBundle\SyliusShopBundle::class => ['all' => true],
FOS\OAuthServerBundle\FOSOAuthServerBundle::class => ['all' => true],
Expand Down
21 changes: 0 additions & 21 deletions config/packages/prod/doctrine.yaml

This file was deleted.

0 comments on commit 83a5934

Please sign in to comment.