Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 2cf06e6

Browse files
committed
feature #237 Don't install deprecated WebServerBundle, use symfony bin instead (yceruto)
This PR was merged into the 4.4 branch. Discussion ---------- Don't install deprecated WebServerBundle, use symfony bin instead Commits ------- a929bb6 Don't install deprecated WebServerBundle
2 parents afd1fde + a929bb6 commit 2cf06e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"symfony/debug-pack": "*",
3939
"symfony/maker-bundle": "^1.0",
4040
"symfony/profiler-pack": "*",
41-
"symfony/test-pack": "*",
42-
"symfony/web-server-bundle": "*"
41+
"symfony/test-pack": "*"
4342
},
4443
"config": {
4544
"preferred-install": {

0 commit comments

Comments
 (0)