Skip to content

Commit 6cbe4c0

Browse files
authored
Update README.md
1 parent ff4551b commit 6cbe4c0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<img src="https://github.com/codestudiohq/laravel-totem/blob/master/resources/assets/img/totem.png?raw=true" alt="Laravel Totem"/>
33
</p>
44
<p align="center">
5-
<a href="https://travis-ci.org/codestudiohq/laravel-totem"><img src="https://travis-ci.org/codestudiohq/laravel-totem.svg" alt="Build Status"></a>
6-
<a href="https://styleci.io/repos/99050894"><img src="https://styleci.io/repos/99050894/shield?branch=2.0" alt="StyleCI"></a>
5+
<a href="https://travis-ci.org/codestudiohq/laravel-totem"><img src="https://travis-ci.org/codestudiohq/laravel-totem.svg?branch=3.0" alt="Build Status"></a>
6+
<a href="https://styleci.io/repos/99050894"><img src="https://styleci.io/repos/99050894/shield?branch=3.0" alt="StyleCI"></a>
77
<a href="https://packagist.org/packages/studio/laravel-totem"><img src="https://poser.pugx.org/studio/laravel-totem/license.svg" alt="License"></a>
88
</p>
99

@@ -17,18 +17,19 @@ Manage your `Laravel Schedule` from a pretty dashboard. Schedule your `Laravel C
1717

1818
|<span align="left">Laravel</span> |<span align="left">Totem</span>|
1919
|:-------|----------:|
20-
|5.5 | 2.0 |
21-
|5.4 | 1.0 |
20+
|5.6 | 3.x |
21+
|5.5 | 2.x |
22+
|5.4 | 1.x |
2223

2324
#### Installing
2425

25-
`Totem` requires Laravel v5.4 and above. Use composer to install totem to your Laravel project
26+
`Totem` requires Laravel v5.4 and above, please refer to the above table for compatability. Use composer to install totem to your Laravel project
2627

2728
```
2829
composer require studio/laravel-totem
2930
```
3031

31-
> Laravel Totem supports auto package discovery for Laravel v5.5, therefore service provider registration is not required in Laravel v5.5
32+
> Laravel Totem supports auto package discovery for Laravel v5.5+, therefore service provider registration is not required in Laravel v5.5+
3233
3334
Add `TotemServiceProvider` to the `providers` array of your Laravel v5.4 application's config/app.php
3435

0 commit comments

Comments
 (0)