Installed api platform.

This commit is contained in:
krzysiej
2022-06-09 11:46:15 +02:00
parent 61ab01f297
commit 00820715ea
10 changed files with 404 additions and 4 deletions

View File

@@ -1,4 +1,18 @@
{
"api-platform/core": {
"version": "2.6",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.5",
"ref": "05b57782a78c21a664a42055dc11cf1954ca36bb"
},
"files": [
"./config/packages/api_platform.yaml",
"./config/routes/api_platform.yaml",
"./src/Entity/.gitignore"
]
},
"doctrine/annotations": {
"version": "1.13",
"recipe": {
@@ -77,6 +91,9 @@
"egulias/email-validator": {
"version": "3.1.2"
},
"fig/link-util": {
"version": "1.2.0"
},
"friendsofphp/proxy-manager-lts": {
"version": "v1.0.12"
},
@@ -98,6 +115,18 @@
"monolog/monolog": {
"version": "2.6.0"
},
"nelmio/cors-bundle": {
"version": "2.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.5",
"ref": "6bea22e6c564fba3a1391615cada1437d0bde39c"
},
"files": [
"./config/packages/nelmio_cors.yaml"
]
},
"nikic/php-parser": {
"version": "v4.13.2"
},
@@ -544,5 +573,8 @@
},
"webmozart/assert": {
"version": "1.10.0"
},
"willdurand/negotiation": {
"version": "3.1.0"
}
}