This repository was archived by the owner on Jun 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
- 7.1
5
5
- 7.2
6
6
- 7.3
7
+ - 7.4
7
8
8
9
sudo : false
9
10
Original file line number Diff line number Diff line change 7
7
"require" : {
8
8
"php" : " >=7.1.0" ,
9
9
"ext-PDO" : " ^7.1" ,
10
- "ext-json" : " ^1.5 " ,
11
- "doctrine/doctrine-bundle" : " ^1.9" ,
10
+ "ext-json" : " * " ,
11
+ "doctrine/doctrine-bundle" : " ^1.9 || ^2.0 " ,
12
12
"doctrine/orm" : " ~2.3" ,
13
13
"jms/serializer-bundle" : " ^2.4" ,
14
14
"php-amqplib/php-amqplib" : " ~2.6" ,
15
15
"php-amqplib/rabbitmq-bundle" : " ~1.14.3" ,
16
- "symfony/config" : " ^3.4|^4.1 " ,
17
- "symfony/console" : " ^3.4|^4.1 " ,
18
- "symfony/dependency-injection" : " ^3.4|^4.2 " ,
19
- "symfony/event-dispatcher" : " ^3.4 || ^4.1 " ,
16
+ "symfony/config" : " ^4.1 || ^5.0 " ,
17
+ "symfony/console" : " ^4.2 || ^5.0 " ,
18
+ "symfony/dependency-injection" : " ^4.2 || ^5.0 " ,
19
+ "symfony/event-dispatcher" : " ^4.3 || ^5.0 " ,
20
20
"symfony/monolog-bundle" : " ^3.3"
21
21
},
22
22
"require-dev" : {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ class Configuration implements ConfigurationInterface
11
11
{
12
12
public function getConfigTreeBuilder (): TreeBuilder
13
13
{
14
- $ treeBuilder = new TreeBuilder ();
15
- $ rootNode = $ treeBuilder ->root ( ' lamoda_queue ' );
14
+ $ treeBuilder = new TreeBuilder (' lamoda_queue ' );
15
+ $ rootNode = $ treeBuilder ->getRootNode ( );
16
16
17
17
$ rootNode
18
18
->children ()
You can’t perform that action at this time.
0 commit comments