We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050dee8 commit 948e6adCopy full SHA for 948e6ad
2 files changed
ChangeLog.md
@@ -1,3 +1,12 @@
1
+Version 0.6.0
2
+* Exclude phpctags when re-building phar
3
+* Fix typo in README.md
4
+* Fixed PHPUnit.xml.dist
5
+* Refactoring codebase
6
+* Refactroing testsuite
7
+* Now composer support an entry point to install in globally
8
+* Define new build flow
9
+
10
Version 0.5.1
11
-------------
12
README.md
@@ -20,6 +20,14 @@ Enjoy!
20
Installation
21
------------
22
23
+## Download
24
25
+```
26
+curl -Ss http://vim-php.com/phpctags/install/phpctags.phar > phpctags
27
+php ./phpctags
28
29
30
+## Build
31
> We currently only support building PHAR executable for \*nix like platform
32
which provides `make` utility. If you are interested in building an executable
33
for other platform, especially for Windows, please help yourself out. It
0 commit comments