File tree Expand file tree Collapse file tree 4 files changed +202
-554
lines changed Expand file tree Collapse file tree 4 files changed +202
-554
lines changed Original file line number Diff line number Diff line change 55
66class PHPCtags
77{
8- const VERSION = '0.10 .0 ' ;
8+ const VERSION = '0.11 .0 ' ;
99
1010 private $ mFile ;
1111
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ for more details.
6868Requirements
6969------------
7070
71- * PHP CLI 7.0 +
71+ * PHP CLI 7.4 +
7272* [ PHP-Parser] ( https://github.com/nikic/PHP-Parser )
7373
7474Acknowledgements
@@ -78,4 +78,4 @@ Acknowledgements
7878* [ DeMarko] ( https://github.com/DeMarko ) for memory limit support.
7979* [ Sander Marechal] ( https://github.com/sandermarechal ) for improve console support.
8080* [ Mark Wu] ( https://github.com/markwu ) for building a stand-alone PHAR executable.
81- * [ InFog] ( https://github.com/InFog ) for maintaining the project since end of 2019.
81+ * [ InFog] ( https://github.com/InFog ) for maintaining the project since 2019.
Original file line number Diff line number Diff line change 44 "keywords" : [" ctags" ],
55 "type" : " library" ,
66 "require" : {
7- "php" : " >=7.0 " ,
8- "nikic/php-parser" : " ^4.13 "
7+ "php" : " >=7.4 " ,
8+ "nikic/php-parser" : " ^5.4.0 "
99 },
1010 "require-dev" : {
1111 "phpunit/phpunit" : " ^6.5 || ^7.0 || ^8.0 || ^9.0"
You can’t perform that action at this time.
0 commit comments