Skip to content

Commit a844b17

Browse files
committed
Updated PHP-Parser version to support PHP8.
Also added composer.lock to git.
1 parent 3d7acda commit a844b17

File tree

3 files changed

+1588
-2
lines changed

3 files changed

+1588
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.test_fs
22
build/
33
vendor/
4-
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "library",
66
"require": {
77
"php": ">=7.0",
8-
"nikic/php-parser": "^4.5"
8+
"nikic/php-parser": "^4.10"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^6.5"

0 commit comments

Comments
 (0)