Skip to content

Commit

Permalink
Make dompdf an optional dependency (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Feb 1, 2022
1 parent 31d4ecc commit fb5d453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"dompdf/dompdf": "^0.8.6|^1.0.1",
"illuminate/console": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/database": "^8.0|^9.0",
Expand All @@ -38,7 +37,8 @@
"phpunit/phpunit": "^9.0"
},
"suggest": {
"ext-intl": "Allows for more locales besides the default \"en\" when formatting money values."
"ext-intl": "Allows for more locales besides the default \"en\" when formatting money values.",
"dompdf/dompdf": "Required when generating and downloading invoice PDF's (^0.8.6|^1.0.1)."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fb5d453

Please sign in to comment.