Skip to content

Commit

Permalink
Update laravel to 5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored and maherelgamil committed Jan 28, 2017
1 parent 300cf24 commit 99fc012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The best and easiest way to install this package is through [Composer](https://g

### Compatibility

This package fully compatible with **[Laravel](https://laravel.com)** `5.1.*|5.2.*|5.3.*`.
This package fully compatible with **[Laravel](https://laravel.com)** `5.1.*|5.2.*|5.3.*|5.4.*`.

### Require Package

Expand Down
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.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*",
"illuminate/container": "5.1.*|5.2.*|5.3.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
"erusev/parsedown": "^1.6",
"erusev/parsedown-extra": "0.7.*"
},
Expand Down

0 comments on commit 99fc012

Please sign in to comment.