We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441e3ce commit 62718fbCopy full SHA for 62718fb
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "simple-swoole/skeleton",
3
"type": "project",
4
- "description": "A swoole-based coroutine framework, simple and powerful.",
+ "description": "A simple, lightweight and high-performance PHP coroutine framework.",
5
"keywords": [
6
"php",
7
"swoole",
@@ -11,7 +11,7 @@
11
],
12
"license": "Apache-2.0",
13
"require": {
14
- "php": ">=7.2",
+ "php": ">=7.1",
15
"ext-swoole": ">=4.4",
16
"simple-swoole/simps": "dev-master",
17
"simple-swoole/db": "dev-master"
0 commit comments