File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 44- ' 7'
55- ' 7.1'
66
7- before_install : pecl install swoole
7+ before_install : pecl install http://pecl.php.net/get/ swoole-1.9.23.tgz
88
99install : composer install -vvv
1010
Original file line number Diff line number Diff line change @@ -311,4 +311,17 @@ $queue->wait(function ($ret) {
311311});
312312```
313313
314- # License MIT
314+ ### 贡献
315+
316+ 非常欢迎感兴趣,愿意参与其中,共同打造更好PHP生态,Swoole生态的开发者。
317+
318+ 如果你乐于此,却又不知如何开始,可以试试下面这些事情:
319+
320+ * 在你的系统中使用,将遇到的问题 [ 反馈] ( https://github.com/JanHuang/fastD/issues ) 。
321+ * 有更好的建议?欢迎联系 [ bboyjanhuang@gmail.com ] ( mailto:bboyjanhuang@gmail.com ) 或 [ 新浪微博:编码侠] ( http://weibo.com/ecbboyjan ) 。
322+
323+ ### 联系
324+
325+ 如果你在使用中遇到问题,请联系: [ bboyjanhuang@gmail.com ] ( mailto:bboyjanhuang@gmail.com ) . 微博: [ 编码侠] ( http://weibo.com/ecbboyjan )
326+
327+ ## License MIT
Original file line number Diff line number Diff line change 1212 "minimum-stability" : " stable" ,
1313 "require" : {
1414 "php" : " >=5.6" ,
15- "fastd/packet" : " ^1.4.0 " ,
15+ "fastd/packet" : " ^1.4" ,
1616 "fastd/http" : " ^3.0" ,
17- "symfony/console" : " ^3.2 "
17+ "symfony/console" : " ^3.0 "
1818 },
1919 "require-dev" : {
2020 "phpunit/phpunit" : " ^5.0"
Original file line number Diff line number Diff line change 1- <phpunit
2- colors =" true"
3- bootstrap =" ./vendor/autoload.php"
4- >
1+ <phpunit colors =" true" bootstrap =" ./vendor/autoload.php" >
52 <testsuites >
63 <testsuite name =" FastD Swoole Testing" >
74 <directory >tests</directory >
You can’t perform that action at this time.
0 commit comments