Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 3545082

Browse files
committed
fix
1 parent 83a514e commit 3545082

File tree

3 files changed

+3701
-455
lines changed

3 files changed

+3701
-455
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
],
1717
"minimum-stability": "stable",
1818
"require": {
19-
"symfony/form": "^7.0"
19+
"symfony/form": "^7.0",
20+
"symfony/filesystem": "^7.0",
21+
"symfony/monolog-bundle": "^3.10",
22+
"symfony/process": "^7.0",
23+
"doctrine/doctrine-bundle": "^2.11",
24+
"symfony/security-bundle": "^7.0",
25+
"symfony/validator": "^7.0",
26+
"psys/utils": "^1.0"
2027
}
2128
}

0 commit comments

Comments
 (0)