File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
"require-dev" : {
16
16
"phpunit/phpunit" : " ^9.5" ,
17
17
"symfony/dependency-injection" : " ^5.4|^6.0" ,
18
- "symfony/config" : " ^5.4|^6.0" ,
18
+ "symfony/config" : " ^5.4|^6.0|^7.0 " ,
19
19
"symfony/http-kernel" : " ^5.4|^6.0" ,
20
20
"symfony/filesystem" : " ^5.4|^6.0" ,
21
21
"symfony/yaml" : " ^5.4|^6.0" ,
Original file line number Diff line number Diff line change 14
14
"require-dev" : {
15
15
"phpunit/phpunit" : " ^9.5" ,
16
16
"symfony/dependency-injection" : " ^5.4|^6.0" ,
17
- "symfony/config" : " ^5.4|^6.0" ,
17
+ "symfony/config" : " ^5.4|^6.0|^7.0 " ,
18
18
"symfony/http-kernel" : " ^5.4|^6.0" ,
19
19
"symfony/filesystem" : " ^5.4|^6.0" ,
20
20
"symfony/yaml" : " ^5.4|^6.0" ,
Original file line number Diff line number Diff line change 19
19
"phpunit/phpunit" : " ^9.5" ,
20
20
"symfony/console" : " ^5.41|^6.0" ,
21
21
"symfony/dependency-injection" : " ^5.4|^6.0" ,
22
- "symfony/config" : " ^5.4|^6.0" ,
22
+ "symfony/config" : " ^5.4|^6.0|^7.0 " ,
23
23
"symfony/event-dispatcher" : " ^5.4|^6.0" ,
24
24
"symfony/http-kernel" : " ^5.4|^6.0" ,
25
25
"symfony/yaml" : " ^5.4|^6.0" ,
44
44
"suggest" : {
45
45
"symfony/console" : " ^5.4|^6.0 If you want to use cli commands" ,
46
46
"symfony/dependency-injection" : " ^5.4|^6.0" ,
47
- "symfony/config" : " ^5.4|^6.0" ,
47
+ "symfony/config" : " ^5.4|^6.0|^7.0 " ,
48
48
"enqueue/amqp-ext" : " AMQP transport (based on php extension)" ,
49
49
"enqueue/stomp" : " STOMP transport" ,
50
50
"enqueue/fs" : " Filesystem transport" ,
Original file line number Diff line number Diff line change 10
10
"enqueue/enqueue" : " ^0.10" ,
11
11
"queue-interop/amqp-interop" : " ^0.8.2" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
13
- "symfony/config" : " ^5.4|^6.0"
13
+ "symfony/config" : " ^5.4|^6.0|^7.0 "
14
14
},
15
15
"require-dev" : {
16
16
"phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments