We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62f9c27 + fc28842 commit 212fc00Copy full SHA for 212fc00
composer.json
@@ -19,9 +19,9 @@
19
"require": {
20
"php": ">=7.2",
21
"keen-io/keen-io": "~2.5",
22
- "symfony/config": "^3.4.26 || ^4.3",
23
- "symfony/dependency-injection": "^3.4.26 || ^4.3",
24
- "symfony/http-kernel": "^3.4.26 || ^4.3"
+ "symfony/config": "^3.4.26 || ^4.3 || ^5.0",
+ "symfony/dependency-injection": "^3.4.26 || ^4.3 || ^5.0",
+ "symfony/http-kernel": "^3.4.26 || ^4.3 || ^5.0"
25
},
26
"require-dev": {
27
"symfony/phpunit-bridge": "^4.4",
src/DependencyInjection/Configuration.php
@@ -6,7 +6,7 @@
6
7
class Configuration implements ConfigurationInterface
8
{
9
- public function getConfigTreeBuilder()
+ public function getConfigTreeBuilder(): TreeBuilder
10
11
$treeBuilder = new TreeBuilder('keen_io');
12
0 commit comments