Skip to content

Commit 5ed731e

Browse files
committed
updated php-parser to 5.4.0
1 parent cb23963 commit 5ed731e

File tree

4 files changed

+202
-554
lines changed

4 files changed

+202
-554
lines changed

PHPCtags.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class PHPCtags
77
{
8-
const VERSION = '0.10.0';
8+
const VERSION = '0.11.0';
99

1010
private $mFile;
1111

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for more details.
6868
Requirements
6969
------------
7070

71-
* PHP CLI 7.0+
71+
* PHP CLI 7.4+
7272
* [PHP-Parser](https://github.com/nikic/PHP-Parser)
7373

7474
Acknowledgements
@@ -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.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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"

0 commit comments

Comments
 (0)