Skip to content

Commit cfa8085

Browse files
authored
Merge pull request #4 from sasezaki/php-parser
missing require nikic/php-parser
2 parents ca46ed1 + 8a0ea62 commit cfa8085

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php" : "^7.4.7|^8",
14+
"php" : "^7.4.3|^8",
1515
"ext-simplexml": "*",
16-
"vimeo/psalm": "^3.13"
16+
"vimeo/psalm": "^3.13",
17+
"nikic/php-parser": "4.6.*"
1718
},
1819
"require-dev": {
1920
"squizlabs/php_codesniffer": "^3.3",

0 commit comments

Comments
 (0)