Skip to content

Commit

Permalink
Merge pull request #1765 from MasterOdin/0.11-symfony_yaml
Browse files Browse the repository at this point in the history
add symfony/yaml back as dependency for 0.11.x
  • Loading branch information
dereuromark committed May 9, 2020
2 parents d748e18 + 8e25578 commit 3cdde73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"cakephp/collection": "^3.7",
"cakephp/database": "^3.7",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0"
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": ">=5.7,<8.0",
"sebastian/comparator": ">=1.2.3",
"cakephp/cakephp-codesniffer": "^3.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
"cakephp/cakephp-codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3cdde73

Please sign in to comment.