Skip to content

Commit

Permalink
Allow dompdf v2 and money v4 (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 7, 2022
1 parent da1a55e commit 9d3d49e
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,7 @@
"require": {
"php": "^7.2.5|^8.0",
"ext-json": "*",
"dompdf/dompdf": "^0.8.6|^1.0.1",
"dompdf/dompdf": "^0.8.6|^1.0.1|^2.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
Expand All @@ -26,7 +26,7 @@
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "^6.0|^7.0|^8.0|^9.0",
"moneyphp/money": "^3.2",
"moneyphp/money": "^3.2|^4.0",
"nesbot/carbon": "^2.0",
"stripe/stripe-php": "^7.39",
"symfony/http-kernel": "^4.3|^5.0|^6.0",
Expand Down

0 comments on commit 9d3d49e

Please sign in to comment.