Skip to content

Commit

Permalink
Merge pull request #5 from TysonAndre/update-phan
Browse files Browse the repository at this point in the history
Release 0.0.7: Upgrade Phan to 0.10.3-dev
  • Loading branch information
TysonAndre authored Nov 19, 2017
2 parents 6be720f + 2770cdf commit a9f2a22
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 18 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ And then point to that phan installation:

## Release History

### 0.0.7 (2017-11-19)

- Bump Phan version in composer.lock from 0.10.2-dev to 0.10.3-dev
See [Phan's NEWS](https://raw.githubusercontent.com/phan/phan/7f51effeec2ef1a947b02708f8f6f6993ce33514/NEWS) for more details.

- Reduce latency of analysis.
- Do a better job of analyzing statements in code with syntax errors.
Switch to [tolerant-php-parser](https://github.com/Microsoft/tolerant-php-parser)
as a dependency of the fallback parsing implementation.

### 0.0.6

- Bump Phan version in composer.lock from 0.10.1 to 0.10.2-dev
Expand Down
82 changes: 65 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"preview": false,
"version": "0.0.6",
"version": "0.0.7",
"engines": {
"vscode": "^1.16.0",
"os" : [ "darwin", "linux" ]
Expand Down

0 comments on commit a9f2a22

Please sign in to comment.