Skip to content

Commit 47e9c53

Browse files
committed
fixed composer require and update travis install swoole bug
1 parent 08cf431 commit 47e9c53

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ php:
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

99
install: composer install -vvv
1010

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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"

phpunit.xml.dist

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
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>

0 commit comments

Comments
 (0)