diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-04 20:23:54 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-04 20:23:54 -0400 |
commit | 683a309ed0d1fc70e38e13eca1e1a2d1369e507b (patch) | |
tree | ecc0edc736b1a85374f8fa2df44555a5811f1552 | |
parent | e902e3dbfb879682609b9f189680971454c2a366 (diff) | |
download | zipstream-php-683a309ed0d1fc70e38e13eca1e1a2d1369e507b.tar.bz2 zipstream-php-683a309ed0d1fc70e38e13eca1e1a2d1369e507b.zip |
-rw-r--r-- | README.mkd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |