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.
symfony/config
7.x
1 parent 2654a1d commit 5e964edCopy full SHA for 5e964ed
2 files changed
composer.json
@@ -15,7 +15,8 @@
15
"ext-pdo": "*",
16
"contao/core-bundle": "^4.13 || ^5.0",
17
"codefog/contao-haste": "^5.0",
18
- "doctrine/dbal": "^2.12 || ^3.0"
+ "doctrine/dbal": "^2.12 || ^3.0",
19
+ "symfony/config": "^5.4 || ^6.4 || ^7.0"
20
},
21
"require-dev": {
22
"contao/manager-plugin": "^2.0",
src/DependencyInjection/Configuration.php
@@ -20,7 +20,7 @@ class Configuration implements ConfigurationInterface
/**
* {@inheritdoc}
*/
23
- public function getConfigTreeBuilder()
+ public function getConfigTreeBuilder(): TreeBuilder
24
{
25
$treeBuilder = new TreeBuilder('codefog_tags');
26
0 commit comments