Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 7560c62

Browse files
committed
fix conflict and update composer.lock
2 parents 11e416e + dc60245 commit 7560c62

File tree

4 files changed

+7
-57
lines changed

4 files changed

+7
-57
lines changed

app/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ framework:
1818
form: ~
1919
csrf_protection: ~
2020
validation: { enable_annotations: true }
21+
#serializer: { enable_annotations: true }
2122
templating:
2223
engines: ['twig']
2324
#assets_version: SomeVersionScheme

app/config/config_prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ imports:
33

44
#framework:
55
# validation:
6-
# cache: apc
6+
# cache: validator.mapping.cache.apc
7+
# serializer:
8+
# cache: serializer.mapping.cache.apc
79

810
#doctrine:
911
# orm:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
"type": "project",
55
"description": "The \"Symfony Standard Edition\" distribution",
66
"autoload": {
7-
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
7+
"psr-4": { "": "src/", "SymfonyStandard\\": "app/" }
88
},
99
"require": {
1010
"php": ">=5.3.3",
1111
"symfony/symfony": "2.8.x-dev",
1212
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
1313
"doctrine/dbal": "<2.5",
1414
"doctrine/doctrine-bundle": "~1.4",
15-
"twig/extensions": "~1.0",
1615
"symfony/assetic-bundle": "~2.3",
1716
"symfony/swiftmailer-bundle": "~2.3",
1817
"symfony/monolog-bundle": "~2.4",

composer.lock

Lines changed: 2 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)