File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- Version 4.7 .1-dev
1
+ Version 4.8 .1-dev
2
2
-----------------
3
3
4
+ Version 4.8.0 (2020-08-09)
5
+ --------------------------
6
+
7
+ ### Added
8
+
9
+ * [ PHP 8.0] Added support for nullsafe operator, represented using the new
10
+ ` Expr\NullsafePropertyFetch ` and ` Expr\NullsafeMethodCall ` nodes.
11
+ * Added ` phpVersion ` option to the emulative lexer, which allows controlling the target version to
12
+ emulate (defaults to the latest available, currently PHP 8.0). This is useful to parse code that
13
+ uses reserved keywords from newer PHP versions as identifiers.
14
+
4
15
Version 4.7.0 (2020-07-25)
5
16
--------------------------
6
17
Original file line number Diff line number Diff line change 22
22
},
23
23
"extra" : {
24
24
"branch-alias" : {
25
- "dev-master" : " 4.7 -dev"
25
+ "dev-master" : " 4.8 -dev"
26
26
}
27
27
},
28
28
"autoload" : {
You can’t perform that action at this time.
0 commit comments