You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,15 +49,16 @@ Phpactor stands on the shoulders of some other packages:
47
49
-[Couscous](http://couscous.io/): This documentation is generated with Couscous.
48
50
-[Jetbrains PhpStorm Stubs](https://github.com/JetBrains/phpstorm-stubs): Built in PHP classes are supported through this stub collection from PhpStorm.
49
51
-[PHPBench](https://github.com/phpbench/phpbench): For tracking performance.
52
+
-[PHPUnit](https://github.com/sebastianbergmann/phpunit): The de facto
53
+
standard PHP test framework
50
54
-[Symfony](https://symfony.com): The command line application is built with the Symfony console component.
51
55
-[Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-parser): Large parts of Phpactor are integrated with the TPP.
52
56
53
57
Influenced By
54
58
-------------
55
59
56
-
implementing the LSP, some terminology has been borrowed from it.
57
60
-[BetterReflection](https://github.com/Roave/BetterReflection): Phpactors reflection API was heavily influenced by this library.
58
-
-[Language Server Protocol](https://github.com/Microsoft/language-server-protocol): While not
61
+
-[Language Server Protocol](https://github.com/Microsoft/language-server-protocol): While not implementing the LSP, some terminology has been borrowed from it.
59
62
-[Nikic PHP Parser](https://github.com/nikic/PHP-Parser): The original Phpactor used this before switching to TPP.
0 commit comments