-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependency.json
More file actions
18 lines (18 loc) · 921 Bytes
/
dependency.json
File metadata and controls
18 lines (18 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"include": {
"api-platform/api-pack": "Required for the ApiPlatform.",
"api-platform/hal": "Required for the ApiPlatform.",
"api-platform/json-api": "Required for the ApiPlatform.",
"api-platform/metadata": "Required for the ApiPlatform.",
"api-platform/state": "Required for the ApiPlatform.",
"spryker/kernel": "Required for CodeBucket support.",
"spryker/transfer": "Required for strict transfer properties.",
"symfony/config": "Required for the ApiPlatform.",
"symfony/console": "Required for the ApiPlatform.",
"symfony/expression-language": "Required for the ApiPlatform.",
"symfony/finder": "Required for the ApiPlatform.",
"symfony/http-kernel": "Required for the ApiPlatform.",
"symfony/security-bundle": "Required for the ApiPlatform.",
"symfony/yaml": "Required for the ApiPlatform."
}
}