File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 116
116
"symfony/serializer" : " ^6.4 || ^7.0" ,
117
117
"symfony/translation-contracts" : " ^3.3" ,
118
118
"symfony/type-info" : " ^7.2" ,
119
+ "symfony/validator" : " ^6.4 || ^7.1" ,
119
120
"symfony/web-link" : " ^6.4 || ^7.1" ,
120
121
"willdurand/negotiation" : " ^3.1"
121
122
},
Original file line number Diff line number Diff line change 24
24
"require" : {
25
25
"php" : " >=8.2" ,
26
26
"api-platform/metadata" : " ^4.1.11" ,
27
+ "symfony/http-kernel" : " ^6.4 || ^7.1" ,
28
+ "symfony/serializer" : " ^6.4 || ^7.1" ,
27
29
"symfony/type-info" : " ^7.2" ,
30
+ "symfony/validator" : " ^6.4 || ^7.1" ,
28
31
"symfony/web-link" : " ^6.4 || ^7.1"
29
32
},
30
33
"require-dev" : {
31
34
"phpspec/prophecy-phpunit" : " ^2.2" ,
32
- "symfony/serializer" : " ^6.4 || ^7.0" ,
33
- "phpunit/phpunit" : " 11.5.x-dev" ,
34
- "symfony/validator" : " ^6.4 || ^7.0" ,
35
- "symfony/http-kernel" : " ^6.4 || ^7.0"
35
+ "phpunit/phpunit" : " 11.5.x-dev"
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
You can’t perform that action at this time.
0 commit comments