Skip to content

Commit 649c64b

Browse files
committed
WIP for version 0.9.1. Updated dependencies to work with php 8.0.
1 parent e4e66be commit 649c64b

File tree

4 files changed

+599
-253
lines changed

4 files changed

+599
-253
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.9.0';
8+
const VERSION = '0.9.1';
99

1010
private $mFile;
1111

bootstrap.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
$version = PHPCtags::VERSION;
1515

1616
$copyright = <<<'EOF'
17-
Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012 Techlive Zheng
18-
Addresses: <[email protected]>, https://github.com/techlivezheng/phpctags
17+
Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012-2021 Techlive Zheng
18+
Addresses: <[email protected]>, https://github.com/vim-php/phpctags
1919
EOF;
2020

2121
$options = getopt('aC:f:Nno:RuV', array(

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"nikic/php-parser": "^4.10"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^6.5"
11+
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
1212
},
1313
"autoload": {
1414
"classmap": ["PHPCtags.class.php"]

0 commit comments

Comments
 (0)