Skip to content

Commit 94572e4

Browse files
authored
Remove unneeded dependencies
1 parent d216a5b commit 94572e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

composer.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"ext-hash": "*",
15-
"ext-json": "*",
1614
"ext-mongodb": "^1.21.0",
1715
"composer-runtime-api": "^2.0",
18-
"psr/log": "^1.1.4|^2|^3",
19-
"symfony/polyfill-php80": "^1.27",
20-
"symfony/polyfill-php81": "^1.27"
16+
"psr/log": "^1.1.4|^2|^3"
2117
},
2218
"require-dev": {
2319
"doctrine/coding-standard": "^12.0",

0 commit comments

Comments
 (0)