Skip to content

Commit e32f8e3

Browse files
author
Tomas Pospisil
committed
bump dependencies
1 parent 17be805 commit e32f8e3

File tree

3 files changed

+697
-336
lines changed

3 files changed

+697
-336
lines changed

composer.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@
2323
},
2424
"require": {
2525
"php": "^7.1",
26-
"symplify/easy-coding-standard": "^7.1.0",
27-
"nette/utils": "^3.0.1",
28-
"webmozart/path-util": "^2.3.0",
29-
"thecodingmachine/safe": "^0.1.16"
26+
"symplify/easy-coding-standard": "^7",
27+
"nette/utils": "^3",
28+
"webmozart/path-util": "^2",
29+
"thecodingmachine/safe": "^1"
3030
},
3131
"license": "MIT",
3232
"require-dev": {
33-
"phpstan/phpstan": "^0.12",
34-
"noximo/dbgr": "0.1.*"
33+
"phpstan/phpstan": "^0",
34+
"noximo/dbgr": "^0",
35+
"noximo/phpstan-fileoutput": "^0"
3536
},
3637
"scripts": {
3738
"check": [

0 commit comments

Comments
 (0)