File tree 4 files changed +202
-554
lines changed
4 files changed +202
-554
lines changed Original file line number Diff line number Diff line change 5
5
6
6
class PHPCtags
7
7
{
8
- const VERSION = '0.10 .0 ' ;
8
+ const VERSION = '0.11 .0 ' ;
9
9
10
10
private $ mFile ;
11
11
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ for more details.
68
68
Requirements
69
69
------------
70
70
71
- * PHP CLI 7.0 +
71
+ * PHP CLI 7.4 +
72
72
* [ PHP-Parser] ( https://github.com/nikic/PHP-Parser )
73
73
74
74
Acknowledgements
@@ -78,4 +78,4 @@ Acknowledgements
78
78
* [ DeMarko] ( https://github.com/DeMarko ) for memory limit support.
79
79
* [ Sander Marechal] ( https://github.com/sandermarechal ) for improve console support.
80
80
* [ 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 4
4
"keywords" : [" ctags" ],
5
5
"type" : " library" ,
6
6
"require" : {
7
- "php" : " >=7.0 " ,
8
- "nikic/php-parser" : " ^4.13 "
7
+ "php" : " >=7.4 " ,
8
+ "nikic/php-parser" : " ^5.4.0 "
9
9
},
10
10
"require-dev" : {
11
11
"phpunit/phpunit" : " ^6.5 || ^7.0 || ^8.0 || ^9.0"
You can’t perform that action at this time.
0 commit comments