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 1f45d01 commit 4703dacCopy full SHA for 4703dac
composer.json
@@ -12,16 +12,21 @@
12
"php": ">=7.4.0"
13
},
14
"require-dev": {
15
- "phpstan/phpstan": "^0.12.18",
+ "phpstan/phpstan": "^0.12.52",
16
"tracy/tracy": "^2.7",
17
- "phpstan/phpstan-nette": "^0.12.6",
+ "phpstan/phpstan-nette": "^0.12.9",
18
"symplify/easy-coding-standard": "^8.3"
19
20
"autoload": {
21
"classmap": [
22
"src/"
23
]
24
25
+ "config": {
26
+ "platform": {
27
+ "php": "7.4.0"
28
+ }
29
+ },
30
"scripts": {
31
"phpstan": [
32
"vendor/bin/phpstan analyse src -c phpstan.neon --level 6 --no-progress"
0 commit comments