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.
1 parent 89eca77 commit 7df6db4Copy full SHA for 7df6db4
api-platform/core/2.5/config/packages/api_platform.yaml
@@ -0,0 +1,7 @@
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]
api-platform/core/2.5/config/routes
@@ -0,0 +1 @@
+../../2.1/config/routes
api-platform/core/2.5/manifest.json
+../2.1/manifest.json
api-platform/core/2.5/post-install.txt
+../2.1/post-install.txt
api-platform/core/2.5/src
+../2.1/src
0 commit comments