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

Commit 10caff5

Browse files
committed
Try making phpstan-shim usable with less hacks
1 parent c88c3c6 commit 10caff5

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

bootstrap.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"description": "PHPStan Phar distribution",
44
"license": ["MIT"],
55
"require": {
6-
"php": "~7.1"
6+
"php": "~7.1",
7+
"nikic/php-parser": "^4.2.3"
78
},
89
"replace": {
9-
"phpstan/phpstan": "self.version",
10-
"phpstan/phpdoc-parser": "^0.3.3",
11-
"nikic/php-parser": "^4.0.2"
10+
"phpstan/phpstan": "self.version"
1211
},
1312
"bin": [
1413
"phpstan",
@@ -18,8 +17,5 @@
1817
"branch-alias": {
1918
"dev-master": "0.12-dev"
2019
}
21-
},
22-
"autoload": {
23-
"files": ["bootstrap.php"]
2420
}
2521
}

0 commit comments

Comments
 (0)