We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7e97e1 + 52c4a8d commit 1958665Copy full SHA for 1958665
api-platform/core/2.6/config/packages/api_platform.yaml
@@ -0,0 +1,9 @@
1
+api_platform:
2
+ mapping:
3
+ paths: ['%kernel.project_dir%/src/Entity']
4
+ patch_formats:
5
+ json: ['application/merge-patch+json']
6
+ swagger:
7
+ versions: [3]
8
+ defaults:
9
+ stateless: true
api-platform/core/2.6/config/routes
@@ -0,0 +1 @@
+../../2.1/config/routes
api-platform/core/2.6/manifest.json
+../2.1/manifest.json
api-platform/core/2.6/post-install.txt
+../2.1/post-install.txt
api-platform/core/2.6/src
+../2.1/src
0 commit comments