Added API Platform 2.6 recipe

Same as 2.5 recipe but with `defaults.stateless` set to `true`
This commit is contained in:
Mathias Arlaud
2020-09-25 19:19:54 +02:00
parent d7e97e1422
commit 52c4a8d8d0
5 changed files with 13 additions and 0 deletions
@@ -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
+1
View File
@@ -0,0 +1 @@
../../2.1/config/routes
+1
View File
@@ -0,0 +1 @@
../2.1/manifest.json
+1
View File
@@ -0,0 +1 @@
../2.1/post-install.txt
+1
View File
@@ -0,0 +1 @@
../2.1/src