Skip to content

Commit

Permalink
Merge pull request #41 from codedge/#40-php73-l7
Browse files Browse the repository at this point in the history
Adding Laravel 7
  • Loading branch information
codedge authored Mar 3, 2020
2 parents b33e4f3 + 7a27f19 commit 85a489e
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 85a489e

Please sign in to comment.