Skip to content

Commit 501b1d8

Browse files
ElectricMaxxxdbu
authored andcommitted
conditionally WebSerBundle, new sonata integration release (#378)
Use Symfony 3.3 and separate WebServerBundle, new sonata integration release
1 parent 04b0e98 commit 501b1d8

File tree

3 files changed

+31
-30
lines changed

3 files changed

+31
-30
lines changed

app/AppKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function registerBundles()
7575
$bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
7676
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
7777
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
78+
$bundles[] = new \Symfony\Bundle\WebServerBundle\WebServerBundle();
7879

7980
// additional bundle for tests
8081
if ('test' === $this->getEnvironment()) {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": "^5.6|^7.0",
21-
"symfony/symfony": "^3.2",
21+
"symfony/symfony": "^3.3",
2222
"symfony/assetic-bundle": "^2.8",
2323
"symfony/swiftmailer-bundle": "^2.3.10",
2424
"symfony/monolog-bundle": "^3.0.2",

composer.lock

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)