Skip to content

Commit

Permalink
removed webserver-bundle in favor of Symfony local server (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored May 5, 2020
1 parent 69c1b83 commit 0a47cac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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],
];
9 changes: 0 additions & 9 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0a47cac

Please sign in to comment.