Skip to content

Commit 2ab6586

Browse files
committed
Fix realpath
1 parent ecdfe0e commit 2ab6586

File tree

3 files changed

+173
-80
lines changed

3 files changed

+173
-80
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"require": {
2525
"php": "^7.1",
2626
"symplify/easy-coding-standard": "^5.3",
27-
"nette/utils": "2.5.*"
27+
"nette/utils": "2.5.*",
28+
"webmozart/path-util": "^2.3",
29+
"thecodingmachine/safe": "^0.1.9"
2830
},
2931
"license": "MIT",
3032
"require-dev": {
@@ -36,8 +38,8 @@
3638
"@check-cs",
3739
"@phpstan"
3840
],
39-
"check-cs": "ecs check src",
40-
"fix-cs": "ecs check src --fix",
41+
"ecs": "ecs check src",
42+
"ecs-fix": "ecs check src --fix",
4143
"phpstan": "phpstan analyse src --level max --error-format=fileoutput",
4244
"phpstan-test": "phpstan analyse src tests --level max --error-format=fileoutput --no-progress",
4345
"check-cs-test": "ecs check tests "

0 commit comments

Comments
 (0)