Skip to content

Commit 87b162d

Browse files
authored
Merge pull request #17 from greut/laravel55
Update laravel to 5.5
2 parents 99fc012 + f297bba commit 87b162d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The best and easiest way to install this package is through [Composer](https://g
1717

1818
### Compatibility
1919

20-
This package fully compatible with **[Laravel](https://laravel.com)** `5.1.*|5.2.*|5.3.*|5.4.*`.
20+
This package fully compatible with **[Laravel](https://laravel.com)** `5.1.*|5.2.*|5.3.*|5.4.*|5.5.x`.
2121

2222
### Require Package
2323

@@ -33,7 +33,7 @@ After installing the package, open your Laravel config file located at `config/a
3333
Buzzylab\Laradown\MarkdownServiceProvider::class,
3434
```
3535

36-
> **Note:** Checkout Laravel's [Service Providers](https://laravel.com/docs/5.2/providers) and [Service Container](https://laravel.com/docs/5.2/container) documentation for further details.
36+
> **Note:** Checkout Laravel's [Service Providers](https://laravel.com/docs/5.5/providers) and [Service Container](https://laravel.com/docs/5.5/container) documentation for further details.
3737
3838
And add the following to `$aliases`
3939

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"editor"
99
],
1010
"require": {
11-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
12-
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*",
13-
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*",
14-
"illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*",
15-
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*",
11+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
12+
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
13+
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
14+
"illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
15+
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
1616
"erusev/parsedown": "^1.6",
1717
"erusev/parsedown-extra": "0.7.*"
1818
},

0 commit comments

Comments
 (0)