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

Commit a06cf6a

Browse files
committed
change dependencies to be more specific and not dependent on the full stack
1 parent 39f3ea1 commit a06cf6a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
},
1717
"require": {
1818
"php": ">=7.2.0",
19-
"symfony/symfony": "4.*|5.*"
19+
"symfony/config": "4.*|5.*",
20+
"symfony/dependency-injection": "4.*|5.*",
21+
"symfony/filesystem": "4.*|5.*",
22+
"symfony/form": "4.*|5.*",
23+
"symfony/http-foundation": "4.*|5.*",
24+
"symfony/yaml": "4.*|5.*"
2025
}
2126
}

0 commit comments

Comments
 (0)