Skip to content

Commit

Permalink
Require laravel/framework
Browse files Browse the repository at this point in the history
... instead of illuminate/foundation
  • Loading branch information
svenluijten committed Jan 23, 2016
1 parent f5412db commit d20841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^5.5|^7.0",
"illuminate/support": "~5.1",
"illuminate/foundation": "~5.1"
"laravel/framework": "~5.1"
},
"require-dev": {
"phpunit/phpunit": "^5.1",
Expand Down

0 comments on commit d20841a

Please sign in to comment.