Skip to content

Commit 4703dac

Browse files
committed
Composer.json: Add bigest dependency
1 parent 1f45d01 commit 4703dac

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,21 @@
1212
"php": ">=7.4.0"
1313
},
1414
"require-dev": {
15-
"phpstan/phpstan": "^0.12.18",
15+
"phpstan/phpstan": "^0.12.52",
1616
"tracy/tracy": "^2.7",
17-
"phpstan/phpstan-nette": "^0.12.6",
17+
"phpstan/phpstan-nette": "^0.12.9",
1818
"symplify/easy-coding-standard": "^8.3"
1919
},
2020
"autoload": {
2121
"classmap": [
2222
"src/"
2323
]
2424
},
25+
"config": {
26+
"platform": {
27+
"php": "7.4.0"
28+
}
29+
},
2530
"scripts": {
2631
"phpstan": [
2732
"vendor/bin/phpstan analyse src -c phpstan.neon --level 6 --no-progress"

0 commit comments

Comments
 (0)