Skip to content

Commit

Permalink
Merge pull request #250 from vodniciarv/patch-1
Browse files Browse the repository at this point in the history
change minimal version php and laravel
  • Loading branch information
albertcht committed Apr 20, 2019
2 parents 761715d + 59db453 commit 5ba982e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# Laravel-Swoole

![php-badge](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)
![php-badge](https://img.shields.io/badge/php-%3E%3D%207.2-8892BF.svg)
[![packagist-badge](https://img.shields.io/packagist/v/swooletw/laravel-swoole.svg)](https://packagist.org/packages/swooletw/laravel-swoole)
[![Total Downloads](https://poser.pugx.org/swooletw/laravel-swoole/downloads)](https://packagist.org/packages/swooletw/laravel-swoole)
[![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)
Expand All @@ -12,7 +12,7 @@ This package provides a high performance HTTP server to speed up your Laravel/Lu

| PHP | Laravel | Lumen | Swoole |
|:-------:|:-------:|:-----:|:-------:|
| >=7.2 | ~5.4 | ~5.4 | >=4.0.0 |
| >=7.2 | ~5.8 | ~5.4 | >=4.0.0 |

## Features

Expand Down

0 comments on commit 5ba982e

Please sign in to comment.