Skip to content

Commit 62718fb

Browse files
authored
Update composer.json
1 parent 441e3ce commit 62718fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple-swoole/skeleton",
33
"type": "project",
4-
"description": "A swoole-based coroutine framework, simple and powerful.",
4+
"description": "A simple, lightweight and high-performance PHP coroutine framework.",
55
"keywords": [
66
"php",
77
"swoole",
@@ -11,7 +11,7 @@
1111
],
1212
"license": "Apache-2.0",
1313
"require": {
14-
"php": ">=7.2",
14+
"php": ">=7.1",
1515
"ext-swoole": ">=4.4",
1616
"simple-swoole/simps": "dev-master",
1717
"simple-swoole/db": "dev-master"

0 commit comments

Comments
 (0)