Skip to content

Commit 77e2240

Browse files
Merge pull request #7400 from ecamp/renovate/api-platform-core-4.x
Update dependency api-platform/core to v4.1.9
2 parents f37ca4a + 37ca50e commit 77e2240

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": ">=8.4.0",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/core": "4.1.7",
8+
"api-platform/core": "4.1.9",
99
"composer/package-versions-deprecated": "1.11.99",
1010
"cweagans/composer-patches": "1.7.3",
1111
"doctrine/common": "3.5.0",

api/composer.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testOpenApiSpecMatchesSnapshot__1.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12507,7 +12507,8 @@ components:
1250712507
- string
1250812508
status:
1250912509
default: 400
12510-
example: 404
12510+
examples:
12511+
- 404
1251112512
type: number
1251212513
title:
1251312514
description: 'A short, human-readable summary of the problem.'
@@ -12566,7 +12567,8 @@ components:
1256612567
- string
1256712568
status:
1256812569
default: 400
12569-
example: 404
12570+
examples:
12571+
- 404
1257012572
type: number
1257112573
title:
1257212574
description: 'A short, human-readable summary of the problem.'

0 commit comments

Comments
 (0)