Skip to content

Commit

Permalink
Updated Symfony Components to 3.4, causing some compatibility issues …
Browse files Browse the repository at this point in the history
…with YAML files
  • Loading branch information
mahagr committed Apr 14, 2018
1 parent 87b0d80 commit 8b0c1b7
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 51 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

1. [](#new)
* Set minimum requirements to [PHP 5.6.0](https://getgrav.org/blog/raising-php-requirements-2018)
* Updated to Doctrine Collections 1.4
* Updated Doctrine Collections to 1.4
* Updated Symfony Components to 3.4, causing some compatibility issues with YAML files

# v1.4.3
## 04/12/2018
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"twig/twig": "~1.24",
"erusev/parsedown": "1.6.4",
"erusev/parsedown-extra": "~0.7",
"symfony/yaml": "~2.8",
"symfony/console": "~2.8",
"symfony/event-dispatcher": "~2.8",
"symfony/var-dumper": "~2.8",
"symfony/yaml": "~3.4",
"symfony/console": "~3.4",
"symfony/event-dispatcher": "~3.4",
"symfony/var-dumper": "~3.4",
"symfony/polyfill-iconv": "~1.0",
"doctrine/cache": "^1.6",
"doctrine/collections": "^1.4",
Expand Down
112 changes: 66 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b0c1b7

Please sign in to comment.