Skip to content

Commit e7e6dcb

Browse files
committed
4881: Update composer dependencies
1 parent 0505d9b commit e7e6dcb

File tree

4 files changed

+725
-854
lines changed

4 files changed

+725
-854
lines changed

.github/workflows/api-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
- name: Fail if breaking changes detected
100100
if: steps.api-incompatible.outcome == 'failure'
101101
run: |
102-
exit 1
102+
exit 1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=8.3",
88
"ext-ctype": "*",
99
"ext-iconv": "*",
10-
"api-platform/core": "^4.1",
10+
"api-platform/core": "~4.1",
1111
"elasticsearch/elasticsearch": "^8.13",
1212
"nelmio/cors-bundle": "^2.4",
1313
"phpdocumentor/reflection-docblock": "^5.6",

0 commit comments

Comments
 (0)