Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Pospisil committed Jan 25, 2020
1 parent 17be805 commit e32f8e3
Show file tree
Hide file tree
Showing 3 changed files with 697 additions and 336 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
},
"require": {
"php": "^7.1",
"symplify/easy-coding-standard": "^7.1.0",
"nette/utils": "^3.0.1",
"webmozart/path-util": "^2.3.0",
"thecodingmachine/safe": "^0.1.16"
"symplify/easy-coding-standard": "^7",
"nette/utils": "^3",
"webmozart/path-util": "^2",
"thecodingmachine/safe": "^1"
},
"license": "MIT",
"require-dev": {
"phpstan/phpstan": "^0.12",
"noximo/dbgr": "0.1.*"
"phpstan/phpstan": "^0",
"noximo/dbgr": "^0",
"noximo/phpstan-fileoutput": "^0"
},
"scripts": {
"check": [
Expand Down
Loading

0 comments on commit e32f8e3

Please sign in to comment.