File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=8.1 " ,
19
+ "php" : " >=8.2 " ,
20
20
"psr/log" : " ^1|^2|^3"
21
21
},
22
22
"require-dev" : {
23
23
"symfony/event-dispatcher-contracts" : " ^2.5|^3" ,
24
24
"symfony/http-client-contracts" : " ^2.5|^3" ,
25
- "symfony/http-foundation" : " ^5.4|^6.0 |^7.0" ,
26
- "symfony/messenger" : " ^5.4|^6.0 |^7.0"
25
+ "symfony/http-foundation" : " ^6.4 |^7.0" ,
26
+ "symfony/messenger" : " ^6.4 |^7.0"
27
27
},
28
28
"conflict" : {
29
- "symfony/event-dispatcher" : " <5 .4" ,
29
+ "symfony/event-dispatcher" : " <6 .4" ,
30
30
"symfony/event-dispatcher-contracts" : " <2.5" ,
31
31
"symfony/http-client-contracts" : " <2.5" ,
32
- "symfony/http-kernel" : " <5 .4"
32
+ "symfony/http-kernel" : " <6 .4"
33
33
},
34
34
"autoload" : {
35
35
"psr-4" : { "Symfony\\ Component\\ Notifier\\ " : " " },
You can’t perform that action at this time.
0 commit comments