Skip to content

Commit

Permalink
Add UPGRADE-4.0 stub
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jan 19, 2017
1 parent 0c9c8d5 commit 5ff2519
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ cache:
- $HOME/.composer/cache

php:
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- hhvm

Expand Down
11 changes: 11 additions & 0 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Upgrading from PHP-Parser 3.x to 4.0
====================================

### PHP version requirements

PHP-Parser now requires PHP 5.6 or newer to run. It is however still possible to *parse* PHP 5.2-5.5
source code, while running on a newer version.

### Removed functionality

* Removed `type` subnode on `Class`, `ClassMethod` and `Property` nodes. Use `flags` instead.

0 comments on commit 5ff2519

Please sign in to comment.