Skip to content

Commit

Permalink
Add mPDF as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje committed Jan 23, 2025
1 parent c1f73c9 commit f7d7dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"pestphp/pest": "^2.35",
"phpstan/phpstan": "^1.12",
"laravel/pint": "^1.17",
"symfony/var-dumper": "^7.2"
"symfony/var-dumper": "^7.2",
"mpdf/mpdf": "^8.2"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 0 additions & 2 deletions examples/pdf/mpdf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

// Requires `composer require mpdf/mpdf`

use Maantje\Charts\Annotations\XAxis\XAxisLineAnnotation;
use Maantje\Charts\Annotations\YAxis\YAxisLineAnnotation;
use Maantje\Charts\Annotations\YAxis\YAxisRangeAnnotation;
Expand Down

0 comments on commit f7d7dd0

Please sign in to comment.