Skip to content

Commit

Permalink
[phpunit] Disable deprecation as errors
Browse files Browse the repository at this point in the history
Until schmittjoh/serializer#1061 gets merged
Because there is a compatibility issue with a deprecated twig version
  • Loading branch information
rgomezcasas committed Mar 25, 2019
1 parent 30cdc71 commit 07b4544
Show file tree
Hide file tree
Showing 5 changed files with 850 additions and 198 deletions.
2 changes: 1 addition & 1 deletion applications/mooc_backend/config/rest/jms_serializer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jms_serializer:

visitors:
json:
json_deserialization:
options: JSON_PRETTY_PRINT


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"symfony/dotenv": "^4.2",

"friendsofsymfony/rest-bundle": "^2.4",
"jms/serializer-bundle": "^2.4",
"jms/serializer-bundle": "^3.2",
"symfony/twig-bundle": "^4.2",

"ocramius/proxy-manager": "2.2.*",
Expand Down
Loading

0 comments on commit 07b4544

Please sign in to comment.