Added first API endpoint

This commit is contained in:
Jan Böhmer 2023-08-06 00:42:34 +02:00
parent a43ee52086
commit 6d3b0261b3
14 changed files with 599 additions and 22 deletions

View file

@ -5,6 +5,19 @@
"amphp/byte-stream": {
"version": "v1.6.1"
},
"api-platform/core": {
"version": "3.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.0",
"ref": "0330386d716d3eecc52ee5ac66976e733eb8f961"
},
"files": [
"./config/routes/api_platform.yaml",
"./src/ApiResource/.gitignore"
]
},
"beberlei/assert": {
"version": "v3.2.6"
},
@ -220,6 +233,18 @@
"nbgrp/onelogin-saml-bundle": {
"version": "v1.3.2"
},
"nelmio/cors-bundle": {
"version": "2.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.5",
"ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
},
"files": [
"./config/packages/nelmio_cors.yaml"
]
},
"nelmio/security-bundle": {
"version": "2.4",
"recipe": {