Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Latest dompdf/dompdf addresses issue:
ErrorException in Block.php line 714:
A non-numeric value encountered

— dompdf/dompdf#1272
  • Loading branch information
Twinski committed Jan 17, 2017
1 parent ea8daea commit c6b9379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.x|5.2.x|5.3.x",
"dompdf/dompdf": "^0.7"
"dompdf/dompdf": "dev-master"
},

"autoload": {
Expand Down

0 comments on commit c6b9379

Please sign in to comment.