Skip to content

Commit

Permalink
Added Laravel 5.8 support (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
breakeryouko authored and kaidesu committed Apr 1, 2019
1 parent f35195e commit cdafcb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.1.3",
"caffeinated/composer-installers": "*",
"illuminate/support": "5.7.x"
"illuminate/support": "5.8.*"
},
"autoload": {
"files": [
Expand Down

0 comments on commit cdafcb8

Please sign in to comment.