Phase1 后端核心:
- 新增 fsgx_v1.sql 迁移脚本(is_queue_goods/frozen_points/available_points/no_assess)
- SystemConfigServices 返佣设置扩展(周期人数/分档比例/范围/时机)
- StoreOrderCreateServices 周期循环佣金计算
- StoreOrderTakeServices 佣金发放后同步冻结积分
- StoreProductServices/StoreProduct 保存 is_queue_goods
Phase2 后端接口:
- GET /api/hjf/brokerage/progress 佣金周期进度
- GET /api/hjf/assets/overview 资产总览
- HjfPointsServices 每日 frozen_points 0.4‰ 释放定时任务
- PUT /adminapi/hjf/member/{uid}/no_assess 不考核接口
- GET /adminapi/hjf/points/release_log 积分日志接口
Phase3 前端清理:
- hjfCustom.js 路由精简(仅保留 points/log)
- hjfQueue.js/hjfMember.js API 清理/重定向至 CRMEB 原生接口
- pages.json 公排→推荐佣金/佣金记录/佣金规则
Phase4-5 前端改造:
- queue/status.vue 推荐佣金进度页整体重写
- 商品详情/订单确认/支付结果页文案与逻辑改造
- 个人中心/资产页/引导页/规则页文案改造
- HjfQueueProgress/HjfRefundNotice/HjfAssetCard 组件改造
- 推广中心嵌入佣金进度摘要
- hjfMockData.js 全量更新(公排字段→佣金字段)
Phase6 Admin 增强:
- 用户列表新增 frozen_points/available_points 列及不考核操作按钮
- hjfPoints.js USE_MOCK=false 对接真实积分日志接口
Phase7 配置文档:
- docs/fsgx-phase7-config-checklist.md 后台配置与全链路验收清单
Made-with: Cursor
894 lines
35 KiB
PHP
Executable File
894 lines
35 KiB
PHP
Executable File
<?php return array(
|
|
'root' => array(
|
|
'name' => 'topthink/think',
|
|
'pretty_version' => '3.0.x-dev',
|
|
'version' => '3.0.9999999.9999999-dev',
|
|
'reference' => '3ead6b4335124058cd42a2a09c9d45c220b48d0b',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'adbario/php-dot-notation' => array(
|
|
'pretty_version' => '2.5.0',
|
|
'version' => '2.5.0.0',
|
|
'reference' => '081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../adbario/php-dot-notation',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'alibabacloud/tea' => array(
|
|
'pretty_version' => '3.2.1',
|
|
'version' => '3.2.1.0',
|
|
'reference' => '1619cb96c158384f72b873e1f85de8b299c9c367',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../alibabacloud/tea',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'alibabacloud/tea-fileform' => array(
|
|
'pretty_version' => '0.3.4',
|
|
'version' => '0.3.4.0',
|
|
'reference' => '4bf0c75a045c8115aa8cb1a394bd08d8bb833181',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../alibabacloud/tea-fileform',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'alipaysdk/easysdk' => array(
|
|
'pretty_version' => '2.2.3',
|
|
'version' => '2.2.3.0',
|
|
'reference' => 'c6008839a22a5fca08e9f8536730f7abfed522d5',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../alipaysdk/easysdk',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'aliyuncs/oss-sdk-php' => array(
|
|
'pretty_version' => 'v2.6.0',
|
|
'version' => '2.6.0.0',
|
|
'reference' => '572d0f8e099e8630ae7139ed3fdedb926c7a760f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../aliyuncs/oss-sdk-php',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'bacon/bacon-qr-code' => array(
|
|
'pretty_version' => '2.0.8',
|
|
'version' => '2.0.8.0',
|
|
'reference' => '8674e51bb65af933a5ffaf1c308a660387c35c22',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../bacon/bacon-qr-code',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'dasprid/enum' => array(
|
|
'pretty_version' => '1.0.5',
|
|
'version' => '1.0.5.0',
|
|
'reference' => '6faf451159fb8ba4126b925ed2d78acfce0dc016',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../dasprid/enum',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'doctrine/annotations' => array(
|
|
'pretty_version' => '1.14.3',
|
|
'version' => '1.14.3.0',
|
|
'reference' => 'fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../doctrine/annotations',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'doctrine/deprecations' => array(
|
|
'pretty_version' => 'v1.1.1',
|
|
'version' => '1.1.1.0',
|
|
'reference' => '612a3ee5ab0d5dd97b7cf3874a6efe24325efac3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../doctrine/deprecations',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'doctrine/lexer' => array(
|
|
'pretty_version' => '2.1.0',
|
|
'version' => '2.1.0.0',
|
|
'reference' => '39ab8fcf5a51ce4b85ca97c7a7d033eb12831124',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../doctrine/lexer',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'endroid/qr-code' => array(
|
|
'pretty_version' => '4.8.2',
|
|
'version' => '4.8.2.0',
|
|
'reference' => '2436c2333a3931c95e2b96eb82f16f53143d6bba',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../endroid/qr-code',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'ergebnis/classy' => array(
|
|
'pretty_version' => '1.4.0',
|
|
'version' => '1.4.0.0',
|
|
'reference' => '731295995e6b7e9cc634fed27eaec5730596c3f3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../ergebnis/classy',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'ezyang/htmlpurifier' => array(
|
|
'pretty_version' => 'v4.16.0',
|
|
'version' => '4.16.0.0',
|
|
'reference' => '523407fb06eb9e5f3d59889b3978d5bfe94299c8',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../ezyang/htmlpurifier',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'fastknife/ajcaptcha' => array(
|
|
'pretty_version' => 'v1.2.2',
|
|
'version' => '1.2.2.0',
|
|
'reference' => '87c122b6cd950fd98702e929685e5e7c0c517ddc',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../fastknife/ajcaptcha',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'firebase/php-jwt' => array(
|
|
'pretty_version' => 'v6.8.1',
|
|
'version' => '6.8.1.0',
|
|
'reference' => '5dbc8959427416b8ee09a100d7a8588c00fb2e26',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'godruoyi/php-snowflake' => array(
|
|
'pretty_version' => '2.2.4',
|
|
'version' => '2.2.4.0',
|
|
'reference' => '833ce5a542034c847ae9d74c4d89c9592cf77a4e',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../godruoyi/php-snowflake',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/command' => array(
|
|
'pretty_version' => '1.3.0',
|
|
'version' => '1.3.0.0',
|
|
'reference' => '3372bcfd79d4b357b6871665bf06155515e8d844',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/command',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/guzzle' => array(
|
|
'pretty_version' => '7.8.0',
|
|
'version' => '7.8.0.0',
|
|
'reference' => '1110f66a6530a40fe7aea0378fe608ee2b2248f9',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/guzzle-services' => array(
|
|
'pretty_version' => '1.4.0',
|
|
'version' => '1.4.0.0',
|
|
'reference' => 'f4bb1c205152a56741624b88753732e01a60565c',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/guzzle-services',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/promises' => array(
|
|
'pretty_version' => '2.0.1',
|
|
'version' => '2.0.1.0',
|
|
'reference' => '111166291a0f8130081195ac4556a5587d7f1b5d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/psr7' => array(
|
|
'pretty_version' => '2.6.1',
|
|
'version' => '2.6.1.0',
|
|
'reference' => 'be45764272e8873c72dbe3d2edcfdfcc3bc9f727',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'guzzlehttp/uri-template' => array(
|
|
'pretty_version' => 'v1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => '61bf437fc2197f587f6857d3ff903a24f1731b5d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../guzzlehttp/uri-template',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'intervention/image' => array(
|
|
'pretty_version' => '2.7.2',
|
|
'version' => '2.7.2.0',
|
|
'reference' => '04be355f8d6734c826045d02a1079ad658322dad',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../intervention/image',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'joypack/tencent-map' => array(
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => '97c0269086d53dbecb9c3c6e1d2717645d7940a8',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../joypack/tencent-map',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'league/flysystem' => array(
|
|
'pretty_version' => '2.5.0',
|
|
'version' => '2.5.0.0',
|
|
'reference' => '8aaffb653c5777781b0f7f69a5d937baf7ab6cdb',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../league/flysystem',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'league/mime-type-detection' => array(
|
|
'pretty_version' => '1.13.0',
|
|
'version' => '1.13.0.0',
|
|
'reference' => 'a6dfb1194a2946fcdc1f38219445234f65b35c96',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../league/mime-type-detection',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'maennchen/zipstream-php' => array(
|
|
'pretty_version' => '2.4.0',
|
|
'version' => '2.4.0.0',
|
|
'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../maennchen/zipstream-php',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'markbaker/complex' => array(
|
|
'pretty_version' => '3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => '95c56caa1cf5c766ad6d65b6344b807c1e8405b9',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../markbaker/complex',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'markbaker/matrix' => array(
|
|
'pretty_version' => '3.0.1',
|
|
'version' => '3.0.1.0',
|
|
'reference' => '728434227fe21be27ff6d86621a1b13107a2562c',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../markbaker/matrix',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'monolog/monolog' => array(
|
|
'pretty_version' => '2.9.1',
|
|
'version' => '2.9.1.0',
|
|
'reference' => 'f259e2b15fb95494c83f52d3caad003bbf5ffaa1',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../monolog/monolog',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'myclabs/php-enum' => array(
|
|
'pretty_version' => '1.8.4',
|
|
'version' => '1.8.4.0',
|
|
'reference' => 'a867478eae49c9f59ece437ae7f9506bfaa27483',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../myclabs/php-enum',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nesbot/carbon' => array(
|
|
'pretty_version' => '2.70.0',
|
|
'version' => '2.70.0.0',
|
|
'reference' => 'd3298b38ea8612e5f77d38d1a99438e42f70341d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nesbot/carbon',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nette/php-generator' => array(
|
|
'pretty_version' => 'v3.6.9',
|
|
'version' => '3.6.9.0',
|
|
'reference' => 'd31782f7bd2ae84ad06f863391ec3fb77ca4d0a6',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nette/php-generator',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nette/utils' => array(
|
|
'pretty_version' => 'v3.2.10',
|
|
'version' => '3.2.10.0',
|
|
'reference' => 'a4175c62652f2300c8017fb7e640f9ccb11648d2',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nette/utils',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nyholm/psr7' => array(
|
|
'pretty_version' => '1.8.0',
|
|
'version' => '1.8.0.0',
|
|
'reference' => '3cb4d163b58589e47b35103e8e5e6a6a475b47be',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nyholm/psr7',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nyholm/psr7-server' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => 'b846a689844cef114e8079d8c80f0afd96745ae3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nyholm/psr7-server',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'open-smf/connection-pool' => array(
|
|
'pretty_version' => 'v1.0.16',
|
|
'version' => '1.0.16.0',
|
|
'reference' => 'f70e47dbf56f1869d3207e15825cf38810b865e0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../open-smf/connection-pool',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'overtrue/socialite' => array(
|
|
'pretty_version' => '4.9.0',
|
|
'version' => '4.9.0.0',
|
|
'reference' => 'dcbb1eed948fe036e6de8cdf0b125f5af1bc73fb',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../overtrue/socialite',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'php-http/async-client-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '*',
|
|
),
|
|
),
|
|
'php-http/client-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '*',
|
|
),
|
|
),
|
|
'php-http/message-factory-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'phpoffice/phpspreadsheet' => array(
|
|
'pretty_version' => '1.29.0',
|
|
'version' => '1.29.0.0',
|
|
'reference' => 'fde2ccf55eaef7e86021ff1acce26479160a0fa0',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../phpoffice/phpspreadsheet',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/cache' => array(
|
|
'pretty_version' => '3.0.0',
|
|
'version' => '3.0.0.0',
|
|
'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/cache',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/cache-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '2.0|3.0',
|
|
),
|
|
),
|
|
'psr/clock' => array(
|
|
'pretty_version' => '1.0.0',
|
|
'version' => '1.0.0.0',
|
|
'reference' => 'e41a24703d4560fd0acb709162f73b8adfc3aa0d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/clock',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/clock-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/container' => array(
|
|
'pretty_version' => '2.0.2',
|
|
'version' => '2.0.2.0',
|
|
'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/container',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-client' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => '0955afe48220520692d2d09f7ab7e0f93ffd6a31',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-client',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-client-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/http-factory' => array(
|
|
'pretty_version' => '1.0.2',
|
|
'version' => '1.0.2.0',
|
|
'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-factory',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-factory-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/http-message' => array(
|
|
'pretty_version' => '1.1',
|
|
'version' => '1.1.0.0',
|
|
'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/http-message',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/http-message-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0',
|
|
),
|
|
),
|
|
'psr/log' => array(
|
|
'pretty_version' => '3.0.0',
|
|
'version' => '3.0.0.0',
|
|
'reference' => 'fe5ea303b0887d5caefd3d431c3e61ad47037001',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/log',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/log-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0.0 || 2.0.0 || 3.0.0',
|
|
),
|
|
),
|
|
'psr/simple-cache' => array(
|
|
'pretty_version' => '3.0.0',
|
|
'version' => '3.0.0.0',
|
|
'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../psr/simple-cache',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/simple-cache-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.0|2.0|3.0',
|
|
),
|
|
),
|
|
'qcloud/cos-sdk-v5' => array(
|
|
'pretty_version' => 'v2.6.6',
|
|
'version' => '2.6.6.0',
|
|
'reference' => '9d82ccb550fe2dca1adfb53835791d314023a9a8',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../qcloud/cos-sdk-v5',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'qiniu/php-sdk' => array(
|
|
'pretty_version' => 'v7.11.0',
|
|
'version' => '7.11.0.0',
|
|
'reference' => '9ee81f0acd57fa7bb435ffe9e515d7a9fdd0489b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../qiniu/php-sdk',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'ralouphie/getallheaders' => array(
|
|
'pretty_version' => '3.0.3',
|
|
'version' => '3.0.3.0',
|
|
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../ralouphie/getallheaders',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'stechstudio/backoff' => array(
|
|
'pretty_version' => '1.2',
|
|
'version' => '1.2.0.0',
|
|
'reference' => '816e46107a6be2e1072ba0ff2cb26034872dfa49',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../stechstudio/backoff',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'swoole/ide-helper' => array(
|
|
'pretty_version' => '4.8.13',
|
|
'version' => '4.8.13.0',
|
|
'reference' => 'd100c446b2e3d56430cbcab5dc3fa20a9f35c4ef',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../swoole/ide-helper',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/cache' => array(
|
|
'pretty_version' => 'v6.0.19',
|
|
'version' => '6.0.19.0',
|
|
'reference' => '81ca309f056e836480928b20280ec52ce8369bb3',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/cache',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/cache-contracts' => array(
|
|
'pretty_version' => 'v3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => '1c0a181c9ee221afe4fa55b2d13fc63c5ae14348',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/cache-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/cache-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '1.1|2.0|3.0',
|
|
),
|
|
),
|
|
'symfony/deprecation-contracts' => array(
|
|
'pretty_version' => 'v3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => '26954b3d62a6c5fd0ea8a2a00c0353a14978d05c',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/finder' => array(
|
|
'pretty_version' => 'v5.4.27',
|
|
'version' => '5.4.27.0',
|
|
'reference' => 'ff4bce3c33451e7ec778070e45bd23f74214cd5d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/finder',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/http-client' => array(
|
|
'pretty_version' => 'v6.0.20',
|
|
'version' => '6.0.20.0',
|
|
'reference' => '541c04560da1875f62c963c3aab6ea12a7314e11',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/http-client',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/http-client-contracts' => array(
|
|
'pretty_version' => 'v3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => '4184b9b63af1edaf35b6a7974c6f1f9f33294129',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/http-client-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/http-client-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '3.0',
|
|
),
|
|
),
|
|
'symfony/http-foundation' => array(
|
|
'pretty_version' => 'v6.0.20',
|
|
'version' => '6.0.20.0',
|
|
'reference' => 'e16b2676a4b3b1fa12378a20b29c364feda2a8d6',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/http-foundation',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/mime' => array(
|
|
'pretty_version' => 'v6.0.19',
|
|
'version' => '6.0.19.0',
|
|
'reference' => 'd7052547a0070cbeadd474e172b527a00d657301',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/mime',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-intl-idn' => array(
|
|
'pretty_version' => 'v1.28.0',
|
|
'version' => '1.28.0.0',
|
|
'reference' => 'ecaafce9f77234a6a449d29e49267ba10499116d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-intl-idn',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-intl-normalizer' => array(
|
|
'pretty_version' => 'v1.28.0',
|
|
'version' => '1.28.0.0',
|
|
'reference' => '8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-mbstring' => array(
|
|
'pretty_version' => 'v1.28.0',
|
|
'version' => '1.28.0.0',
|
|
'reference' => '42292d99c55abe617799667f454222c54c60e229',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-php72' => array(
|
|
'pretty_version' => 'v1.28.0',
|
|
'version' => '1.28.0.0',
|
|
'reference' => '70f4aebd92afca2f865444d30a4d2151c13c3179',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-php72',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-php80' => array(
|
|
'pretty_version' => 'v1.28.0',
|
|
'version' => '1.28.0.0',
|
|
'reference' => '6caa57379c4aec19c0a12a38b59b26487dcfe4b5',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/polyfill-php81' => array(
|
|
'pretty_version' => 'v1.28.0',
|
|
'version' => '1.28.0.0',
|
|
'reference' => '7581cd600fa9fd681b797d00b02f068e2f13263b',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/polyfill-php81',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/process' => array(
|
|
'pretty_version' => 'v6.0.19',
|
|
'version' => '6.0.19.0',
|
|
'reference' => '2114fd60f26a296cc403a7939ab91478475a33d4',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/process',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/psr-http-message-bridge' => array(
|
|
'pretty_version' => 'v2.3.1',
|
|
'version' => '2.3.1.0',
|
|
'reference' => '581ca6067eb62640de5ff08ee1ba6850a0ee472e',
|
|
'type' => 'symfony-bridge',
|
|
'install_path' => __DIR__ . '/../symfony/psr-http-message-bridge',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/service-contracts' => array(
|
|
'pretty_version' => 'v3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => 'd78d39c1599bd1188b8e26bb341da52c3c6d8a66',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/service-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/translation' => array(
|
|
'pretty_version' => 'v6.0.19',
|
|
'version' => '6.0.19.0',
|
|
'reference' => '9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/translation',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/translation-contracts' => array(
|
|
'pretty_version' => 'v3.0.2',
|
|
'version' => '3.0.2.0',
|
|
'reference' => 'acbfbb274e730e5a0236f619b6168d9dedb3e282',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/translation-contracts',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'symfony/translation-implementation' => array(
|
|
'dev_requirement' => false,
|
|
'provided' => array(
|
|
0 => '2.3|3.0',
|
|
),
|
|
),
|
|
'symfony/var-dumper' => array(
|
|
'pretty_version' => 'v6.0.19',
|
|
'version' => '6.0.19.0',
|
|
'reference' => 'eb980457fa6899840fe1687e8627a03a7d8a3d52',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/var-dumper',
|
|
'aliases' => array(),
|
|
'dev_requirement' => true,
|
|
),
|
|
'symfony/var-exporter' => array(
|
|
'pretty_version' => 'v6.0.19',
|
|
'version' => '6.0.19.0',
|
|
'reference' => 'df56f53818c2d5d9f683f4ad2e365ba73a3b69d2',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../symfony/var-exporter',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'thenorthmemory/xml' => array(
|
|
'pretty_version' => '1.1.1',
|
|
'version' => '1.1.1.0',
|
|
'reference' => '6f50c63450a0b098772423f8bdc3c4ad2c4c30bb',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../thenorthmemory/xml',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/framework' => array(
|
|
'pretty_version' => 'v8.0.2',
|
|
'version' => '8.0.2.0',
|
|
'reference' => '6477942f80090a7f3d194197765ca1217a7aab87',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/framework',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think' => array(
|
|
'pretty_version' => '3.0.x-dev',
|
|
'version' => '3.0.9999999.9999999-dev',
|
|
'reference' => '3ead6b4335124058cd42a2a09c9d45c220b48d0b',
|
|
'type' => 'project',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-annotation' => array(
|
|
'pretty_version' => 'v2.0.4',
|
|
'version' => '2.0.4.0',
|
|
'reference' => '293dae6f2d7bdb6fed1a89babe176f6059738ccf',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-annotation',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-filesystem' => array(
|
|
'pretty_version' => 'v2.0.2',
|
|
'version' => '2.0.2.0',
|
|
'reference' => 'c08503232fcae0c3c7fefae5e6b5c841ffe09f2f',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-filesystem',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-helper' => array(
|
|
'pretty_version' => 'v3.1.6',
|
|
'version' => '3.1.6.0',
|
|
'reference' => '769acbe50a4274327162f9c68ec2e89a38eb2aff',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-helper',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-image' => array(
|
|
'pretty_version' => 'v1.0.7',
|
|
'version' => '1.0.7.0',
|
|
'reference' => '8586cf47f117481c6d415b20f7dedf62e79d5512',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-image',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-orm' => array(
|
|
'pretty_version' => 'v3.0.13',
|
|
'version' => '3.0.13.0',
|
|
'reference' => 'e676e172d54055266005986d05685bdac5ac66b7',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-orm',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-queue' => array(
|
|
'pretty_version' => 'v3.0.9',
|
|
'version' => '3.0.9.0',
|
|
'reference' => '654812b47dd7c708c4443deed27f212f8382e8da',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-queue',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-swoole' => array(
|
|
'pretty_version' => 'v4.0.10',
|
|
'version' => '4.0.10.0',
|
|
'reference' => '0d9c3636b112f69299e936219aea9927fb662e5d',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-swoole',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-template' => array(
|
|
'pretty_version' => 'v3.0.0',
|
|
'version' => '3.0.0.0',
|
|
'reference' => '4352d2cf627abfb8b49f830686c25c02f59c23f2',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-template',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-throttle' => array(
|
|
'pretty_version' => 'v2.0.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => '26b73d828a106e175f8df872db1ba3d992abadf7',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-throttle',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'topthink/think-trace' => array(
|
|
'pretty_version' => 'v1.6',
|
|
'version' => '1.6.0.0',
|
|
'reference' => '136cd5d97e8bdb780e4b5c1637c588ed7ca3e142',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-trace',
|
|
'aliases' => array(),
|
|
'dev_requirement' => true,
|
|
),
|
|
'topthink/think-view' => array(
|
|
'pretty_version' => 'v2.0.0',
|
|
'version' => '2.0.0.0',
|
|
'reference' => 'd2a076011c96d2edd8016703a827fb54b2683c62',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../topthink/think-view',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'w7corp/easywechat' => array(
|
|
'pretty_version' => '6.12.10',
|
|
'version' => '6.12.10.0',
|
|
'reference' => '660864aa9f53bff755923982bf0f86274690d0d9',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../w7corp/easywechat',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'xaboy/form-builder' => array(
|
|
'pretty_version' => '2.0.19',
|
|
'version' => '2.0.19.0',
|
|
'reference' => '5cf3f5435a63954c1d11ba82c3cd4cfe3d145acf',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../xaboy/form-builder',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
),
|
|
);
|