File tree Expand file tree Collapse file tree 5 files changed +33
-0
lines changed Expand file tree Collapse file tree 5 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 5
5
"php" : " >=7.1.3" ,
6
6
"ext-ctype" : " *" ,
7
7
"ext-iconv" : " *" ,
8
+ "api-platform/core" : " ^2.6" ,
8
9
"composer/package-versions-deprecated" : " 1.11.99.1" ,
9
10
"doctrine/annotations" : " ^1.0" ,
10
11
"doctrine/doctrine-bundle" : " ^2.3" ,
Original file line number Diff line number Diff line change 13
13
Twig \Extra \TwigExtraBundle \TwigExtraBundle::class => ['all ' => true ],
14
14
Symfony \Bundle \MercureBundle \MercureBundle::class => ['all ' => true ],
15
15
Symfony \WebpackEncoreBundle \WebpackEncoreBundle::class => ['all ' => true ],
16
+ ApiPlatform \Core \Bridge \Symfony \Bundle \ApiPlatformBundle::class => ['all ' => true ],
16
17
];
Original file line number Diff line number Diff line change
1
+ api_platform :
2
+ mapping :
3
+ paths : ['%kernel.project_dir%/src/Entity']
4
+ patch_formats :
5
+ json : ['application/merge-patch+json']
6
+ swagger :
7
+ versions : [3]
Original file line number Diff line number Diff line change
1
+ api_platform :
2
+ resource : .
3
+ type : api_platform
4
+ prefix : /api
Original file line number Diff line number Diff line change 1
1
{
2
+ "api-platform/core": {
3
+ "version": "2.6",
4
+ "recipe": {
5
+ "repo": "github.com/symfony/recipes",
6
+ "branch": "master",
7
+ "version": "2.5",
8
+ "ref": "05b57782a78c21a664a42055dc11cf1954ca36bb"
9
+ },
10
+ "files": [
11
+ "config/routes/api_platform.yaml",
12
+ "config/packages/api_platform.yaml",
13
+ "src/Entity/.gitignore"
14
+ ]
15
+ },
2
16
"composer/package-versions-deprecated": {
3
17
"version": "1.11.99.1"
4
18
},
69
83
"egulias/email-validator": {
70
84
"version": "3.1.1"
71
85
},
86
+ "fig/link-util": {
87
+ "version": "1.2.0"
88
+ },
72
89
"friendsofphp/proxy-manager-lts": {
73
90
"version": "v1.0.3"
74
91
},
597
614
},
598
615
"webmozart/assert": {
599
616
"version": "1.10.0"
617
+ },
618
+ "willdurand/negotiation": {
619
+ "version": "3.0.0"
600
620
}
601
621
}
You can’t perform that action at this time.
0 commit comments