mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
Change swoole source to git master instead of pecl (6.0 has not been released)
This commit is contained in:
parent
0d2f6456fb
commit
f984516a67
@ -748,13 +748,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"swoole": {
|
"swoole": {
|
||||||
"type": "ghtar",
|
|
||||||
"path": "php-src/ext/swoole",
|
"path": "php-src/ext/swoole",
|
||||||
"repo": "swoole/swoole-src",
|
"type": "git",
|
||||||
"prefer-stable": true,
|
"rev": "master",
|
||||||
|
"url": "https://github.com/swoole/swoole-src.git",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
|
},
|
||||||
|
"alt": {
|
||||||
|
"type": "ghtar",
|
||||||
|
"repo": "swoole/swoole-src",
|
||||||
|
"prefer-stable": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"swow": {
|
"swow": {
|
||||||
|
|||||||
@ -6,7 +6,6 @@ assert(function_exists('swoole_cpu_num'));
|
|||||||
assert(function_exists('swoole_string'));
|
assert(function_exists('swoole_string'));
|
||||||
assert(class_exists('Swoole\Coroutine'));
|
assert(class_exists('Swoole\Coroutine'));
|
||||||
assert(class_exists('Swoole\Coroutine\Http2\Client'));
|
assert(class_exists('Swoole\Coroutine\Http2\Client'));
|
||||||
assert(class_exists('Swoole\Coroutine\Redis'));
|
|
||||||
assert(class_exists('Swoole\Coroutine\WaitGroup'));
|
assert(class_exists('Swoole\Coroutine\WaitGroup'));
|
||||||
assert(class_exists('Swoole\Http2\Request'));
|
assert(class_exists('Swoole\Http2\Request'));
|
||||||
assert(constant('SWOOLE_VERSION'));
|
assert(constant('SWOOLE_VERSION'));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user