Skip to content

Commit

Permalink
add symfony/yaml back as dependency for 0.11.x
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed May 9, 2020
1 parent d748e18 commit 8e25578
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 8e25578

Please sign in to comment.