2018-12-27 11:57:34 +08:00
|
|
|
{
|
2018-12-27 20:00:04 +08:00
|
|
|
"name": "hyperf/hyperf",
|
2020-03-19 14:39:04 +08:00
|
|
|
"description": "A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.",
|
2019-11-14 20:42:18 +08:00
|
|
|
"license": "MIT",
|
2018-12-27 11:57:34 +08:00
|
|
|
"keywords": [
|
|
|
|
"php",
|
|
|
|
"swoole",
|
2020-03-19 14:39:04 +08:00
|
|
|
"hyperf",
|
|
|
|
"microservice",
|
|
|
|
"coroutine"
|
2018-12-27 11:57:34 +08:00
|
|
|
],
|
2020-03-19 14:39:04 +08:00
|
|
|
"homepage": "https://hyperf.io",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/hyperf/hyperf/issues",
|
2024-06-17 09:51:06 +08:00
|
|
|
"source": "https://github.com/hyperf/hyperf",
|
|
|
|
"docs": "https://hyperf.wiki"
|
2020-03-19 14:39:04 +08:00
|
|
|
},
|
2018-12-27 11:57:34 +08:00
|
|
|
"require": {
|
2023-06-06 09:52:53 +08:00
|
|
|
"php": ">=8.1",
|
2020-02-06 13:38:16 +08:00
|
|
|
"ext-bcmath": "*",
|
2019-08-04 11:44:00 +08:00
|
|
|
"ext-json": "*",
|
2021-11-04 19:32:22 +08:00
|
|
|
"ext-pdo": "*",
|
2020-03-26 10:25:47 +08:00
|
|
|
"ext-redis": "*",
|
2023-06-06 09:52:53 +08:00
|
|
|
"ext-swoole": ">=5.0",
|
2024-06-17 09:51:06 +08:00
|
|
|
"psr/container": "^1.0 || ^2.0",
|
2020-04-17 15:23:24 +08:00
|
|
|
"psr/event-dispatcher": "^1.0",
|
2024-06-17 09:51:06 +08:00
|
|
|
"psr/http-message": "^1.0 || ^2.0",
|
2020-03-19 14:39:04 +08:00
|
|
|
"psr/http-server-middleware": "^1.0",
|
2024-06-17 09:51:06 +08:00
|
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
|
|
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
2020-03-19 14:39:04 +08:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-02-16 13:58:21 +08:00
|
|
|
"doctrine/dbal": "^3.6",
|
2020-07-12 19:56:42 +08:00
|
|
|
"doctrine/inflector": "^2.0",
|
2019-07-06 12:45:57 +08:00
|
|
|
"doctrine/instantiator": "^1.0",
|
2021-05-13 09:37:44 +08:00
|
|
|
"egulias/email-validator": "^3.0",
|
2020-03-26 10:15:48 +08:00
|
|
|
"elasticsearch/elasticsearch": "^7.0",
|
2024-06-17 09:51:06 +08:00
|
|
|
"ergebnis/composer-normalize": "^2.43",
|
2023-07-01 20:25:51 +08:00
|
|
|
"fakerphp/faker": "^1.23",
|
2019-07-06 12:45:57 +08:00
|
|
|
"fig/http-message-util": "^1.1.2",
|
2020-05-11 18:48:32 +08:00
|
|
|
"filp/whoops": "^2.7",
|
2024-08-29 10:09:51 +08:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.63",
|
2024-06-17 09:51:06 +08:00
|
|
|
"google/common-protos": "^3.2 || ^4.4",
|
2018-12-27 11:57:34 +08:00
|
|
|
"google/protobuf": "^3.6.1",
|
2019-07-06 12:45:57 +08:00
|
|
|
"grpc/grpc": "^1.15",
|
2024-06-17 09:51:06 +08:00
|
|
|
"guzzlehttp/guzzle": "^6.3 || ^7.0",
|
2024-04-17 21:55:51 +08:00
|
|
|
"hyperf/engine": "^2.11",
|
2023-01-11 17:18:46 +08:00
|
|
|
"hyperf/token-bucket": "^2.0",
|
2020-04-02 14:37:16 +08:00
|
|
|
"influxdb/influxdb-php": "^1.15.0",
|
2019-10-31 10:31:24 +08:00
|
|
|
"ircmaxell/random-lib": "^1.2",
|
2021-11-19 09:40:33 +08:00
|
|
|
"jcchavezs/zipkin-opentracing": "^2.0",
|
2021-01-29 16:58:04 +08:00
|
|
|
"jean85/pretty-package-versions": "^2.0",
|
2023-07-23 20:01:33 +08:00
|
|
|
"jetbrains/phpstorm-attributes": "^1.0",
|
2021-01-17 19:45:57 +08:00
|
|
|
"jonahgeorge/jaeger-client-php": "^1.0",
|
2020-01-03 15:12:03 +08:00
|
|
|
"laminas/laminas-mime": "^2.7",
|
2024-06-17 09:51:06 +08:00
|
|
|
"league/flysystem": "^1.0 || ^2.0 || ^3.0",
|
|
|
|
"league/flysystem-aws-s3-v3": "^1.0 || ^2.0 || ^3.0",
|
|
|
|
"league/flysystem-memory": "^1.0 || ^2.0 || ^3.0",
|
2019-11-13 10:47:16 +08:00
|
|
|
"league/plates": "^3.3",
|
2023-03-22 18:14:15 +08:00
|
|
|
"longlang/phpkafka": "^1.2.3",
|
2021-06-18 18:42:01 +08:00
|
|
|
"markrogoyski/math-php": "^2.0",
|
2022-07-04 12:23:29 +08:00
|
|
|
"mix/redis-subscriber": "^3.0.4",
|
2018-12-27 11:57:34 +08:00
|
|
|
"mockery/mockery": "^1.0",
|
2024-06-17 09:51:06 +08:00
|
|
|
"monolog/monolog": "^2.7 || ^3.1",
|
2021-11-05 14:49:21 +08:00
|
|
|
"multiplex/socket": "^1.0",
|
2019-01-07 23:13:12 +08:00
|
|
|
"nesbot/carbon": "^2.0",
|
2019-07-06 12:45:57 +08:00
|
|
|
"nikic/fast-route": "^1.3",
|
|
|
|
"nikic/php-parser": "^4.1",
|
2021-01-17 19:45:57 +08:00
|
|
|
"opentracing/opentracing": "^1.0",
|
2023-03-18 00:48:52 +08:00
|
|
|
"php-amqplib/php-amqplib": "^3.5",
|
2021-06-01 00:56:09 +08:00
|
|
|
"php-di/phpdoc-reader": "^2.2",
|
2021-11-01 17:54:47 +08:00
|
|
|
"phpstan/phpstan": "^1.0",
|
2023-06-07 13:05:40 +08:00
|
|
|
"phpunit/phpunit": "^10.1.3",
|
2020-06-01 14:01:52 +08:00
|
|
|
"predis/predis": "^1.1",
|
2024-06-17 09:51:06 +08:00
|
|
|
"promphp/prometheus_client_php": "~2.2.0",
|
2023-02-24 09:54:13 +08:00
|
|
|
"ramsey/uuid": "^4.7",
|
2020-07-23 18:16:06 +08:00
|
|
|
"reactivex/rxphp": "^2.0",
|
2023-06-07 10:16:25 +08:00
|
|
|
"rector/rector": "^0.17.0",
|
2021-06-01 00:56:09 +08:00
|
|
|
"slickdeals/statsd": "^3.0.1",
|
2019-11-10 14:34:57 +08:00
|
|
|
"smarty/smarty": "^3.1",
|
2020-04-02 14:37:16 +08:00
|
|
|
"squizlabs/php_codesniffer": "^3.4",
|
2020-03-26 10:15:48 +08:00
|
|
|
"swoole/ide-helper": "dev-master",
|
2023-06-15 18:15:06 +08:00
|
|
|
"swow/psr7-plus": "^1.0",
|
2023-12-01 18:55:55 +08:00
|
|
|
"swow/swow": "dev-develop",
|
2019-11-15 09:19:00 +08:00
|
|
|
"sy-records/think-template": "^2.0",
|
2024-06-17 09:51:06 +08:00
|
|
|
"symfony/console": "^5.0 || ^6.0",
|
|
|
|
"symfony/event-dispatcher": "^5.0 || ^6.0",
|
|
|
|
"symfony/finder": "^5.0 || ^6.0",
|
|
|
|
"symfony/http-foundation": "^5.4 || ^6.0",
|
|
|
|
"symfony/property-access": "^5.0 || ^6.0",
|
|
|
|
"symfony/serializer": "^5.0 || ^6.0",
|
|
|
|
"symfony/uid": "^5.0 || ^6.0",
|
|
|
|
"symfony/var-dumper": "^5.0 || ^6.0",
|
2024-06-18 18:34:53 +08:00
|
|
|
"thecodingmachine/graphqlite": "^7.0",
|
2020-10-10 20:13:55 +08:00
|
|
|
"twig/twig": "^3.0",
|
2023-02-10 13:58:16 +08:00
|
|
|
"vlucas/phpdotenv": "^5.0",
|
|
|
|
"zircote/swagger-php": "^4.6"
|
2018-12-27 11:57:34 +08:00
|
|
|
},
|
|
|
|
"replace": {
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/amqp": "*",
|
|
|
|
"hyperf/async-queue": "*",
|
|
|
|
"hyperf/cache": "*",
|
2024-03-16 20:50:08 +08:00
|
|
|
"hyperf/carbon": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/circuit-breaker": "*",
|
2023-04-25 13:50:06 +08:00
|
|
|
"hyperf/code-parser": "*",
|
2023-04-24 10:15:14 +08:00
|
|
|
"hyperf/codec": "*",
|
2023-03-28 11:57:02 +08:00
|
|
|
"hyperf/collection": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/command": "*",
|
2023-03-28 23:02:39 +08:00
|
|
|
"hyperf/conditionable": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/config": "*",
|
|
|
|
"hyperf/config-aliyun-acm": "*",
|
|
|
|
"hyperf/config-apollo": "*",
|
|
|
|
"hyperf/config-center": "*",
|
|
|
|
"hyperf/config-etcd": "*",
|
|
|
|
"hyperf/config-nacos": "*",
|
|
|
|
"hyperf/config-zookeeper": "*",
|
|
|
|
"hyperf/constants": "*",
|
|
|
|
"hyperf/consul": "*",
|
2022-02-16 11:17:15 +08:00
|
|
|
"hyperf/context": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/contract": "*",
|
2021-11-05 16:06:17 +08:00
|
|
|
"hyperf/coordinator": "*",
|
2023-04-11 09:38:53 +08:00
|
|
|
"hyperf/coroutine": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/crontab": "*",
|
|
|
|
"hyperf/dag": "*",
|
|
|
|
"hyperf/database": "*",
|
2022-08-09 23:56:23 +08:00
|
|
|
"hyperf/database-pgsql": "*",
|
2024-02-20 12:05:45 +08:00
|
|
|
"hyperf/database-sqlite": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/db": "*",
|
|
|
|
"hyperf/db-connection": "*",
|
|
|
|
"hyperf/devtool": "*",
|
|
|
|
"hyperf/di": "*",
|
|
|
|
"hyperf/dispatcher": "*",
|
|
|
|
"hyperf/elasticsearch": "*",
|
|
|
|
"hyperf/etcd": "*",
|
|
|
|
"hyperf/event": "*",
|
|
|
|
"hyperf/exception-handler": "*",
|
|
|
|
"hyperf/filesystem": "*",
|
|
|
|
"hyperf/framework": "*",
|
|
|
|
"hyperf/graphql": "*",
|
|
|
|
"hyperf/grpc": "*",
|
|
|
|
"hyperf/grpc-client": "*",
|
|
|
|
"hyperf/grpc-server": "*",
|
|
|
|
"hyperf/guzzle": "*",
|
|
|
|
"hyperf/http-message": "*",
|
|
|
|
"hyperf/http-server": "*",
|
2023-03-17 13:41:46 +08:00
|
|
|
"hyperf/http2-client": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/ide-helper": "*",
|
|
|
|
"hyperf/json-rpc": "*",
|
|
|
|
"hyperf/kafka": "*",
|
|
|
|
"hyperf/load-balancer": "*",
|
|
|
|
"hyperf/logger": "*",
|
2021-10-21 09:43:59 +08:00
|
|
|
"hyperf/macroable": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/memory": "*",
|
|
|
|
"hyperf/metric": "*",
|
2023-07-23 20:01:33 +08:00
|
|
|
"hyperf/migration-generator": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/model-cache": "*",
|
|
|
|
"hyperf/model-listener": "*",
|
|
|
|
"hyperf/nacos": "*",
|
|
|
|
"hyperf/nats": "*",
|
|
|
|
"hyperf/nsq": "*",
|
|
|
|
"hyperf/paginator": "*",
|
|
|
|
"hyperf/phar": "*",
|
2023-04-03 09:27:20 +08:00
|
|
|
"hyperf/pipeline": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/pool": "*",
|
|
|
|
"hyperf/process": "*",
|
|
|
|
"hyperf/protocol": "*",
|
|
|
|
"hyperf/rate-limit": "*",
|
|
|
|
"hyperf/reactive-x": "*",
|
|
|
|
"hyperf/redis": "*",
|
|
|
|
"hyperf/resource": "*",
|
|
|
|
"hyperf/resource-grpc": "*",
|
|
|
|
"hyperf/retry": "*",
|
|
|
|
"hyperf/rpc": "*",
|
|
|
|
"hyperf/rpc-client": "*",
|
|
|
|
"hyperf/rpc-multiplex": "*",
|
|
|
|
"hyperf/rpc-server": "*",
|
|
|
|
"hyperf/rpn": "*",
|
|
|
|
"hyperf/scout": "*",
|
2023-04-24 15:07:56 +08:00
|
|
|
"hyperf/serializer": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/server": "*",
|
|
|
|
"hyperf/service-governance": "*",
|
2021-07-18 13:34:57 +08:00
|
|
|
"hyperf/service-governance-consul": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/service-governance-nacos": "*",
|
|
|
|
"hyperf/session": "*",
|
|
|
|
"hyperf/signal": "*",
|
|
|
|
"hyperf/snowflake": "*",
|
|
|
|
"hyperf/socket": "*",
|
|
|
|
"hyperf/socketio-server": "*",
|
2023-08-25 11:55:47 +08:00
|
|
|
"hyperf/stdlib": "*",
|
2023-04-12 13:39:56 +08:00
|
|
|
"hyperf/stringable": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/super-globals": "*",
|
2023-04-25 09:31:42 +08:00
|
|
|
"hyperf/support": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/swagger": "*",
|
2023-03-28 23:02:39 +08:00
|
|
|
"hyperf/tappable": "*",
|
2021-06-29 13:41:42 +08:00
|
|
|
"hyperf/task": "*",
|
|
|
|
"hyperf/testing": "*",
|
|
|
|
"hyperf/tracer": "*",
|
|
|
|
"hyperf/translation": "*",
|
|
|
|
"hyperf/utils": "*",
|
|
|
|
"hyperf/validation": "*",
|
|
|
|
"hyperf/view": "*",
|
|
|
|
"hyperf/view-engine": "*",
|
|
|
|
"hyperf/watcher": "*",
|
|
|
|
"hyperf/websocket-client": "*",
|
|
|
|
"hyperf/websocket-server": "*"
|
2018-12-27 11:57:34 +08:00
|
|
|
},
|
2019-08-02 10:09:33 +08:00
|
|
|
"suggest": {},
|
2024-06-17 09:51:06 +08:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2018-12-27 11:57:34 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-01-19 13:35:21 +08:00
|
|
|
"Hyperf\\Amqp\\": "src/amqp/src/",
|
2019-07-04 18:22:17 +08:00
|
|
|
"Hyperf\\AsyncQueue\\": "src/async-queue/src/",
|
2019-01-31 17:34:28 +08:00
|
|
|
"Hyperf\\Cache\\": "src/cache/src/",
|
2024-03-16 20:50:08 +08:00
|
|
|
"Hyperf\\Carbon\\": "src/carbon/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\CircuitBreaker\\": "src/circuit-breaker/src/",
|
2023-04-25 13:50:06 +08:00
|
|
|
"Hyperf\\CodeParser\\": "src/code-parser/src/",
|
2023-04-24 10:15:14 +08:00
|
|
|
"Hyperf\\Codec\\": "src/codec/src/",
|
2023-03-28 11:57:02 +08:00
|
|
|
"Hyperf\\Collection\\": "src/collection/src/",
|
2019-05-30 17:31:18 +08:00
|
|
|
"Hyperf\\Command\\": "src/command/src/",
|
2023-03-28 23:02:39 +08:00
|
|
|
"Hyperf\\Conditionable\\": "src/conditionable/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\ConfigAliyunAcm\\": "src/config-aliyun-acm/src/",
|
2019-02-26 00:57:26 +08:00
|
|
|
"Hyperf\\ConfigApollo\\": "src/config-apollo/src/",
|
2021-06-23 01:25:46 +08:00
|
|
|
"Hyperf\\ConfigCenter\\": "src/config-center/src/",
|
2019-07-26 13:32:54 +08:00
|
|
|
"Hyperf\\ConfigEtcd\\": "src/config-etcd/src/",
|
2021-06-24 13:32:29 +08:00
|
|
|
"Hyperf\\ConfigNacos\\": "src/config-nacos/src/",
|
2019-11-14 11:22:30 +08:00
|
|
|
"Hyperf\\ConfigZookeeper\\": "src/config-zookeeper/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Config\\": "src/config/src/",
|
2019-01-26 12:18:29 +08:00
|
|
|
"Hyperf\\Constants\\": "src/constants/src/",
|
2019-02-26 00:57:26 +08:00
|
|
|
"Hyperf\\Consul\\": "src/consul/src/",
|
2022-02-16 11:17:15 +08:00
|
|
|
"Hyperf\\Context\\": "src/context/src/",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\Contract\\": "src/contract/src/",
|
2021-11-05 16:06:17 +08:00
|
|
|
"Hyperf\\Coordinator\\": "src/coordinator/src/",
|
2023-04-11 09:38:53 +08:00
|
|
|
"Hyperf\\Coroutine\\": "src/coroutine/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Crontab\\": "src/crontab/src/",
|
2019-11-02 14:29:10 +08:00
|
|
|
"Hyperf\\DB\\": "src/db/src/",
|
2021-05-15 17:46:42 +08:00
|
|
|
"Hyperf\\Dag\\": "src/dag/src/",
|
2018-12-29 11:59:16 +08:00
|
|
|
"Hyperf\\Database\\": "src/database/src/",
|
2022-08-09 23:56:23 +08:00
|
|
|
"Hyperf\\Database\\PgSQL\\": "src/database-pgsql/src/",
|
2024-02-20 12:05:45 +08:00
|
|
|
"Hyperf\\Database\\SQLite\\": "src/database-sqlite/src/",
|
2018-12-29 13:41:23 +08:00
|
|
|
"Hyperf\\DbConnection\\": "src/db-connection/src/",
|
2018-12-28 12:03:37 +08:00
|
|
|
"Hyperf\\Devtool\\": "src/devtool/src/",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\Di\\": "src/di/src/",
|
|
|
|
"Hyperf\\Dispatcher\\": "src/dispatcher/src/",
|
2019-02-27 09:59:34 +08:00
|
|
|
"Hyperf\\Elasticsearch\\": "src/elasticsearch/src/",
|
2019-07-26 13:29:11 +08:00
|
|
|
"Hyperf\\Etcd\\": "src/etcd/src/",
|
2018-12-31 02:07:50 +08:00
|
|
|
"Hyperf\\Event\\": "src/event/src/",
|
2019-06-08 15:52:59 +08:00
|
|
|
"Hyperf\\ExceptionHandler\\": "src/exception-handler/src/",
|
2020-03-23 00:36:47 +08:00
|
|
|
"Hyperf\\Filesystem\\": "src/filesystem/src/",
|
2019-03-05 17:47:37 +08:00
|
|
|
"Hyperf\\Framework\\": "src/framework/src/",
|
2019-07-11 18:00:59 +08:00
|
|
|
"Hyperf\\GraphQL\\": "src/graphql/src/",
|
2019-02-21 22:15:46 +08:00
|
|
|
"Hyperf\\GrpcClient\\": "src/grpc-client/src/",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\GrpcServer\\": "src/grpc-server/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Grpc\\": "src/grpc/src/",
|
2019-01-17 13:30:30 +08:00
|
|
|
"Hyperf\\Guzzle\\": "src/guzzle/src/",
|
2023-03-17 13:41:46 +08:00
|
|
|
"Hyperf\\Http2Client\\": "src/http2-client/src/",
|
2019-04-25 18:07:31 +08:00
|
|
|
"Hyperf\\HttpMessage\\": "src/http-message/src/",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\HttpServer\\": "src/http-server/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\JsonRpc\\": "src/json-rpc/src/",
|
2020-11-22 16:39:16 +08:00
|
|
|
"Hyperf\\Kafka\\": "src/kafka/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\LoadBalancer\\": "src/load-balancer/src/",
|
2019-03-05 17:47:37 +08:00
|
|
|
"Hyperf\\Logger\\": "src/logger/src/",
|
2021-10-25 09:29:21 +08:00
|
|
|
"Hyperf\\Macroable\\": "src/macroable/src/",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\Memory\\": "src/memory/src/",
|
2019-10-25 16:42:41 +08:00
|
|
|
"Hyperf\\Metric\\": "src/metric/src/",
|
2023-07-23 20:01:33 +08:00
|
|
|
"Hyperf\\MigrationGenerator\\": "src/migration-generator/src/",
|
2019-02-08 00:27:40 +08:00
|
|
|
"Hyperf\\ModelCache\\": "src/model-cache/src/",
|
2019-08-23 14:42:05 +08:00
|
|
|
"Hyperf\\ModelListener\\": "src/model-listener/src/",
|
2020-08-07 09:47:28 +08:00
|
|
|
"Hyperf\\Nacos\\": "src/nacos/src/",
|
2019-10-30 22:04:16 +08:00
|
|
|
"Hyperf\\Nats\\": "src/nats/src/",
|
2020-01-20 16:59:47 +08:00
|
|
|
"Hyperf\\Nsq\\": "src/nsq/src/",
|
2019-01-18 18:24:56 +08:00
|
|
|
"Hyperf\\Paginator\\": "src/paginator/src/",
|
2020-11-25 23:42:52 +08:00
|
|
|
"Hyperf\\Phar\\": "src/phar/src/",
|
2023-04-03 09:27:20 +08:00
|
|
|
"Hyperf\\Pipeline\\": "src/pipeline/src/",
|
2018-12-29 14:53:39 +08:00
|
|
|
"Hyperf\\Pool\\": "src/pool/src/",
|
2019-01-12 13:14:39 +08:00
|
|
|
"Hyperf\\Process\\": "src/process/src/",
|
2019-10-25 16:42:41 +08:00
|
|
|
"Hyperf\\Protocol\\": "src/protocol/src/",
|
2019-03-11 14:52:31 +08:00
|
|
|
"Hyperf\\RateLimit\\": "src/rate-limit/src/",
|
2020-06-11 22:23:02 +08:00
|
|
|
"Hyperf\\ReactiveX\\": "src/reactive-x/src/",
|
2019-01-03 19:16:02 +08:00
|
|
|
"Hyperf\\Redis\\": "src/redis/src/",
|
2020-09-18 17:48:00 +08:00
|
|
|
"Hyperf\\ResourceGrpc\\": "src/resource-grpc/src/",
|
|
|
|
"Hyperf\\Resource\\": "src/resource/src/",
|
2020-08-07 09:47:28 +08:00
|
|
|
"Hyperf\\Retry\\": "src/retry/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\RpcClient\\": "src/rpc-client/src/",
|
2021-06-29 13:41:42 +08:00
|
|
|
"Hyperf\\RpcMultiplex\\": "src/rpc-multiplex/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\RpcServer\\": "src/rpc-server/src/",
|
|
|
|
"Hyperf\\Rpc\\": "src/rpc/src/",
|
2021-05-20 16:51:31 +08:00
|
|
|
"Hyperf\\Rpn\\": "src/rpn/src/",
|
2019-12-23 15:34:00 +08:00
|
|
|
"Hyperf\\Scout\\": "src/scout/src/",
|
2023-04-24 15:07:56 +08:00
|
|
|
"Hyperf\\Serializer\\": "src/serializer/src/",
|
2019-04-17 12:53:44 +08:00
|
|
|
"Hyperf\\Server\\": "src/server/src/",
|
2021-07-18 13:34:57 +08:00
|
|
|
"Hyperf\\ServiceGovernanceConsul\\": "src/service-governance-consul/src/",
|
2021-06-24 17:12:15 +08:00
|
|
|
"Hyperf\\ServiceGovernanceNacos\\": "src/service-governance-nacos/src/",
|
2019-07-08 09:57:54 +08:00
|
|
|
"Hyperf\\ServiceGovernance\\": "src/service-governance/src/",
|
2019-08-20 20:49:34 +08:00
|
|
|
"Hyperf\\Session\\": "src/session/src/",
|
2020-06-04 14:13:37 +08:00
|
|
|
"Hyperf\\Signal\\": "src/signal/src/",
|
2019-08-14 11:17:05 +08:00
|
|
|
"Hyperf\\Snowflake\\": "src/snowflake/src/",
|
2020-04-27 16:47:07 +08:00
|
|
|
"Hyperf\\SocketIOServer\\": "src/socketio-server/src/",
|
2019-10-25 16:42:41 +08:00
|
|
|
"Hyperf\\Socket\\": "src/socket/src/",
|
2023-08-25 11:55:47 +08:00
|
|
|
"Hyperf\\Stdlib\\": "src/stdlib/src/",
|
2023-04-12 13:39:56 +08:00
|
|
|
"Hyperf\\Stringable\\": "src/stringable/src/",
|
2020-01-01 19:28:06 +08:00
|
|
|
"Hyperf\\SuperGlobals\\": "src/super-globals/src/",
|
2023-04-25 09:31:42 +08:00
|
|
|
"Hyperf\\Support\\": "src/support/src/",
|
2019-07-08 09:57:54 +08:00
|
|
|
"Hyperf\\Swagger\\": "src/swagger/src/",
|
2023-03-28 23:02:39 +08:00
|
|
|
"Hyperf\\Tappable\\": "src/tappable/src/",
|
2019-07-13 17:33:56 +08:00
|
|
|
"Hyperf\\Task\\": "src/task/src/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Testing\\": "src/testing/src/",
|
2019-02-11 12:09:11 +08:00
|
|
|
"Hyperf\\Tracer\\": "src/tracer/src/",
|
2019-08-20 20:58:28 +08:00
|
|
|
"Hyperf\\Translation\\": "src/translation/src/",
|
2019-08-20 21:06:13 +08:00
|
|
|
"Hyperf\\Validation\\": "src/validation/src/",
|
2020-10-30 16:33:16 +08:00
|
|
|
"Hyperf\\ViewEngine\\": "src/view-engine/src/",
|
2019-07-13 16:39:10 +08:00
|
|
|
"Hyperf\\View\\": "src/view/src/",
|
2020-06-24 20:39:37 +08:00
|
|
|
"Hyperf\\Watcher\\": "src/watcher/src/",
|
2019-06-26 11:09:47 +08:00
|
|
|
"Hyperf\\WebSocketClient\\": "src/websocket-client/src/",
|
|
|
|
"Hyperf\\WebSocketServer\\": "src/websocket-server/src/"
|
2024-06-17 09:51:06 +08:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/async-queue/src/Functions.php",
|
|
|
|
"src/collection/src/Functions.php",
|
|
|
|
"src/config/src/Functions.php",
|
|
|
|
"src/coordinator/src/Functions.php",
|
|
|
|
"src/coroutine/src/Functions.php",
|
|
|
|
"src/nats/src/Functions.php",
|
|
|
|
"src/stringable/src/Functions.php",
|
|
|
|
"src/support/src/Functions.php",
|
|
|
|
"src/tappable/src/Functions.php",
|
|
|
|
"src/translation/src/Functions.php",
|
|
|
|
"src/view-engine/src/Functions.php",
|
|
|
|
"src/watcher/src/Functions.php"
|
|
|
|
]
|
2018-12-27 11:57:34 +08:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2019-08-14 12:43:37 +08:00
|
|
|
"GPBMetadata\\": "src/grpc-client/tests/GPBMetadata/",
|
|
|
|
"Grpc\\": "src/grpc-client/tests/Grpc/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Amqp\\": "src/amqp/tests/",
|
|
|
|
"HyperfTest\\AsyncQueue\\": "src/async-queue/tests/",
|
|
|
|
"HyperfTest\\Cache\\": "src/cache/tests/",
|
2024-03-16 20:50:08 +08:00
|
|
|
"HyperfTest\\Carbon\\": "src/carbon/tests/",
|
2021-08-25 19:07:26 +08:00
|
|
|
"HyperfTest\\CircuitBreaker\\": "src/circuit-breaker/tests/",
|
2023-04-25 13:50:06 +08:00
|
|
|
"HyperfTest\\CodeParser\\": "src/code-parser/tests/",
|
2023-04-24 10:15:14 +08:00
|
|
|
"HyperfTest\\Codec\\": "src/codec/tests/",
|
2023-03-28 11:57:02 +08:00
|
|
|
"HyperfTest\\Collection\\": "src/collection/tests/",
|
2019-09-10 17:13:55 +08:00
|
|
|
"HyperfTest\\Command\\": "src/command/tests/",
|
2023-03-28 23:02:39 +08:00
|
|
|
"HyperfTest\\Conditionable\\": "src/conditionable/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\ConfigApollo\\": "src/config-apollo/tests/",
|
2021-06-23 01:25:46 +08:00
|
|
|
"HyperfTest\\ConfigCenter\\": "src/config-center/tests/",
|
2021-07-19 12:15:16 +08:00
|
|
|
"HyperfTest\\ConfigEtcd\\": "src/config-etcd/tests/",
|
2021-06-24 13:32:29 +08:00
|
|
|
"HyperfTest\\ConfigNacos\\": "src/config-nacos/tests/",
|
2019-11-14 11:22:30 +08:00
|
|
|
"HyperfTest\\ConfigZookeeper\\": "src/config-zookeeper/tests/",
|
2019-08-06 13:58:48 +08:00
|
|
|
"HyperfTest\\Config\\": "src/config/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Constants\\": "src/constants/tests/",
|
|
|
|
"HyperfTest\\Consul\\": "src/consul/tests/",
|
2022-02-16 11:17:15 +08:00
|
|
|
"HyperfTest\\Context\\": "src/context/tests/",
|
2021-11-05 16:06:17 +08:00
|
|
|
"HyperfTest\\Coordinator\\": "src/coordinator/tests/",
|
2023-04-11 09:38:53 +08:00
|
|
|
"HyperfTest\\Coroutine\\": "src/coroutine/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Crontab\\": "src/crontab/tests/",
|
2019-11-02 14:29:10 +08:00
|
|
|
"HyperfTest\\DB\\": "src/db/tests/",
|
2021-05-15 17:46:42 +08:00
|
|
|
"HyperfTest\\Dag\\": "src/dag/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Database\\": "src/database/tests/",
|
2022-08-09 23:56:23 +08:00
|
|
|
"HyperfTest\\Database\\PgSQL\\": "src/database-pgsql/tests/",
|
2024-02-20 12:05:45 +08:00
|
|
|
"HyperfTest\\Database\\SQLite\\": "src/database-sqlite/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\DbConnection\\": "src/db-connection/tests/",
|
2020-04-30 07:17:56 +08:00
|
|
|
"HyperfTest\\Devtool\\": "src/devtool/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Di\\": "src/di/tests/",
|
|
|
|
"HyperfTest\\Dispatcher\\": "src/dispatcher/tests/",
|
|
|
|
"HyperfTest\\Elasticsearch\\": "src/elasticsearch/tests/",
|
|
|
|
"HyperfTest\\Etcd\\": "src/etcd/tests/",
|
|
|
|
"HyperfTest\\Event\\": "src/event/tests/",
|
2019-09-16 09:28:45 +08:00
|
|
|
"HyperfTest\\ExceptionHandler\\": "src/exception-handler/tests/",
|
2020-03-23 00:36:47 +08:00
|
|
|
"HyperfTest\\Filesystem\\": "src/filesystem/tests/",
|
2019-11-28 10:25:15 +08:00
|
|
|
"HyperfTest\\Framework\\": "src/framework/tests/",
|
2019-08-13 16:50:14 +08:00
|
|
|
"HyperfTest\\GrpcClient\\": "src/grpc-client/tests/",
|
2019-08-25 14:29:44 +08:00
|
|
|
"HyperfTest\\GrpcServer\\": "src/grpc-server/tests/",
|
2019-08-02 10:26:05 +08:00
|
|
|
"HyperfTest\\Guzzle\\": "src/guzzle/tests/",
|
2023-03-17 13:41:46 +08:00
|
|
|
"HyperfTest\\Http2Client\\": "src/http2-client/tests/",
|
2019-08-06 11:05:45 +08:00
|
|
|
"HyperfTest\\HttpMessage\\": "src/http-message/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\HttpServer\\": "src/http-server/tests/",
|
2019-08-04 20:55:57 +08:00
|
|
|
"HyperfTest\\JsonRpc\\": "src/json-rpc/tests/",
|
2020-11-22 16:39:16 +08:00
|
|
|
"HyperfTest\\Kafka\\": "src/kafka/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\LoadBalancer\\": "src/load-balancer/tests/",
|
|
|
|
"HyperfTest\\Logger\\": "src/logger/tests/",
|
2021-10-25 09:29:21 +08:00
|
|
|
"HyperfTest\\Macroable\\": "src/macroable/tests/",
|
2019-10-25 16:42:41 +08:00
|
|
|
"HyperfTest\\Metric\\": "src/metric/tests/",
|
2023-07-23 20:01:33 +08:00
|
|
|
"HyperfTest\\MigrationGenerator\\": "src/migration-generator/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\ModelCache\\": "src/model-cache/tests/",
|
2019-08-23 14:42:05 +08:00
|
|
|
"HyperfTest\\ModelListener\\": "src/model-listener/tests/",
|
2021-06-20 18:22:38 +08:00
|
|
|
"HyperfTest\\Nacos\\": "src/nacos/tests/",
|
2019-10-30 22:04:16 +08:00
|
|
|
"HyperfTest\\Nats\\": "src/nats/tests/",
|
2020-01-20 16:59:47 +08:00
|
|
|
"HyperfTest\\Nsq\\": "src/nsq/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Paginator\\": "src/paginator/tests/",
|
2020-11-25 23:42:52 +08:00
|
|
|
"HyperfTest\\Phar\\": "src/phar/tests/",
|
2023-04-03 09:27:20 +08:00
|
|
|
"HyperfTest\\Pipeline\\": "src/pipeline/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Pool\\": "src/pool/tests/",
|
|
|
|
"HyperfTest\\Process\\": "src/process/tests/",
|
2019-10-25 16:42:41 +08:00
|
|
|
"HyperfTest\\Protocol\\": "src/protocol/tests/",
|
2019-12-18 14:21:13 +08:00
|
|
|
"HyperfTest\\RateLimit\\": "src/rate-limit/tests/",
|
2020-06-14 13:34:55 +08:00
|
|
|
"HyperfTest\\ReactiveX\\": "src/reactive-x/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Redis\\": "src/redis/tests/",
|
2020-09-18 17:48:00 +08:00
|
|
|
"HyperfTest\\ResourceGrpc\\": "src/resource-grpc/tests/",
|
|
|
|
"HyperfTest\\Resource\\": "src/resource/tests/",
|
2020-08-07 09:47:28 +08:00
|
|
|
"HyperfTest\\Retry\\": "src/retry/tests/",
|
2021-01-24 18:15:00 +08:00
|
|
|
"HyperfTest\\RpcClient\\": "src/rpc-client/tests/",
|
2021-06-29 13:41:42 +08:00
|
|
|
"HyperfTest\\RpcMultiplex\\": "src/rpc-multiplex/tests/",
|
2020-10-29 18:16:04 +08:00
|
|
|
"HyperfTest\\RpcServer\\": "src/rpc-server/tests/",
|
2019-08-02 14:20:23 +08:00
|
|
|
"HyperfTest\\Rpc\\": "src/rpc/tests/",
|
2021-05-20 16:51:31 +08:00
|
|
|
"HyperfTest\\Rpn\\": "src/rpn/tests/",
|
2019-12-23 15:34:00 +08:00
|
|
|
"HyperfTest\\Scout\\": "src/scout/tests/",
|
2023-04-24 15:07:56 +08:00
|
|
|
"HyperfTest\\Serializer\\": "src/serializer/tests/",
|
2019-08-08 18:52:13 +08:00
|
|
|
"HyperfTest\\Server\\": "src/server/tests/",
|
2021-08-10 10:04:45 +08:00
|
|
|
"HyperfTest\\ServiceGovernanceConsul\\": "src/service-governance-consul/tests/",
|
2021-06-24 17:12:15 +08:00
|
|
|
"HyperfTest\\ServiceGovernanceNacos\\": "src/service-governance-nacos/tests/",
|
2019-08-02 15:45:49 +08:00
|
|
|
"HyperfTest\\ServiceGovernance\\": "src/service-governance/tests/",
|
2019-08-20 20:49:34 +08:00
|
|
|
"HyperfTest\\Session\\": "src/session/tests/",
|
2020-06-04 14:13:37 +08:00
|
|
|
"HyperfTest\\Signal\\": "src/signal/tests/",
|
2019-08-14 11:17:05 +08:00
|
|
|
"HyperfTest\\Snowflake\\": "src/snowflake/tests/",
|
2020-04-27 23:21:28 +08:00
|
|
|
"HyperfTest\\SocketIOServer\\": "src/socketio-server/tests/",
|
2019-10-25 16:42:41 +08:00
|
|
|
"HyperfTest\\Socket\\": "src/socket/tests/",
|
2023-08-25 11:55:47 +08:00
|
|
|
"HyperfTest\\Stdlib\\": "src/stdlib/tests/",
|
2023-04-12 13:39:56 +08:00
|
|
|
"HyperfTest\\Stringable\\": "src/stringable/tests/",
|
2020-01-01 19:28:06 +08:00
|
|
|
"HyperfTest\\SuperGlobals\\": "src/super-globals/tests/",
|
2023-04-25 09:31:42 +08:00
|
|
|
"HyperfTest\\Support\\": "src/support/tests/",
|
2023-12-14 12:05:10 +08:00
|
|
|
"HyperfTest\\Swagger\\": "src/swagger/tests/",
|
2023-03-28 23:02:39 +08:00
|
|
|
"HyperfTest\\Tappable\\": "src/tappable/tests/",
|
2019-08-02 10:09:33 +08:00
|
|
|
"HyperfTest\\Task\\": "src/task/tests/",
|
2019-08-22 09:41:29 +08:00
|
|
|
"HyperfTest\\Testing\\": "src/testing/tests/",
|
2021-11-19 09:40:33 +08:00
|
|
|
"HyperfTest\\Tracer\\": "src/tracer/tests/",
|
2019-08-20 20:58:28 +08:00
|
|
|
"HyperfTest\\Translation\\": "src/translation/tests/",
|
2019-08-20 21:06:13 +08:00
|
|
|
"HyperfTest\\Validation\\": "src/validation/tests/",
|
2020-10-30 16:33:16 +08:00
|
|
|
"HyperfTest\\ViewEngine\\": "src/view-engine/tests/",
|
2019-11-10 14:34:57 +08:00
|
|
|
"HyperfTest\\View\\": "src/view/tests/",
|
2020-06-24 20:39:37 +08:00
|
|
|
"HyperfTest\\Watcher\\": "src/watcher/tests/",
|
2020-09-10 14:34:50 +08:00
|
|
|
"HyperfTest\\WebSocketClient\\": "src/websocket-client/tests/",
|
2020-09-21 15:08:43 +08:00
|
|
|
"HyperfTest\\WebSocketServer\\": "src/websocket-server/tests/",
|
2021-06-20 10:18:28 +08:00
|
|
|
"Hyperf\\IDEHelper\\": "src/ide-helper/src/",
|
2022-08-20 15:36:11 +08:00
|
|
|
"Routeguide\\": "src/grpc-client/tests/Routeguide/",
|
|
|
|
"UserService\\": "src/grpc-client/tests/UserService/"
|
2018-12-27 11:57:34 +08:00
|
|
|
}
|
|
|
|
},
|
2024-06-17 09:51:06 +08:00
|
|
|
"bin": [],
|
2018-12-27 11:57:34 +08:00
|
|
|
"config": {
|
2024-06-17 09:51:06 +08:00
|
|
|
"allow-plugins": {
|
|
|
|
"ergebnis/composer-normalize": true
|
|
|
|
},
|
2021-01-17 19:45:57 +08:00
|
|
|
"optimize-autoloader": true,
|
2023-06-20 13:01:15 +08:00
|
|
|
"sort-packages": true
|
2018-12-27 11:57:34 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-08-02 10:09:33 +08:00
|
|
|
"branch-alias": {},
|
2018-12-27 20:00:04 +08:00
|
|
|
"hyperf": {
|
2018-12-27 11:57:34 +08:00
|
|
|
"config": [
|
2019-01-19 13:35:21 +08:00
|
|
|
"Hyperf\\Amqp\\ConfigProvider",
|
2019-07-04 18:22:17 +08:00
|
|
|
"Hyperf\\AsyncQueue\\ConfigProvider",
|
2019-01-31 17:34:28 +08:00
|
|
|
"Hyperf\\Cache\\ConfigProvider",
|
2024-03-16 20:50:08 +08:00
|
|
|
"Hyperf\\Carbon\\ConfigProvider",
|
2019-07-23 15:03:25 +08:00
|
|
|
"Hyperf\\CircuitBreaker\\ConfigProvider",
|
2023-07-13 15:11:39 +08:00
|
|
|
"Hyperf\\Command\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\ConfigAliyunAcm\\ConfigProvider",
|
2019-02-26 00:57:26 +08:00
|
|
|
"Hyperf\\ConfigApollo\\ConfigProvider",
|
2021-06-23 01:25:46 +08:00
|
|
|
"Hyperf\\ConfigCenter\\ConfigProvider",
|
2019-07-26 13:32:54 +08:00
|
|
|
"Hyperf\\ConfigEtcd\\ConfigProvider",
|
2021-06-24 13:32:29 +08:00
|
|
|
"Hyperf\\ConfigNacos\\ConfigProvider",
|
2019-11-14 11:22:30 +08:00
|
|
|
"Hyperf\\ConfigZookeeper\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Config\\ConfigProvider",
|
2019-09-10 17:13:55 +08:00
|
|
|
"Hyperf\\Constants\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Consul\\ConfigProvider",
|
|
|
|
"Hyperf\\Crontab\\ConfigProvider",
|
2019-11-02 14:29:10 +08:00
|
|
|
"Hyperf\\DB\\ConfigProvider",
|
2021-05-15 17:46:42 +08:00
|
|
|
"Hyperf\\Dag\\ConfigProvider",
|
2022-08-09 23:56:23 +08:00
|
|
|
"Hyperf\\Database\\PgSQL\\ConfigProvider",
|
2024-02-20 12:05:45 +08:00
|
|
|
"Hyperf\\Database\\SQLite\\ConfigProvider",
|
2018-12-29 13:41:23 +08:00
|
|
|
"Hyperf\\DbConnection\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Devtool\\ConfigProvider",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\Di\\ConfigProvider",
|
|
|
|
"Hyperf\\Dispatcher\\ConfigProvider",
|
2019-07-26 13:29:11 +08:00
|
|
|
"Hyperf\\Etcd\\ConfigProvider",
|
2018-12-31 02:07:50 +08:00
|
|
|
"Hyperf\\Event\\ConfigProvider",
|
2019-06-08 15:52:59 +08:00
|
|
|
"Hyperf\\ExceptionHandler\\ConfigProvider",
|
2020-03-23 00:36:47 +08:00
|
|
|
"Hyperf\\Filesystem\\ConfigProvider",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\Framework\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\GraphQL\\ConfigProvider",
|
2019-02-21 22:15:46 +08:00
|
|
|
"Hyperf\\GrpcClient\\ConfigProvider",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\GrpcServer\\ConfigProvider",
|
2020-05-26 09:54:53 +08:00
|
|
|
"Hyperf\\Guzzle\\ConfigProvider",
|
2023-03-17 13:41:46 +08:00
|
|
|
"Hyperf\\Http2Client\\ConfigProvider",
|
2020-06-19 15:47:53 +08:00
|
|
|
"Hyperf\\HttpMessage\\ConfigProvider",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\HttpServer\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\JsonRpc\\ConfigProvider",
|
2020-11-22 16:39:16 +08:00
|
|
|
"Hyperf\\Kafka\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\LoadBalancer\\ConfigProvider",
|
2019-03-05 17:47:37 +08:00
|
|
|
"Hyperf\\Logger\\ConfigProvider",
|
2018-12-27 20:00:04 +08:00
|
|
|
"Hyperf\\Memory\\ConfigProvider",
|
2019-10-30 14:36:00 +08:00
|
|
|
"Hyperf\\Metric\\ConfigProvider",
|
2023-07-23 20:01:33 +08:00
|
|
|
"Hyperf\\MigrationGenerator\\ConfigProvider",
|
2019-02-08 00:27:40 +08:00
|
|
|
"Hyperf\\ModelCache\\ConfigProvider",
|
2019-08-23 14:42:05 +08:00
|
|
|
"Hyperf\\ModelListener\\ConfigProvider",
|
2020-08-07 09:47:28 +08:00
|
|
|
"Hyperf\\Nacos\\ConfigProvider",
|
2019-10-30 22:04:16 +08:00
|
|
|
"Hyperf\\Nats\\ConfigProvider",
|
2020-01-20 16:59:47 +08:00
|
|
|
"Hyperf\\Nsq\\ConfigProvider",
|
2019-01-18 18:24:56 +08:00
|
|
|
"Hyperf\\Paginator\\ConfigProvider",
|
2020-11-25 23:42:52 +08:00
|
|
|
"Hyperf\\Phar\\ConfigProvider",
|
2019-01-08 09:34:29 +08:00
|
|
|
"Hyperf\\Pool\\ConfigProvider",
|
2019-01-12 13:14:39 +08:00
|
|
|
"Hyperf\\Process\\ConfigProvider",
|
2019-10-25 16:42:41 +08:00
|
|
|
"Hyperf\\Protocol\\ConfigProvider",
|
2019-03-11 14:52:31 +08:00
|
|
|
"Hyperf\\RateLimit\\ConfigProvider",
|
2020-06-11 22:23:02 +08:00
|
|
|
"Hyperf\\ReactiveX\\ConfigProvider",
|
2019-01-03 19:16:02 +08:00
|
|
|
"Hyperf\\Redis\\ConfigProvider",
|
2020-09-18 17:48:00 +08:00
|
|
|
"Hyperf\\ResourceGrpc\\ConfigProvider",
|
|
|
|
"Hyperf\\Resource\\ConfigProvider",
|
2020-08-07 09:47:28 +08:00
|
|
|
"Hyperf\\Retry\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\RpcClient\\ConfigProvider",
|
2021-06-29 13:41:42 +08:00
|
|
|
"Hyperf\\RpcMultiplex\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\RpcServer\\ConfigProvider",
|
2021-05-20 16:51:31 +08:00
|
|
|
"Hyperf\\Rpn\\ConfigProvider",
|
2019-12-23 15:34:00 +08:00
|
|
|
"Hyperf\\Scout\\ConfigProvider",
|
2023-04-25 09:31:42 +08:00
|
|
|
"Hyperf\\Serializer\\ConfigProvider",
|
2019-04-25 18:07:31 +08:00
|
|
|
"Hyperf\\Server\\ConfigProvider",
|
2021-07-18 13:34:57 +08:00
|
|
|
"Hyperf\\ServiceGovernanceConsul\\ConfigProvider",
|
2021-06-24 17:12:15 +08:00
|
|
|
"Hyperf\\ServiceGovernanceNacos\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\ServiceGovernance\\ConfigProvider",
|
2019-08-20 20:49:34 +08:00
|
|
|
"Hyperf\\Session\\ConfigProvider",
|
2020-06-04 14:13:37 +08:00
|
|
|
"Hyperf\\Signal\\ConfigProvider",
|
2019-08-14 11:17:05 +08:00
|
|
|
"Hyperf\\Snowflake\\ConfigProvider",
|
2020-04-27 16:47:07 +08:00
|
|
|
"Hyperf\\SocketIOServer\\ConfigProvider",
|
2019-10-25 16:42:41 +08:00
|
|
|
"Hyperf\\Socket\\ConfigProvider",
|
2020-01-01 19:28:06 +08:00
|
|
|
"Hyperf\\SuperGlobals\\ConfigProvider",
|
2019-08-02 10:09:33 +08:00
|
|
|
"Hyperf\\Swagger\\ConfigProvider",
|
2019-07-13 17:33:56 +08:00
|
|
|
"Hyperf\\Task\\ConfigProvider",
|
2019-02-11 12:09:11 +08:00
|
|
|
"Hyperf\\Tracer\\ConfigProvider",
|
2019-08-20 20:58:28 +08:00
|
|
|
"Hyperf\\Translation\\ConfigProvider",
|
2019-08-20 21:06:13 +08:00
|
|
|
"Hyperf\\Validation\\ConfigProvider",
|
2020-10-30 16:33:16 +08:00
|
|
|
"Hyperf\\ViewEngine\\ConfigProvider",
|
2019-07-13 16:39:10 +08:00
|
|
|
"Hyperf\\View\\ConfigProvider",
|
2020-06-24 20:39:37 +08:00
|
|
|
"Hyperf\\Watcher\\ConfigProvider",
|
2019-06-26 11:09:47 +08:00
|
|
|
"Hyperf\\WebSocketClient\\ConfigProvider",
|
|
|
|
"Hyperf\\WebSocketServer\\ConfigProvider"
|
2018-12-27 11:57:34 +08:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-12-20 09:50:39 +08:00
|
|
|
"analyse": "phpstan analyse --memory-limit=-1",
|
2024-06-17 09:51:06 +08:00
|
|
|
"cs-fix": "php-cs-fixer fix $1",
|
|
|
|
"json-fix": [
|
|
|
|
"./bin/composer-json-fixer",
|
|
|
|
"@composer normalize --no-update-lock",
|
|
|
|
"find ./src -name composer.json -exec composer normalize --no-update-lock {} \\;"
|
|
|
|
],
|
|
|
|
"license-check": "docheader check src/ test/",
|
|
|
|
"rector": "rector process --clear-cache",
|
|
|
|
"test": "./bin/co-phpunit --colors=always",
|
|
|
|
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
|
2021-01-17 19:45:57 +08:00
|
|
|
}
|
2019-10-31 10:31:24 +08:00
|
|
|
}
|