Skip to content

Commit d175640

Browse files
committed
tidy up - still wip
1 parent c2b0d7a commit d175640

File tree

4 files changed

+4
-111
lines changed

4 files changed

+4
-111
lines changed

app/Resources/views/base.html.twig

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/Resources/views/default/index.html.twig

Lines changed: 0 additions & 76 deletions
This file was deleted.

app/config/config.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,10 @@ nelmio_cors:
9292
paths:
9393
'^/': ~
9494

95+
9596
# 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+
10599

106100
# FOS REST Bundle
107101
fos_rest:
@@ -132,16 +126,7 @@ fos_rest:
132126

133127

134128
#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: ~
145130

146131

147132
# CSA Guzzle

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@
3434
"nelmio/api-doc-bundle": "^2.13",
3535
"friendsofsymfony/rest-bundle": "^2.0@dev",
3636
"jms/serializer-bundle": "^1.1",
37-
"willdurand/faker-bundle": "^1.3",
38-
"knplabs/knp-paginator-bundle": "^2.5",
3937
"friendsofsymfony/user-bundle": "~2.0@dev",
4038
"lexik/jwt-authentication-bundle": "^1.7"
4139
},
4240
"require-dev": {
4341
"sensio/generator-bundle": "^3.0",
4442
"symfony/phpunit-bridge": "^3.0",
45-
"phpspec/phpspec": "^3.0",
4643
"behat/behat": "^3.1",
4744
"behat/symfony2-extension": "^2.1",
4845
"phpunit/phpunit": "^5.5",

0 commit comments

Comments
 (0)