diff --git a/composer.json b/composer.json index cc1a1157be..ce9abb8944 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,6 @@ "symfony/validator": "^4.4.0", "symfony/web-link": "^4.4.0", "symfony/web-profiler-bundle": "^4.4.0", - "symfony/web-server-bundle": "^4.4.0", "symfony/webpack-encore-bundle": "^1.7", "symfony/workflow": "^4.4.0", "tracy/tracy": "^2.4.13", diff --git a/config/bundles.php b/config/bundles.php index 9d6dcf19f7..0b8110a146 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -39,7 +39,6 @@ Shopsys\ReadModelBundle\ShopsysReadModelBundle::class => ['all' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], - Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true], Fp\JsFormValidatorBundle\FpJsFormValidatorBundle::class => ['all' => true], ]; diff --git a/symfony.lock b/symfony.lock index 91ad7af99c..cb0f72122d 100644 --- a/symfony.lock +++ b/symfony.lock @@ -1031,15 +1031,6 @@ "config/routes/dev/web_profiler.yaml" ] }, - "symfony/web-server-bundle": { - "version": "3.3", - "recipe": { - "repo": "github.com/symfony/recipes", - "branch": "master", - "version": "3.3", - "ref": "dae9b39fd6717970be7601101ce5aa960bf53d9a" - } - }, "symfony/webpack-encore-bundle": { "version": "1.6", "recipe": {