We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17be805 commit e32f8e3Copy full SHA for e32f8e3
composer.json
@@ -23,15 +23,16 @@
23
},
24
"require": {
25
"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"
+ "symplify/easy-coding-standard": "^7",
+ "nette/utils": "^3",
+ "webmozart/path-util": "^2",
+ "thecodingmachine/safe": "^1"
30
31
"license": "MIT",
32
"require-dev": {
33
- "phpstan/phpstan": "^0.12",
34
- "noximo/dbgr": "0.1.*"
+ "phpstan/phpstan": "^0",
+ "noximo/dbgr": "^0",
35
+ "noximo/phpstan-fileoutput": "^0"
36
37
"scripts": {
38
"check": [
0 commit comments