Skip to content

Commit 5af9f5d

Browse files
author
Tomas Pospisil
committed
bump dependencies
1 parent 6d020d3 commit 5af9f5d

File tree

3 files changed

+572
-415
lines changed

3 files changed

+572
-415
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/.idea/*
22
/vendor/*
3+
/composer.lock

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
},
2424
"require": {
2525
"php": "^7.3",
26-
"phpstan/phpstan": "^0.12",
27-
"nette/utils": "^3.0.2",
26+
"phpstan/phpstan": "^0.12.7",
27+
"nette/utils": "^3.1.0",
2828
"webmozart/path-util": "^2.3.0",
29-
"thecodingmachine/safe": "^0.1.16",
30-
"nette/neon": "^3.0.0"
29+
"thecodingmachine/safe": "^1.0.3",
30+
"nette/neon": "^3.1.0"
3131
},
3232
"license": "MIT",
3333
"require-dev": {

0 commit comments

Comments
 (0)