aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-04 20:23:54 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-04 20:23:54 -0400
commit683a309ed0d1fc70e38e13eca1e1a2d1369e507b (patch)
treeecc0edc736b1a85374f8fa2df44555a5811f1552
parente902e3dbfb879682609b9f189680971454c2a366 (diff)
downloadzipstream-php-master.tar.bz2
zipstream-php-master.zip
README.mkd: add phan linkHEADmaster
-rw-r--r--README.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index c9b5dd1..abdacd7 100644
--- a/README.mkd
+++ b/README.mkd
@@ -45,6 +45,7 @@ Dependencies
* PHP: 7.0 or newer (required).
* [Composer][composer]: Used for installation (optional, see below).
+* [Phan][phan]: Used for static analysis (optional).
* [phpDocumentor][phpdoc]: Used to generate the API documentation (optional).
* [PHPUnit][phpunit]: Used to run the test suite (optional).
@@ -121,6 +122,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[composer]: https://getcomposer.org/
[mit]: https://opensource.org/licenses/MIT
+[phan]: https://github.com/phan/phan
[phpunit]: https://phpunit.de/
[phpdoc]: https://phpdoc.org/
[me]: mailto:pabs@pablotron.org