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 c1e10ef commit 8bde039Copy full SHA for 8bde039
composer.json
@@ -23,16 +23,15 @@
23
},
24
"require": {
25
"php": "^7.3",
26
- "phpstan/phpstan": "^0.11.16",
27
- "nette/utils": "^3.0",
+ "phpstan/phpstan": "^0.12",
+ "nette/utils": "^3.0.2",
28
"webmozart/path-util": "^2.3.0",
29
- "thecodingmachine/safe": "^0.1",
+ "thecodingmachine/safe": "^0.1.16",
30
"nette/neon": "^3.0.0"
31
32
"license": "MIT",
33
"require-dev": {
34
- "symplify/easy-coding-standard": "^6.1",
35
- "noximo/easycodingstandard-fileoutput": "^0.0.4"
+ "symplify/easy-coding-standard": "^7.1.0"
36
37
"scripts": {
38
"check": [
0 commit comments