We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c60cc commit dd7766fCopy full SHA for dd7766f
1 file changed
composer.json
@@ -16,13 +16,17 @@
16
"codefog/contao-haste": "^5.3",
17
"doctrine/dbal": "^3.7 || ^4.3",
18
"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",
22
"symfony/config": "^7.4 || ^8.0"
23
},
24
"require-dev": {
25
"contao/manager-plugin": "^2.0",
26
"contao/test-case": "^5.7",
27
"php-coveralls/php-coveralls": "^2.9",
- "terminal42/contao-build-tools": "dev-main"
28
+ "terminal42/contao-build-tools": "dev-main",
29
+ "phpunit/phpunit": "^12.5"
30
31
"conflict": {
32
"contao/manager-plugin": "<2.0 || >=3.0"
0 commit comments