Skip to content

Commit

Permalink
swoole 4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlin committed Sep 12, 2018
1 parent 85cdf75 commit ca06a46
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 1,594 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A swoole adapter for Codeigniter 3.0+",
"keywords": ["Swoole", "Codeigniter", "Adapter", "Long Run", "Timers", "PHP", "Task"],
"homepage": "https://github.com/lanlin/codeigniter-swoole",
"suggests": "Using this adapter within CodeIgniter 3.0+ and Swoole 2.0.0+, PHP 7.0+ would be better.",
"suggests": "Using this adapter within CodeIgniter 3.0+ and Swoole 4.0.0+, PHP 7.0+ would be better.",
"license": "MIT",
"authors" : [
{
Expand All @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.6",
"ext-swoole": "^2.0.0"
"ext-swoole": "^4.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.2"
Expand Down
Loading

0 comments on commit ca06a46

Please sign in to comment.