We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5262af commit 622f605Copy full SHA for 622f605
README.md
@@ -25,12 +25,16 @@ dependency.
25
curl -s http://getcomposer.org/installer | php
26
php composer.phar install
27
28
+See [phpctags on packagist](http://packagist.org/packages/techlivezheng/phpctags)
29
+for more details.
30
+
31
Requirements
32
------------
33
-PHP CLI 5.3+
34
+* PHP CLI 5.3+
35
+* [PHP-Parser](https://github.com/nikic/PHP-Parser)
36
37
Acknowledgements
38
----------------
39
-* [Snapi](https://github.com/sanpii)
40
+* [Snapi](https://github.com/sanpii) for composer support.
0 commit comments