File tree Expand file tree Collapse file tree 16 files changed +51
-52
lines changed Expand file tree Collapse file tree 16 files changed +51
-52
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,14 @@ Notes:
228
228
* [92a81f024](https://github.com/api-platform/core/commit/92a81f024541054b9322e7457b75c721261e14e0) feat(graphql): allow to disable the introspection query (#5711)
229
229
* [d793ffb92](https://github.com/api-platform/core/commit/d793ffb9228a21655ee35f0b90a959f93281a4cf) feat: union/intersect types (#5470)
230
230
231
+ # # v3.1.23
232
+
233
+ # ## Bug fixes
234
+
235
+ * [9848bd4d4](https://github.com/api-platform/core/commit/9848bd4d4917a97000119ee98a09916af469acd8) fix: missing eager joins on to-one relationships (#5992)
236
+ * [d2f281eed](https://github.com/api-platform/core/commit/d2f281eedbd87a3c1a3377bb23a229e1b17a0f45) fix(jsonschema): fix recursive documentation when using a dto entity wrapper (#5973)
237
+ * [dac49cb16](https://github.com/api-platform/core/commit/dac49cb16939ae14fa14eea1190cbf995bca842b) Revert "fix: missing eager joins on to-one relationships (#5992)"
238
+
231
239
# # v3.1.22
232
240
233
241
# ## Bug fixes
Original file line number Diff line number Diff line change 60
60
"phpstan/phpstan-doctrine" : " ^1.0" ,
61
61
"phpstan/phpstan-phpunit" : " ^1.0" ,
62
62
"phpstan/phpstan-symfony" : " ^1.0" ,
63
+ "phpunit/phpunit" : " ^9.5" ,
63
64
"psr/log" : " ^1.0 || ^2.0 || ^3.0" ,
64
65
"ramsey/uuid" : " ^3.9.7 || ^4.0" ,
65
66
"ramsey/uuid-doctrine" : " ^1.4 || ^2.0" ,
67
+ "sebastian/comparator" : " <5.0" ,
66
68
"soyuka/contexts" : " v3.3.9" ,
67
69
"soyuka/stubs-mongodb" : " ^1.0" ,
68
70
"symfony/asset" : " ^6.1 || ^7.0" ,
Original file line number Diff line number Diff line change 19
19
"homepage" : " https://api-platform.com/community/contributors"
20
20
}
21
21
],
22
- "conflict" : {
23
- "sebastian/comparator" : " >=5.0"
24
- },
25
22
"require" : {
26
23
"api-platform/openapi" : " *@dev || ^3.1" ,
27
24
"api-platform/metadata" : " *@dev || ^3.1"
25
+ },
26
+ "require-dev" : {
27
+ "sebastian/comparator" : " <5.0"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 35
35
},
36
36
"require-dev" : {
37
37
"phpspec/prophecy-phpunit" : " ^2.0" ,
38
- "symfony/phpunit-bridge" : " ^6.1"
38
+ "symfony/phpunit-bridge" : " ^6.1" ,
39
+ "sebastian/comparator" : " <5.0"
39
40
},
40
41
"autoload" : {
41
42
"psr-4" : {
56
57
"php-http/discovery" : false
57
58
}
58
59
},
59
- "conflict" : {
60
- "sebastian/comparator" : " >=5.0"
61
- },
62
60
"extra" : {
63
61
"branch-alias" : {
64
62
"dev-main" : " 3.2.x-dev"
Original file line number Diff line number Diff line change 37
37
"symfony/mercure-bundle" : " *" ,
38
38
"symfony/phpunit-bridge" : " ^6.1" ,
39
39
"symfony/routing" : " ^6.1" ,
40
- "symfony/validator" : " ^6.1"
40
+ "symfony/validator" : " ^6.1" ,
41
+ "sebastian/comparator" : " <5.0"
41
42
},
42
43
"autoload" : {
43
44
"psr-4" : {
47
48
" /Tests/"
48
49
]
49
50
},
50
- "conflict" : {
51
- "sebastian/comparator" : " >=5.0"
52
- },
53
51
"config" : {
54
52
"preferred-install" : {
55
53
"*" : " dist"
Original file line number Diff line number Diff line change 30
30
"symfony/dependency-injection" : " ^6.1" ,
31
31
"phpspec/prophecy-phpunit" : " ^2.0" ,
32
32
"symfony/phpunit-bridge" : " ^6.1" ,
33
- "symfony/http-client" : " ^6.1"
33
+ "symfony/http-client" : " ^6.1" ,
34
+ "sebastian/comparator" : " <5.0"
34
35
},
35
36
"autoload" : {
36
37
"psr-4" : {
40
41
" /Tests/"
41
42
]
42
43
},
43
- "conflict" : {
44
- "sebastian/comparator" : " >=5.0"
45
- },
46
44
"config" : {
47
45
"preferred-install" : {
48
46
"*" : " dist"
Original file line number Diff line number Diff line change 32
32
"api-platform/metadata" : " *@dev || ^3.1" ,
33
33
"api-platform/jsonld" : " *@dev || ^3.1"
34
34
},
35
- "require-dev" : {},
35
+ "require-dev" : {
36
+ "sebastian/comparator" : " <5.0"
37
+ },
36
38
"autoload" : {
37
39
"psr-4" : {
38
40
"ApiPlatform\\ Hydra\\ " : " "
51
53
"phpstan/extension-installer" : true
52
54
}
53
55
},
54
- "conflict" : {
55
- "sebastian/comparator" : " >=5.0"
56
- },
57
56
"extra" : {
58
57
"branch-alias" : {
59
58
"dev-main" : " 3.2.x-dev"
Original file line number Diff line number Diff line change 31
31
"api-platform/state" : " *@dev || ^3.1" ,
32
32
"api-platform/metadata" : " *@dev || ^3.1"
33
33
},
34
- "require-dev" : {},
34
+ "require-dev" : {
35
+ "sebastian/comparator" : " <5.0"
36
+ },
35
37
"autoload" : {
36
38
"psr-4" : {
37
39
"ApiPlatform\\ JsonLd\\ " : " "
40
42
" /Tests/"
41
43
]
42
44
},
43
- "conflict" : {
44
- "sebastian/comparator" : " >=5.0"
45
- },
46
45
"config" : {
47
46
"preferred-install" : {
48
47
"*" : " dist"
Original file line number Diff line number Diff line change 33
33
},
34
34
"require-dev" : {
35
35
"phpspec/prophecy-phpunit" : " ^2.0" ,
36
- "symfony/phpunit-bridge" : " ^6.1"
36
+ "symfony/phpunit-bridge" : " ^6.1" ,
37
+ "sebastian/comparator" : " <5.0"
37
38
},
38
39
"autoload" : {
39
40
"psr-4" : {
43
44
" /Tests/"
44
45
]
45
46
},
46
- "conflict" : {
47
- "sebastian/comparator" : " >=5.0"
48
- },
49
47
"config" : {
50
48
"preferred-install" : {
51
49
"*" : " dist"
Original file line number Diff line number Diff line change 40
40
"api-platform/state" : " *@dev || ^3.1" ,
41
41
"phpspec/prophecy-phpunit" : " ^2.0" ,
42
42
"phpstan/phpdoc-parser" : " ^1.16" ,
43
+ "sebastian/comparator" : " <5.0" ,
43
44
"symfony/config" : " ^6.1" ,
44
45
"symfony/phpunit-bridge" : " ^6.1" ,
45
46
"symfony/routing" : " ^6.1" ,
60
61
" /Tests/"
61
62
]
62
63
},
63
- "conflict" : {
64
- "sebastian/comparator" : " >=5.0"
65
- },
66
64
"config" : {
67
65
"preferred-install" : {
68
66
"*" : " dist"
You can’t perform that action at this time.
0 commit comments