Skip to content

Commit 4ce1e6f

Browse files
committed
Cleanup dependencies
1 parent 82bbf60 commit 4ce1e6f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/dev-server/composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@
2828
"php": "^8.1",
2929
"ext-inotify": "*",
3030
"ext-pcntl": "*",
31-
"monolog/monolog": "^3.0",
32-
"phpdocumentor/guides": "^1.0",
33-
"symfony/config": "^5.4 || ^6.3 || ^7.0",
34-
"symfony/console": "^5.4 || ^6.3 || ^7.0",
35-
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0",
31+
"psr/log": "^1.0 || ^2.0 || ^3.0",
32+
"phpdocumentor/filesystem": "^1.0",
3633
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0",
34+
"symfony/routing": "^5.4 || ^6.3 || ^7.0",
3735
"cboden/ratchet": "0.4.x@dev",
3836
"react/http": "^v1.11",
3937
"react/socket": "^v1.16",

0 commit comments

Comments
 (0)