File tree 3 files changed +6
-6
lines changed
src/Invit/PlivoBundle/DependencyInjection
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
"minimum-stability" : " stable" ,
13
13
"require" : {
14
14
"php" : " ^7.4|^8.0" ,
15
- "symfony/dependency-injection" : " ^4.1|^5 .0|^6 .0" ,
16
- "symfony/http-foundation" : " ^4.1|^5 .0|^6 .0" ,
17
- "symfony/http-kernel" : " ^4.1|^5 .0|^6 .0" ,
18
- "symfony/config" : " ^4.1|^5 .0|^6 .0" ,
15
+ "symfony/dependency-injection" : " ^5.0|^6 .0|^7 .0" ,
16
+ "symfony/http-foundation" : " ^5.0|^6 .0|^7 .0" ,
17
+ "symfony/http-kernel" : " ^5.0|^6 .0|^7 .0" ,
18
+ "symfony/config" : " ^5.0|^6 .0|^7 .0" ,
19
19
"plivo/php-sdk" : " ^4.0"
20
20
},
21
21
"autoload" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Configuration implements ConfigurationInterface
10
10
/**
11
11
* {@inheritDoc}
12
12
*/
13
- public function getConfigTreeBuilder ()
13
+ public function getConfigTreeBuilder (): TreeBuilder
14
14
{
15
15
$ treeBuilder = new TreeBuilder ('invit_plivo ' );
16
16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class InvitPlivoExtension extends Extension
12
12
/**
13
13
* {@inheritDoc}
14
14
*/
15
- public function load (array $ configs , ContainerBuilder $ container )
15
+ public function load (array $ configs , ContainerBuilder $ container ): void
16
16
{
17
17
$ configuration = new Configuration ();
18
18
$ config = $ this ->processConfiguration ($ configuration , $ configs );
You can’t perform that action at this time.
0 commit comments