Skip to content

Commit c390e74

Browse files
author
klapaudius
committed
Update dependencies in composer.json
Removed unused Doctrine-related packages and ext-mongodb. Added symfony/http-foundation to required dependencies. This improves dependency management and aligns with the project's current requirements.
1 parent 79bc0f8 commit c390e74

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
"php": "^8.2",
99
"ext-json": "*",
1010
"ext-redis": "*",
11-
"doctrine/doctrine-bundle": "~2.0",
1211
"symfony/console": "~7.0",
13-
"symfony/dependency-injection": "~7.0"
12+
"symfony/dependency-injection": "~7.0",
13+
"symfony/http-foundation": "~7.0"
1414
},
1515
"require-dev": {
16-
"ext-mongodb": "*",
17-
"doctrine/mongodb-odm": "~2.0",
18-
"doctrine/orm": "~2.2",
1916
"phpunit/phpunit": "~11.0",
2017
"symfony/phpunit-bridge": "~7.0",
2118
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",

0 commit comments

Comments
 (0)