Skip to content

Commit

Permalink
chore: update api-platform/core to 4.0.0@alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Aug 19, 2024
1 parent 50dbc9b commit 10eb997
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 35 deletions.
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.4@alpha",
"api-platform/core": "^4.0@alpha",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^3.5",
Expand Down
80 changes: 52 additions & 28 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions api/config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api_platform:
title: API Platform's demo
version: 3.4.0
version: 4.0.0-alpha
description: |
This is a demo application of the [API Platform](https://api-platform.com) framework.
[Its source code](https://github.com/api-platform/demo) includes various examples, check it out!
Expand Down Expand Up @@ -28,9 +28,6 @@ api_platform:
extra_properties:
standard_put: true
rfc_7807_compliant_errors: true
use_symfony_listeners: false
event_listeners_backward_compatibility_layer: false
keep_legacy_inflector: false
oauth:
enabled: true
clientId: '%env(OIDC_SWAGGER_CLIENT_ID)%'
Expand Down
4 changes: 2 additions & 2 deletions helm/api-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.4.0
version: 4.0.0

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

dependencies:
- name: postgresql
Expand Down

0 comments on commit 10eb997

Please sign in to comment.