Skip to content

Commit 7f22505

Browse files
chore: update api-platform/core to 4.0.0@alpha (#437)
1 parent 50dbc9b commit 7f22505

File tree

4 files changed

+56
-35
lines changed

4 files changed

+56
-35
lines changed

Diff for: api/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": ">=8.3",
66
"ext-ctype": "*",
77
"ext-iconv": "*",
8-
"api-platform/core": "^3.4@alpha",
8+
"api-platform/core": "^4.0@alpha",
99
"doctrine/common": "^3.4",
1010
"doctrine/doctrine-bundle": "^2.11",
1111
"doctrine/doctrine-fixtures-bundle": "^3.5",

Diff for: api/composer.lock

+52-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: api/config/packages/api_platform.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: API Platform's demo
3-
version: 3.4.0
3+
version: 4.0.0-alpha
44
description: |
55
This is a demo application of the [API Platform](https://api-platform.com) framework.
66
[Its source code](https://github.com/api-platform/demo) includes various examples, check it out!
@@ -28,9 +28,6 @@ api_platform:
2828
extra_properties:
2929
standard_put: true
3030
rfc_7807_compliant_errors: true
31-
use_symfony_listeners: false
32-
event_listeners_backward_compatibility_layer: false
33-
keep_legacy_inflector: false
3431
oauth:
3532
enabled: true
3633
clientId: '%env(OIDC_SWAGGER_CLIENT_ID)%'

Diff for: helm/api-platform/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 3.4.0
20+
version: 4.0.0
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
25-
appVersion: 3.4.0
25+
appVersion: 4.0.0
2626

2727
dependencies:
2828
- name: postgresql

0 commit comments

Comments
 (0)