Skip to content

Commit

Permalink
Move to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Feb 19, 2017
1 parent 2419c0c commit 22ee9cb
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 @@ -12,7 +12,7 @@
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x",
"dompdf/dompdf": "^0.7|^0.8"
"dompdf/dompdf": "^0.8"
},

"autoload": {
Expand All @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
"dev-master": "0.8-dev"
}
},
"minimum-stability": "dev"
Expand Down

0 comments on commit 22ee9cb

Please sign in to comment.