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

Commit 5ba982e

Browse files
authored
Merge pull request #250 from vodniciarv/patch-1
change minimal version php and laravel
2 parents 761715d + 59db453 commit 5ba982e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel-Swoole
22

3-
![php-badge](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)
3+
![php-badge](https://img.shields.io/badge/php-%3E%3D%207.2-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)
66
[![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)
@@ -12,7 +12,7 @@ This package provides a high performance HTTP server to speed up your Laravel/Lu
1212

1313
| PHP | Laravel | Lumen | Swoole |
1414
|:-------:|:-------:|:-----:|:-------:|
15-
| >=7.2 | ~5.4 | ~5.4 | >=4.0.0 |
15+
| >=7.2 | ~5.8 | ~5.4 | >=4.0.0 |
1616

1717
## Features
1818

0 commit comments

Comments
 (0)