File tree Expand file tree Collapse file tree 4 files changed +4
-111
lines changed Expand file tree Collapse file tree 4 files changed +4
-111
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -92,16 +92,10 @@ nelmio_cors:
92
92
paths :
93
93
' ^/ ' : ~
94
94
95
+
95
96
# Nelmio API Doc
96
- nelmio_api_doc :
97
- sandbox :
98
- accept_type : " application/json"
99
- body_format :
100
- formats : [ "json" ]
101
- default_format : " json"
102
- request_format :
103
- formats :
104
- json : " application/json"
97
+ nelmio_api_doc : ~
98
+
105
99
106
100
# FOS REST Bundle
107
101
fos_rest :
@@ -132,16 +126,7 @@ fos_rest:
132
126
133
127
134
128
# JMS Serializer
135
- jms_serializer :
136
- # uses IdenticalNamingStrategy - see parameters.yml
137
- metadata :
138
- directories :
139
- KnpPaginatorBundle :
140
- namespace_prefix : Knp\Bundle\PaginatorBundle
141
- path : " %kernel.root_dir%/config/serializer/KnpPaginatorBundle"
142
- KnpPager :
143
- namespace_prefix : Knp\Component\Pager
144
- path : " %kernel.root_dir%/config/serializer/KnpPager"
129
+ jms_serializer : ~
145
130
146
131
147
132
# CSA Guzzle
Original file line number Diff line number Diff line change 34
34
"nelmio/api-doc-bundle" : " ^2.13" ,
35
35
"friendsofsymfony/rest-bundle" : " ^2.0@dev" ,
36
36
"jms/serializer-bundle" : " ^1.1" ,
37
- "willdurand/faker-bundle" : " ^1.3" ,
38
- "knplabs/knp-paginator-bundle" : " ^2.5" ,
39
37
"friendsofsymfony/user-bundle" : " ~2.0@dev" ,
40
38
"lexik/jwt-authentication-bundle" : " ^1.7"
41
39
},
42
40
"require-dev" : {
43
41
"sensio/generator-bundle" : " ^3.0" ,
44
42
"symfony/phpunit-bridge" : " ^3.0" ,
45
- "phpspec/phpspec" : " ^3.0" ,
46
43
"behat/behat" : " ^3.1" ,
47
44
"behat/symfony2-extension" : " ^2.1" ,
48
45
"phpunit/phpunit" : " ^5.5" ,
You can’t perform that action at this time.
0 commit comments