Skip to content

Commit d81891c

Browse files
chore: use api-platform/symfony:^4.0 instead of api-platform/core
1 parent 7e88f29 commit d81891c

File tree

6 files changed

+105
-94
lines changed

6 files changed

+105
-94
lines changed

api/composer.json

Lines changed: 3 additions & 2 deletions
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.3",
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",
@@ -115,5 +115,6 @@
115115
"flex://defaults"
116116
]
117117
}
118-
}
118+
},
119+
"minimum-stability": "alpha"
119120
}

api/composer.lock

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

api/config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: API Platform's demo
3-
version: 3.3.13
3+
version: 4.0.0
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!

api/src/ApiResource/.gitignore

Whitespace-only changes.

api/symfony.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"api-platform/core": {
3-
"version": "3.2",
3+
"version": "4.0",
44
"recipe": {
55
"repo": "github.com/symfony/recipes",
66
"branch": "main",
7-
"version": "3.2",
8-
"ref": "696d44adc3c0d4f5d25a2f1c4f3700dd8a5c6db9"
7+
"version": "3.3",
8+
"ref": "74b45ac570c57eb1fbe56c984091a9ff87e18bab"
99
},
1010
"files": [
1111
"config/packages/api_platform.yaml",
@@ -531,9 +531,6 @@
531531
"ref": "e9872ca728053c5a09ef09ec4712d430f30895d6"
532532
}
533533
},
534-
"willdurand/negotiation": {
535-
"version": "3.0.0"
536-
},
537534
"zendframework/zend-code": {
538535
"version": "3.4.1"
539536
},

helm/api-platform/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.3.13
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.3.13
25+
appVersion: 4.0.0
2626

2727
dependencies:
2828
- name: postgresql

0 commit comments

Comments
 (0)