blob: 536fdbae5e61c5174ee99f25bf3577d2d84c1e9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "Phpstan",
"description": "PHP Static Analysis Tool",
"url": "https://github.com/phpstan/phpstan/releases/download/0.11.5/phpstan.phar",
"mirror": null,
"homepage": "https://github.com/phpstan/phpstan",
"depends": [
{
"depend": "php",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"phpstan.phar\" => \"phpstan\""
],
"version": "0.11.5",
"file": "phpstan.rb"
}
|