Skip to content

Commit

Permalink
Added compatibility mode to fall back to Symfony YAML 2.8 when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed Apr 20, 2018
1 parent fb7230e commit fae2aa4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
1. [](#new)
* Set minimum requirements to [PHP 5.6.4](https://getgrav.org/blog/raising-php-requirements-2018)
* Updated Doctrine Collections to 1.4
* Updated Symfony Components to 3.4, causing some compatibility issues with YAML files
* Updated Symfony Components to 3.4 (with compatibility mode to fall back to Symfony YAML 2.8)

# v1.4.4
## 04/12/2018
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gregwar/image": "2.*",
"donatj/phpuseragentparser": "~0.3",
"pimple/pimple": "~3.2",
"rockettheme/toolbox": "~1.3",
"rockettheme/toolbox": "dev-feature/grav15",
"maximebf/debugbar": "~1.10",
"ext-mbstring": "*",
"ext-openssl": "*",
Expand All @@ -52,6 +52,10 @@
{
"type": "vcs",
"url": "https://github.com/trilbymedia/PHP-Markdown-Documentation-Generator"
},
{
"type": "vcs",
"url": "https://github.com/rockettheme/toolbox"
}
],
"autoload": {
Expand Down
40 changes: 22 additions & 18 deletions composer.lock

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

0 comments on commit fae2aa4

Please sign in to comment.