Skip to content

Commit

Permalink
Updating README to refer to PHP version 7.1. Fixing composer.lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
morria committed Jan 24, 2017
1 parent f3bfa45 commit e4cafd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 44 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -19,8 +19,7 @@ composer require --dev etsy/phan
With Phan installed, you'll want to [create a `.phan/config.php` file](https://github.com/etsy/phan/wiki/Getting-Started#creating-a-config-file) in
your project to tell Phan how to analyze your source code. Once configured, you can run it via `./vendor/bin/phan`.

This branch of Phan depends on PHP 7.0.x and the [php-ast](https://github.com/nikic/php-ast) extension. Take a look
at later versions of Phan for PHP 7.1+ support.
This version of Phan depends on PHP 7.1.x as well as the [php-ast](https://github.com/nikic/php-ast) extension and supports PHP version 7.1+ syntax.

* **Alternative Installation Methods**<br />
See [Getting Started](https://github.com/etsy/phan/wiki/Getting-Started) for alternative methods of using
Expand Down
48 changes: 6 additions & 42 deletions composer.lock

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

0 comments on commit e4cafd8

Please sign in to comment.