Skip to content

Commit ca06a46

Browse files
committedSep 12, 2018
swoole 4.0+
1 parent 85cdf75 commit ca06a46

File tree

3 files changed

+135
-1594
lines changed

3 files changed

+135
-1594
lines changed
 

‎composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A swoole adapter for Codeigniter 3.0+",
55
"keywords": ["Swoole", "Codeigniter", "Adapter", "Long Run", "Timers", "PHP", "Task"],
66
"homepage": "https://github.com/lanlin/codeigniter-swoole",
7-
"suggests": "Using this adapter within CodeIgniter 3.0+ and Swoole 2.0.0+, PHP 7.0+ would be better.",
7+
"suggests": "Using this adapter within CodeIgniter 3.0+ and Swoole 4.0.0+, PHP 7.0+ would be better.",
88
"license": "MIT",
99
"authors" : [
1010
{
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.6",
17-
"ext-swoole": "^2.0.0"
17+
"ext-swoole": "^4.0.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^7.2"

0 commit comments

Comments
 (0)