Skip to content

Commit

Permalink
Fix dependencies for L5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Sep 22, 2017
1 parent bff6687 commit 5f6c33f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*",
"laravelcollective/html": "5.2.*|5.3.*|5.4.*",
"laravelcollective/html": "5.2.*|5.3.*|5.4.*|5.5.*",
"intervention/image": "2.*",
"erusev/parsedown": "~1.1",
"mustache/mustache": "~2.6.0"
},
"require-dev": {
"laravel/laravel": "5.2.*|5.3.*|5.4.*|5.5.*",
"laravel/laravel": "5.5.*",
"laravel/browser-kit-testing": "^1.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.6
3.2.8

0 comments on commit 5f6c33f

Please sign in to comment.