Skip to content

Commit

Permalink
Merge pull request #7 from RemiCollin/v3.2
Browse files Browse the repository at this point in the history
L5.5 Support
  • Loading branch information
dvlpp authored Sep 22, 2017
2 parents 60145de + 0695ed0 commit 6d26c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
}],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*|5.3.*|5.4.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*",
"laravelcollective/html": "5.2.*|5.3.*|5.4.*",
"intervention/image": "2.*",
"erusev/parsedown": "~1.1",
"mustache/mustache": "~2.6.0"
},
"require-dev": {
"laravel/laravel": "5.2.*|5.3.*|5.4.*",
"laravel/laravel": "5.2.*|5.3.*|5.4.*|5.5.*",
"laravel/browser-kit-testing": "^1.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
Expand Down

0 comments on commit 6d26c32

Please sign in to comment.