Skip to content

Commit 4d573dd

Browse files
committed
Add version table to readme
1 parent 6e5d48f commit 4d573dd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Laravel Beanstalkd Admin UI
22

33
[![Code Climate](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui/badges/gpa.svg)](https://codeclimate.com/github/ksassnowski/laravel-beanstalkd-admin-ui)
4-
[![Build Status](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui.svg?branch=master)](https://travis-ci.org/Dionera/laravel-beanstalkd-admin-ui)
5-
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f/mini.png)](https://insight.sensiolabs.com/projects/656659a9-5b94-453f-9780-f6b48c49f15f)
6-
[![Current Version](https://img.shields.io/badge/version-2.1.0-blue.svg)](https://img.shields.io/badge/version-2.1.0-blue.svg)
4+
[![Current Version](https://img.shields.io/badge/version-3.0.0-blue.svg)](https://img.shields.io/badge/version-3.0.0-blue.svg)
75
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg)
86

97
![](preview.png)
@@ -18,7 +16,13 @@ Require the package through composer
1816
composer require dionera/laravel-beanstalkd-ui
1917
```
2018

21-
**Note**: For Laravel versions older than `5.7.28` please install `dionera/laravel-beanstalkd-ui:~1.3.0`.
19+
### Version Table
20+
21+
| Laravel | PHP | Version |
22+
|:--------|:----|:--------|
23+
| `^5.7.28` | `^7.2` | `^2.0` |
24+
| `^6.0`, `^7.0` | `^7.2` | `^2.1` |
25+
| `^7.0` | `^7.4` | `^3.0` |
2226

2327
### Publish assets
2428

0 commit comments

Comments
 (0)