Skip to content

Commit

Permalink
WIP for version 0.9.1. Updated dependencies to work with php 8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
InFog committed Jan 3, 2021
1 parent e4e66be commit 649c64b
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 253 deletions.
2 changes: 1 addition & 1 deletion PHPCtags.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class PHPCtags
{
const VERSION = '0.9.0';
const VERSION = '0.9.1';

private $mFile;

Expand Down
4 changes: 2 additions & 2 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
$version = PHPCtags::VERSION;

$copyright = <<<'EOF'
Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012 Techlive Zheng
Addresses: <techlivezheng@gmail.com>, https://github.com/techlivezheng/phpctags
Exuberant Ctags compatiable PHP enhancement, Copyright (C) 2012-2021 Techlive Zheng
Addresses: <techlivezheng@gmail.com>, https://github.com/vim-php/phpctags
EOF;

$options = getopt('aC:f:Nno:RuV', array(
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"nikic/php-parser": "^4.10"
},
"require-dev": {
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"autoload": {
"classmap": ["PHPCtags.class.php"]
Expand Down
Loading

0 comments on commit 649c64b

Please sign in to comment.