Skip to content

Commit 2ed7751

Browse files
committed
Adding missing dependencies
1 parent 5dfeeb0 commit 2ed7751

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Autocomplete/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
}
2525
},
2626
"require": {
27-
"php": ">=8.0"
27+
"php": ">=8.0",
28+
"symfony/dependency-injection": "^5.4|^6.0",
29+
"symfony/http-foundation": "^5.4|^6.0",
30+
"symfony/http-kernel": "^5.4|^6.0",
31+
"symfony/string": "^5.4|^6.0"
2832
},
2933
"require-dev": {
3034
"doctrine/doctrine-bundle": "^2.0",

0 commit comments

Comments
 (0)