Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit authored Sep 30, 2019
1 parent 41ffb5f commit 326e0db
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 @@ -18,12 +18,12 @@
"require": {
"php": "^7.2",
"illuminate/support": "5.8.*|6.*",
"illuminate/http": "~5.0"
"illuminate/http": "5.8.*|6.*"
},
"autoload": {
"psr-4": {
"EventHomes\\Api\\": "src/"
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 326e0db

Please sign in to comment.