Skip to content

Commit

Permalink
Fix #40, adding Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Lösken committed Mar 3, 2020
1 parent b33e4f3 commit 7a27f19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
}
},
"require": {
"php": ">=7.2",
"illuminate/support": "5.*|6.*"
"php": ">=7.3",
"illuminate/support": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
"Codedge\\Fpdf\\": "src/"
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 7a27f19

Please sign in to comment.