代码拉取完成,页面将自动刷新
同步操作将从 :-O礻大象/imi 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "imiphp/imi",
"type": "library",
"license": "MulanPSL-1.0",
"description": "imi 是基于 PHP Swoole 的高性能协程应用开发框架,它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。",
"require": {
"php": ">=7.1.0",
"ext-swoole": ">=4.4",
"yurunsoft/swoole-co-pool": "^1.1.0",
"yurunsoft/doctrine-annotations": "^1.73.0",
"psr/log": "~1.0",
"psr/container": "~1.0",
"psr/http-message": "~1.0",
"psr/http-server-middleware": "~1.0",
"psr/simple-cache": "~1.0",
"vlucas/phpdotenv": "~5.3"
},
"require-dev": {
"yurunsoft/ide-helper": "~1.0",
"yurunsoft/yurun-http": "^4.0.0",
"yurunsoft/swoole-co-pool": "~1.0",
"swoole/ide-helper": "^4.6",
"phpunit/phpunit": ">=7",
"friendsofphp/php-cs-fixer": "2.18.3",
"phpstan/phpstan": "0.12.82"
},
"autoload": {
"psr-4": {
"Imi\\": "src/"
},
"files": [
"src/functions.php"
]
},
"autoload-dev": {
"psr-4": {
"Imi\\Dev\\": "dev/",
"Imi\\Test\\": "tests/unit/"
},
"files": [
"dev/include.php"
]
},
"prefer-stable": true,
"bin": [
"bin/imi"
],
"scripts": {
"post-autoload-dump": [
"Imi\\Dev\\Plugin::dev"
],
"test": "./tests/run",
"install-test": "php --ri swoole && composer install && composer test",
"test-jwt": "tests/phpunit -c src/Components/jwt/tests/phpunit.xml",
"test-queue": "tests/phpunit -c src/Components/queue/tests/phpunit.xml",
"test-amqp": "tests/phpunit -c src/Components/amqp/tests/phpunit.xml",
"test-kafka": "tests/phpunit -c src/Components/kafka/tests/phpunit.xml",
"test-grpc": "tests/phpunit -c src/Components/grpc/tests/phpunit.xml",
"test-snowflake": "tests/phpunit -c src/Components/snowflake/tests/phpunit.xml",
"test-mqtt": "tests/phpunit -c src/Components/mqtt/tests/phpunit.xml",
"test-smarty": "tests/phpunit -c src/Components/smarty/tests/phpunit.xml",
"test-components": [
"composer test-jwt",
"composer test-queue",
"composer test-amqp",
"composer test-kafka",
"composer test-grpc",
"composer test-snowflake",
"(php -r \"exit(version_compare(PHP_VERSION, '7.2', '>=') ? 0 : 1);\" && composer test-mqtt) || echo 'skip mqtt'",
"composer test-smarty"
]
},
"extra": {
"ide-helper": {
"list": [
"redis",
"inotify"
]
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。