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 6d020d3 commit 5af9f5d
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 415 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea/*
/vendor/*
/composer.lock
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"require": {
"php": "^7.3",
"phpstan/phpstan": "^0.12",
"nette/utils": "^3.0.2",
"phpstan/phpstan": "^0.12.7",
"nette/utils": "^3.1.0",
"webmozart/path-util": "^2.3.0",
"thecodingmachine/safe": "^0.1.16",
"nette/neon": "^3.0.0"
"thecodingmachine/safe": "^1.0.3",
"nette/neon": "^3.1.0"
},
"license": "MIT",
"require-dev": {
Expand Down
Loading

0 comments on commit 5af9f5d

Please sign in to comment.