Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Dec 27, 2020
1 parent 7f5f8eb commit 5b99e1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=7.1",
"php": "^7.1 || ^8.0",
"illuminate/support": "^5.5|^6|^7|^8",
"dompdf/dompdf": "^0.8.6|^1"
"dompdf/dompdf": "^1"
},

"autoload": {
Expand All @@ -22,7 +22,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
"dev-master": "0.9-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 5b99e1f

Please sign in to comment.