diff --git a/api-platform/core/2.6/config/packages/api_platform.yaml b/api-platform/core/2.6/config/packages/api_platform.yaml new file mode 100644 index 00000000..975d3b6b --- /dev/null +++ b/api-platform/core/2.6/config/packages/api_platform.yaml @@ -0,0 +1,9 @@ +api_platform: + mapping: + paths: ['%kernel.project_dir%/src/Entity'] + patch_formats: + json: ['application/merge-patch+json'] + swagger: + versions: [3] + defaults: + stateless: true diff --git a/api-platform/core/2.6/config/routes b/api-platform/core/2.6/config/routes new file mode 120000 index 00000000..b0b4cf19 --- /dev/null +++ b/api-platform/core/2.6/config/routes @@ -0,0 +1 @@ +../../2.1/config/routes \ No newline at end of file diff --git a/api-platform/core/2.6/manifest.json b/api-platform/core/2.6/manifest.json new file mode 120000 index 00000000..083ea6af --- /dev/null +++ b/api-platform/core/2.6/manifest.json @@ -0,0 +1 @@ +../2.1/manifest.json \ No newline at end of file diff --git a/api-platform/core/2.6/post-install.txt b/api-platform/core/2.6/post-install.txt new file mode 120000 index 00000000..27388f27 --- /dev/null +++ b/api-platform/core/2.6/post-install.txt @@ -0,0 +1 @@ +../2.1/post-install.txt \ No newline at end of file diff --git a/api-platform/core/2.6/src b/api-platform/core/2.6/src new file mode 120000 index 00000000..783ae52e --- /dev/null +++ b/api-platform/core/2.6/src @@ -0,0 +1 @@ +../2.1/src \ No newline at end of file