Skip to content
Snippets Groups Projects
Commit 87c5d1db authored by Ben Dougherty's avatar Ben Dougherty
Browse files

Updated install instructions.

parent 6a6d6513
No related branches found
Tags 8.x-1.2
No related merge requests found
......@@ -25,7 +25,7 @@ use Dompdf\Adapter\CPDF;
* To use this implementation you will need the DomPDF library, simply run
*
* @code
* composer require "dompdf/dompdf:0.7.0-beta3"
* composer require "dompdf/dompdf 0.7.0-beta3"
* @endcode
*/
class DomPdf extends PdfEngineBase implements ContainerFactoryPluginInterface {
......@@ -69,7 +69,7 @@ class DomPdf extends PdfEngineBase implements ContainerFactoryPluginInterface {
* {@inheritdoc}
*/
public static function getInstallationInstructions() {
return t('Please install with: @command', ['@command' => 'composer require "dompdf/dompdf:0.7.0-beta3"']);
return t('Please install with: @command', ['@command' => 'composer require "dompdf/dompdf 0.7.0-beta3"']);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment