We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5118ba + 5d2d127 commit c760705Copy full SHA for c760705
src/config/config.php
@@ -67,6 +67,12 @@
67
'mustache/mustache' => 'bin test',
68
'mockery/mockery' => 'examples tests',
69
'dompdf/dompdf' => 'www',
70
+
71
+ //Additional packages
72
+ 'phpdocumentor/reflection-docblock' => 'README* CHANGELOG* phpunit.xml* tests',
73
+ 'rcrowe/twigbridge' => 'README* CHANGELOG* phpunit.xml* tests',
74
+ 'twig/twig' => 'README* CHANGELOG* phpunit.xml* test doc',
75
76
77
),
78
0 commit comments