From 2ddd4f1300e3ebfe79864ee557ed063587f21f4e Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Fri, 7 Aug 2020 01:36:52 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71a9988..1bf49f0 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ This code is forked from [JetBrains/phpstorm-stubs](https://github.com/JetBrains because they are in a test namespace and the autoloader is "autoload-dev", so here is a extended version. We will use: -- "PHP-Parser" -- "BetterReflection" -- "phpDocumentor" -- "PHPStan/phpdoc-parser" +- [nikic/PHP-Parser](https://github.com/nikic/PHP-Parser) +- [ondrejmirtes/BetterReflection](https://github.com/ondrejmirtes/BetterReflection) +- [phpDocumentor](https://github.com/phpDocumentor/) +- [PHPStan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) ### Install via "composer require"