Skip to content

Commit

Permalink
chore: upgrade API Platform to 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Jan 10, 2025
1 parent 76fae5d commit b3ff1a7
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 58 deletions.
6 changes: 3 additions & 3 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/doctrine-orm": "^4.0",
"api-platform/graphql": "^4.0",
"api-platform/symfony": "^4.0",
"api-platform/doctrine-orm": "^4.0.14",
"api-platform/graphql": "^4.0.14",
"api-platform/symfony": "^4.0.14",
"doctrine/common": "^3.4",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-fixtures-bundle": "^4.0",
Expand Down
102 changes: 51 additions & 51 deletions api/composer.lock

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

2 changes: 1 addition & 1 deletion 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: 4.0.13
version: 4.0.14
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
1 change: 0 additions & 1 deletion api/phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ parameters:
- src/Kernel.php
ignoreErrors:
- message: '#no (?:return|value) type specified in iterable type array\.#'
- message: '#has invalid type Illuminate\\Http\\Request#'
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: 4.0.13
version: 4.0.14

# 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: 4.0.13
appVersion: 4.0.14

dependencies:
- name: postgresql
Expand Down

0 comments on commit b3ff1a7

Please sign in to comment.