Skip to content

Commit

Permalink
Merge pull request #18 from greut/laravel56
Browse files Browse the repository at this point in the history
update laravel to 5.6
  • Loading branch information
maherelgamil authored Mar 10, 2018
2 parents 87b162d + 2f318cc commit c18bc4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"editor"
],
"require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "^5.1",
"illuminate/filesystem": "^5.1",
"illuminate/events": "^5.1",
"illuminate/container": "^5.1",
"illuminate/contracts": "^5.1",
"erusev/parsedown": "^1.6",
"erusev/parsedown-extra": "0.7.*"
},
Expand Down

0 comments on commit c18bc4d

Please sign in to comment.