Skip to content

Commit

Permalink
Replace laravel/framework dep with illuminate components
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Sep 3, 2018
1 parent 5c98043 commit 7075db9
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 @@ -27,7 +27,9 @@
],
"require": {
"php" : "^7.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/view": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/cookie": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
Expand Down

0 comments on commit 7075db9

Please sign in to comment.