Skip to content

Commit dd7766f

Browse files
committed
Add missing dependencies to composer.json
1 parent 40c60cc commit dd7766f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
"codefog/contao-haste": "^5.3",
1717
"doctrine/dbal": "^3.7 || ^4.3",
1818
"symfony/asset": "^7.4 || ^8.0",
19+
"symfony/dependency-injection": "^7.4 || ^8.0",
20+
"symfony/http-foundation": "^7.4 || ^8.0",
21+
"symfony/http-kernel": "^7.4 || ^8.0",
1922
"symfony/config": "^7.4 || ^8.0"
2023
},
2124
"require-dev": {
2225
"contao/manager-plugin": "^2.0",
2326
"contao/test-case": "^5.7",
2427
"php-coveralls/php-coveralls": "^2.9",
25-
"terminal42/contao-build-tools": "dev-main"
28+
"terminal42/contao-build-tools": "dev-main",
29+
"phpunit/phpunit": "^12.5"
2630
},
2731
"conflict": {
2832
"contao/manager-plugin": "<2.0 || >=3.0"

0 commit comments

Comments
 (0)