Skip to content

Commit

Permalink
Merge pull request #196 from tienvx/fix-dependency
Browse files Browse the repository at this point in the history
mbt-bundle depend on monolog-bundle (or at least need to be installed…
  • Loading branch information
tienvx committed Mar 23, 2019
2 parents 04d70a0 + 5a0d5f8 commit eac108d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"symfony/serializer": "^4.2",
"doctrine/doctrine-bundle": "^1.10",
"doctrine/orm": "^2.6",
"dunglas/doctrine-json-odm": "^0.1.3"
"dunglas/doctrine-json-odm": "^0.1.3",
"symfony/monolog-bundle": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
Expand All @@ -38,7 +39,6 @@
"symfony/expression-language": "^4.2",
"symfony/security-bundle": "^4.2",
"symfony/maker-bundle": "^1.11",
"symfony/monolog-bundle": "^3.3",
"tienvx/messenger-memory-transport": "^0.1"
},
"autoload": {
Expand Down

0 comments on commit eac108d

Please sign in to comment.