Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit 0db0041

Browse files
committed
Updated PHAR with PHPStan 0.10-dev (commit dbaec2e38ba39fabb9ae69c4e254b7c0b5e534b2)
1 parent 9677190 commit 0db0041

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
"description": "PHPStan Phar distribution",
44
"license": ["MIT"],
55
"require": {
6-
"php": "~7.0"
6+
"php": "~7.1"
77
},
88
"replace": {
9-
"phpstan/phpstan": "self.version"
9+
"phpstan/phpstan": "self.version",
10+
"nikic/php-parser": "^4.0.2"
1011
},
1112
"bin": [
1213
"phpstan",
1314
"phpstan.phar"
1415
],
1516
"extra": {
1617
"branch-alias": {
17-
"dev-master": "0.9-dev"
18+
"dev-master": "0.10-dev"
1819
}
1920
}
2021
}

phpstan

1.21 MB
Binary file not shown.

phpstan.phar

1.21 MB
Binary file not shown.

0 commit comments

Comments
 (0)