From 683a309ed0d1fc70e38e13eca1e1a2d1369e507b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 4 Sep 2018 20:23:54 -0400 Subject: README.mkd: add phan link --- README.mkd | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3