Skip to content

Commit

Permalink
Add support for Laravel 8 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen authored Sep 7, 2020
1 parent 6ed4d68 commit 4a1fc5f
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 @@ -36,8 +36,8 @@
"require": {
"php": "^7.1.3",
"graham-campbell/manager": "^4.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"jenssegers/optimus": "^0.2.2"
},
"require-dev": {
Expand Down

0 comments on commit 4a1fc5f

Please sign in to comment.