File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
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
},
21
21
"require-dev" : {
22
- "symfony/config" : " ^6.2 |^7.0" ,
23
- "symfony/http-foundation" : " ^5.4|^6.0 |^7.0" ,
24
- "symfony/yaml" : " ^5.4|^6.0 |^7.0" ,
25
- "symfony/expression-language" : " ^5.4|^6.0 |^7.0" ,
26
- "symfony/dependency-injection" : " ^5.4|^6.0 |^7.0" ,
22
+ "symfony/config" : " ^6.4 |^7.0" ,
23
+ "symfony/http-foundation" : " ^6.4 |^7.0" ,
24
+ "symfony/yaml" : " ^6.4 |^7.0" ,
25
+ "symfony/expression-language" : " ^6.4 |^7.0" ,
26
+ "symfony/dependency-injection" : " ^6.4 |^7.0" ,
27
27
"doctrine/annotations" : " ^1.12|^2" ,
28
28
"psr/log" : " ^1|^2|^3"
29
29
},
30
30
"conflict" : {
31
31
"doctrine/annotations" : " <1.12" ,
32
- "symfony/config" : " <6.2 " ,
33
- "symfony/dependency-injection" : " <5 .4" ,
34
- "symfony/yaml" : " <5 .4"
32
+ "symfony/config" : " <6.4 " ,
33
+ "symfony/dependency-injection" : " <6 .4" ,
34
+ "symfony/yaml" : " <6 .4"
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : { "Symfony\\ Component\\ Routing\\ " : " " },
You can’t perform that action at this time.
0 commit comments