Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit cbb9914

Browse files
authored
Update README.md
1 parent 9dff9d1 commit cbb9914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![php-badge](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)
44
[![packagist-badge](https://img.shields.io/packagist/v/swooletw/laravel-swoole.svg)](https://packagist.org/packages/swooletw/laravel-swoole)
55
[![Total Downloads](https://poser.pugx.org/swooletw/laravel-swoole/downloads)](https://packagist.org/packages/swooletw/laravel-swoole)
6+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/swooletw/laravel-swoole/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/swooletw/laravel-swoole/?branch=master)
67
[![travis-badge](https://api.travis-ci.org/swooletw/laravel-swoole.svg?branch=master)](https://travis-ci.org/swooletw/laravel-swoole)
78

89
This package provides a high performance HTTP server to speed up your Laravel/Lumen application based on [Swoole](http://www.swoole.com/).
@@ -11,7 +12,7 @@ This package provides a high performance HTTP server to speed up your Laravel/Lu
1112

1213
| PHP | Laravel | Lumen | Swoole |
1314
|:-------:|:-------:|:-----:|:-------:|
14-
| >=7.1 | ~5.1 | ~5.1 | >=1.9.3 |
15+
| >=7.1 | ~5.1 | ~5.1 | >=4.0.0 |
1516

1617
## Features
1718

0 commit comments

Comments
 (0)