Skip to content

Commit

Permalink
Merge pull request #4 from TianLiangZhou/hotfix/swoole-version
Browse files Browse the repository at this point in the history
特定版本
  • Loading branch information
TianLiangZhou authored Aug 21, 2018
2 parents 72a4d55 + 2c16aab commit c05078f
Show file tree
Hide file tree
Showing 3 changed files with 3,309 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- redis-cli info |grep version

before_script:
- yes | pecl install swoole
- yes | pecl install -f swoole-2.2.0
#- echo 'extension = "swoole.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer install

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": ">=7",
"ext-swoole": "~4.0",
"ext-swoole": "~2.0",
"nikic/fast-route": "^1.2",
"pimple/pimple": "^3.0",
"symfony/event-dispatcher": "^4.0",
Expand Down
Loading

0 comments on commit c05078f

Please sign in to comment.