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

Commit

Permalink
Updated PHAR with PHPStan 0.10-dev (commit dbaec2e38ba39fabb9ae69c4e2…
Browse files Browse the repository at this point in the history
…54b7c0b5e534b2)
  • Loading branch information
ondrejmirtes committed Jun 11, 2018
1 parent 9677190 commit 0db0041
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@
"description": "PHPStan Phar distribution",
"license": ["MIT"],
"require": {
"php": "~7.0"
"php": "~7.1"
},
"replace": {
"phpstan/phpstan": "self.version"
"phpstan/phpstan": "self.version",
"nikic/php-parser": "^4.0.2"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"extra": {
"branch-alias": {
"dev-master": "0.9-dev"
"dev-master": "0.10-dev"
}
}
}
Binary file modified phpstan
Binary file not shown.
Binary file modified phpstan.phar
Binary file not shown.

4 comments on commit 0db0041

@edmondscommerce
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this replacing nikic/php-parser?

This is causing me major problems

@ondrejmirtes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test the current dev-master of phpstan-shim if it works better.

This PHAR already contains nikic/php-parser.

@edmondscommerce
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK thanks, confirmed this is fixed in dev-master

Any chance of a stable release?

@ondrejmirtes
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait a few days ;)

Please sign in to comment.