Skip to content

Commit

Permalink
Fixed test and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed Aug 14, 2018
1 parent ac5d05e commit d7231cb
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 400 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
}
],
"require": {
"monolog/monolog": "^1.21"
"monolog/monolog": "^1.21",
"vimeo/psalm": "^2.0"
},
"autoload": {
"psr-4" : {
Expand All @@ -32,7 +33,6 @@
]
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"vimeo/psalm": "^1.0"
"phpunit/phpunit": "^7.1"
}
}
Loading

0 comments on commit d7231cb

Please sign in to comment.