Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Fixed composer.json for 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonSmit committed Jul 4, 2017
1 parent 9bc057c commit d3b4afe
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 @@ -15,9 +15,9 @@
"role": "Developer"
}],
"require": {
"php": ">=5.6.0",
"illuminate/support": "~5.2",
"laravelcollective/remote": "5.4.*"
"php": ">=5.5.9",
"illuminate/support": "~5.1",
"laravelcollective/remote": "~5.1."
},
"autoload": {
"files": [
Expand Down

0 comments on commit d3b4afe

Please sign in to comment.