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

Commit

Permalink
fixed require hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mombuyish committed Sep 8, 2018
1 parent 24eeca2 commit 61d96fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor
/log
/log
/.idea
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
},

"require": {
"php": ">=7.0",
"laravel/laravel": "5.*"
"php": ">=7",
"illuminate/support": "5.*",
"illuminate/console": "5.*",
"illuminate/filesystem": "5.*"
},

"require-dev": {
Expand Down

0 comments on commit 61d96fd

Please sign in to comment.