Skip to content

Commit

Permalink
Updated dependencies and handled suggestions from static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
enobrev committed May 3, 2019
1 parent 857ca0b commit 93d6114
Show file tree
Hide file tree
Showing 11 changed files with 324 additions and 241 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"adbario/php-dot-notation": "^2.2",
"monolog/monolog": "^1.21",
"adbario/php-dot-notation": "~2.2",
"monolog/monolog": "~1.21",
"zendframework/zend-diactoros": "1.8.6"
},
"autoload": {
Expand All @@ -42,7 +42,7 @@
]
},
"require-dev": {
"phpunit/phpunit": "^7.1",
"vimeo/psalm": "^3.0"
"phpunit/phpunit": "~8.1",
"vimeo/psalm": "~3.2"
}
}
Loading

0 comments on commit 93d6114

Please sign in to comment.