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

Commit

Permalink
remove dependencies and change dependency to laravel 5.6 and php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Jul 25, 2018
1 parent 3267fee commit e9ca49f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
},
"minimum-stability": "stable",
"require": {
"php": ">=5.5.9",
"illuminate/database": "5.*",
"illuminate/support": "5.*",
"psr/log": "^1.0"
"php": "^7.1.3",
"illuminate/database": "^5.6",
"illuminate/support": "^5.6"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit e9ca49f

Please sign in to comment.