Skip to content

Commit

Permalink
Include laravel framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Duarte committed Oct 4, 2019
1 parent 560e5ee commit 18794ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "library",
"require": {
"php": ">=7.1",
"laravel/horizon": "^2.0|^3.0"
"laravel/horizon": "^2.0|^3.0",
"laravel/framework": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -34,4 +35,4 @@
]
}
}
}
}

0 comments on commit 18794ff

Please sign in to comment.