Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #26 from Naoray/2.0
Browse files Browse the repository at this point in the history
update dependencies for laravel 5.6
  • Loading branch information
Andreas Indal authored Mar 3, 2018
2 parents 561c659 + 6ac8ec4 commit 899e124
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 190 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"Illuminate/Support": "^5.5",
"Illuminate/Support": "5.6.*",
"erusev/parsedown": "^1.6"
},
"autoload": {
Expand All @@ -21,8 +21,8 @@
]
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"mockery/mockery": "^0.9.9"
"phpunit/phpunit": "~7.0",
"mockery/mockery": "~1.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 899e124

Please sign in to comment.