Skip to content

Commit 32dbe88

Browse files
committed
add Event
1 parent aa25407 commit 32dbe88

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
## 安装
1313

1414
~~~
15-
composer require php-sword/storage
15+
composer require php-sword/framework
1616
~~~
1717

18-
1918
## 参与开发
2019

2120
> 直接提交PR或者Issue即可

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
"email": "kyour@vip.qq.com"
1111
}
1212
],
13-
"description": "The phpSword Framework.",
13+
"description": "The PhpSword Framework.",
1414
"require": {
1515
"php": "^7.2",
16-
"ext-json": "*",
17-
"easyswoole/easyswoole": "^3.4"
16+
"easyswoole/easyswoole": "~3.4.2"
1817
},
1918
"require-dev": {
2019
},

0 commit comments

Comments
 (0)