Skip to content

Commit

Permalink
Allow dompdf v1 to allow php 8 too... (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaskur authored Dec 27, 2020
1 parent d496c0a commit 7f5f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1",
"illuminate/support": "^5.5|^6|^7|^8",
"dompdf/dompdf": "^0.8.6"
"dompdf/dompdf": "^0.8.6|^1"
},

"autoload": {
Expand Down

0 comments on commit 7f5f8eb

Please sign in to comment.