tp6混合easyswoole DLL 多应用模式 修改版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

830 lines
28 KiB

5 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "9ef3f6f1993fcd90da3b2fda07e08183",
  8. "packages": [
  9. {
  10. "name": "league/flysystem",
  11. "version": "1.0.64",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/thephpleague/flysystem.git",
  15. "reference": "d13c43dbd4b791f815215959105a008515d1a2e0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/d13c43dbd4b791f815215959105a008515d1a2e0",
  20. "reference": "d13c43dbd4b791f815215959105a008515d1a2e0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-fileinfo": "*",
  25. "php": ">=5.5.9"
  26. },
  27. "conflict": {
  28. "league/flysystem-sftp": "<1.0.6"
  29. },
  30. "require-dev": {
  31. "phpspec/phpspec": "^3.4",
  32. "phpunit/phpunit": "^5.7.26"
  33. },
  34. "suggest": {
  35. "ext-fileinfo": "Required for MimeType",
  36. "ext-ftp": "Allows you to use FTP server storage",
  37. "ext-openssl": "Allows you to use FTPS server storage",
  38. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  39. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  40. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  41. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  42. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  43. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  44. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  45. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  46. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  47. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  48. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  49. },
  50. "type": "library",
  51. "extra": {
  52. "branch-alias": {
  53. "dev-master": "1.1-dev"
  54. }
  55. },
  56. "autoload": {
  57. "psr-4": {
  58. "League\\Flysystem\\": "src/"
  59. }
  60. },
  61. "notification-url": "https://packagist.org/downloads/",
  62. "license": [
  63. "MIT"
  64. ],
  65. "authors": [
  66. {
  67. "name": "Frank de Jonge",
  68. "email": "info@frenky.net"
  69. }
  70. ],
  71. "description": "Filesystem abstraction: Many filesystems, one API.",
  72. "keywords": [
  73. "Cloud Files",
  74. "WebDAV",
  75. "abstraction",
  76. "aws",
  77. "cloud",
  78. "copy.com",
  79. "dropbox",
  80. "file systems",
  81. "files",
  82. "filesystem",
  83. "filesystems",
  84. "ftp",
  85. "rackspace",
  86. "remote",
  87. "s3",
  88. "sftp",
  89. "storage"
  90. ],
  91. "time": "2020-02-05T18:14:17+00:00"
  92. },
  93. {
  94. "name": "league/flysystem-cached-adapter",
  95. "version": "1.0.9",
  96. "source": {
  97. "type": "git",
  98. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  99. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
  100. },
  101. "dist": {
  102. "type": "zip",
  103. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
  104. "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
  105. "shasum": ""
  106. },
  107. "require": {
  108. "league/flysystem": "~1.0",
  109. "psr/cache": "^1.0.0"
  110. },
  111. "require-dev": {
  112. "mockery/mockery": "~0.9",
  113. "phpspec/phpspec": "^3.4",
  114. "phpunit/phpunit": "^5.7",
  115. "predis/predis": "~1.0",
  116. "tedivm/stash": "~0.12"
  117. },
  118. "suggest": {
  119. "ext-phpredis": "Pure C implemented extension for PHP"
  120. },
  121. "type": "library",
  122. "autoload": {
  123. "psr-4": {
  124. "League\\Flysystem\\Cached\\": "src/"
  125. }
  126. },
  127. "notification-url": "https://packagist.org/downloads/",
  128. "license": [
  129. "MIT"
  130. ],
  131. "authors": [
  132. {
  133. "name": "frankdejonge",
  134. "email": "info@frenky.net"
  135. }
  136. ],
  137. "description": "An adapter decorator to enable meta-data caching.",
  138. "time": "2018-07-09T20:51:04+00:00"
  139. },
  140. {
  141. "name": "opis/closure",
  142. "version": "3.5.1",
  143. "source": {
  144. "type": "git",
  145. "url": "https://github.com/opis/closure.git",
  146. "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
  147. },
  148. "dist": {
  149. "type": "zip",
  150. "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
  151. "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
  152. "shasum": ""
  153. },
  154. "require": {
  155. "php": "^5.4 || ^7.0"
  156. },
  157. "require-dev": {
  158. "jeremeamia/superclosure": "^2.0",
  159. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  160. },
  161. "type": "library",
  162. "extra": {
  163. "branch-alias": {
  164. "dev-master": "3.5.x-dev"
  165. }
  166. },
  167. "autoload": {
  168. "psr-4": {
  169. "Opis\\Closure\\": "src/"
  170. },
  171. "files": [
  172. "functions.php"
  173. ]
  174. },
  175. "notification-url": "https://packagist.org/downloads/",
  176. "license": [
  177. "MIT"
  178. ],
  179. "authors": [
  180. {
  181. "name": "Marius Sarca",
  182. "email": "marius.sarca@gmail.com"
  183. },
  184. {
  185. "name": "Sorin Sarca",
  186. "email": "sarca_sorin@hotmail.com"
  187. }
  188. ],
  189. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  190. "homepage": "https://opis.io/closure",
  191. "keywords": [
  192. "anonymous functions",
  193. "closure",
  194. "function",
  195. "serializable",
  196. "serialization",
  197. "serialize"
  198. ],
  199. "time": "2019-11-29T22:36:02+00:00"
  200. },
  201. {
  202. "name": "psr/cache",
  203. "version": "1.0.1",
  204. "source": {
  205. "type": "git",
  206. "url": "https://github.com/php-fig/cache.git",
  207. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  208. },
  209. "dist": {
  210. "type": "zip",
  211. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  212. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  213. "shasum": ""
  214. },
  215. "require": {
  216. "php": ">=5.3.0"
  217. },
  218. "type": "library",
  219. "extra": {
  220. "branch-alias": {
  221. "dev-master": "1.0.x-dev"
  222. }
  223. },
  224. "autoload": {
  225. "psr-4": {
  226. "Psr\\Cache\\": "src/"
  227. }
  228. },
  229. "notification-url": "https://packagist.org/downloads/",
  230. "license": [
  231. "MIT"
  232. ],
  233. "authors": [
  234. {
  235. "name": "PHP-FIG",
  236. "homepage": "http://www.php-fig.org/"
  237. }
  238. ],
  239. "description": "Common interface for caching libraries",
  240. "keywords": [
  241. "cache",
  242. "psr",
  243. "psr-6"
  244. ],
  245. "time": "2016-08-06T20:24:11+00:00"
  246. },
  247. {
  248. "name": "psr/container",
  249. "version": "1.0.0",
  250. "source": {
  251. "type": "git",
  252. "url": "https://github.com/php-fig/container.git",
  253. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  254. },
  255. "dist": {
  256. "type": "zip",
  257. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  258. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  259. "shasum": ""
  260. },
  261. "require": {
  262. "php": ">=5.3.0"
  263. },
  264. "type": "library",
  265. "extra": {
  266. "branch-alias": {
  267. "dev-master": "1.0.x-dev"
  268. }
  269. },
  270. "autoload": {
  271. "psr-4": {
  272. "Psr\\Container\\": "src/"
  273. }
  274. },
  275. "notification-url": "https://packagist.org/downloads/",
  276. "license": [
  277. "MIT"
  278. ],
  279. "authors": [
  280. {
  281. "name": "PHP-FIG",
  282. "homepage": "http://www.php-fig.org/"
  283. }
  284. ],
  285. "description": "Common Container Interface (PHP FIG PSR-11)",
  286. "homepage": "https://github.com/php-fig/container",
  287. "keywords": [
  288. "PSR-11",
  289. "container",
  290. "container-interface",
  291. "container-interop",
  292. "psr"
  293. ],
  294. "time": "2017-02-14T16:28:37+00:00"
  295. },
  296. {
  297. "name": "psr/log",
  298. "version": "1.1.2",
  299. "source": {
  300. "type": "git",
  301. "url": "https://github.com/php-fig/log.git",
  302. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  303. },
  304. "dist": {
  305. "type": "zip",
  306. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  307. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  308. "shasum": ""
  309. },
  310. "require": {
  311. "php": ">=5.3.0"
  312. },
  313. "type": "library",
  314. "extra": {
  315. "branch-alias": {
  316. "dev-master": "1.1.x-dev"
  317. }
  318. },
  319. "autoload": {
  320. "psr-4": {
  321. "Psr\\Log\\": "Psr/Log/"
  322. }
  323. },
  324. "notification-url": "https://packagist.org/downloads/",
  325. "license": [
  326. "MIT"
  327. ],
  328. "authors": [
  329. {
  330. "name": "PHP-FIG",
  331. "homepage": "http://www.php-fig.org/"
  332. }
  333. ],
  334. "description": "Common interface for logging libraries",
  335. "homepage": "https://github.com/php-fig/log",
  336. "keywords": [
  337. "log",
  338. "psr",
  339. "psr-3"
  340. ],
  341. "time": "2019-11-01T11:05:21+00:00"
  342. },
  343. {
  344. "name": "psr/simple-cache",
  345. "version": "1.0.1",
  346. "source": {
  347. "type": "git",
  348. "url": "https://github.com/php-fig/simple-cache.git",
  349. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  350. },
  351. "dist": {
  352. "type": "zip",
  353. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  354. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  355. "shasum": ""
  356. },
  357. "require": {
  358. "php": ">=5.3.0"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "1.0.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Psr\\SimpleCache\\": "src/"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "PHP-FIG",
  378. "homepage": "http://www.php-fig.org/"
  379. }
  380. ],
  381. "description": "Common interfaces for simple caching",
  382. "keywords": [
  383. "cache",
  384. "caching",
  385. "psr",
  386. "psr-16",
  387. "simple-cache"
  388. ],
  389. "time": "2017-10-23T01:57:42+00:00"
  390. },
  391. {
  392. "name": "topthink/framework",
  393. "version": "v6.0.2",
  394. "source": {
  395. "type": "git",
  396. "url": "https://github.com/top-think/framework.git",
  397. "reference": "1444cce94b40a836958380b160a5fb7bfc165daf"
  398. },
  399. "dist": {
  400. "type": "zip",
  401. "url": "https://api.github.com/repos/top-think/framework/zipball/1444cce94b40a836958380b160a5fb7bfc165daf",
  402. "reference": "1444cce94b40a836958380b160a5fb7bfc165daf",
  403. "shasum": ""
  404. },
  405. "require": {
  406. "ext-json": "*",
  407. "ext-mbstring": "*",
  408. "league/flysystem": "^1.0",
  409. "league/flysystem-cached-adapter": "^1.0",
  410. "opis/closure": "^3.1",
  411. "php": ">=7.1.0",
  412. "psr/container": "~1.0",
  413. "psr/log": "~1.0",
  414. "psr/simple-cache": "^1.0",
  415. "topthink/think-helper": "^3.1.1",
  416. "topthink/think-orm": "^2.0"
  417. },
  418. "require-dev": {
  419. "mikey179/vfsstream": "^1.6",
  420. "mockery/mockery": "^1.2",
  421. "phpunit/phpunit": "^7.0"
  422. },
  423. "type": "library",
  424. "autoload": {
  425. "files": [],
  426. "psr-4": {
  427. "think\\": "src/think/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "Apache-2.0"
  433. ],
  434. "authors": [
  435. {
  436. "name": "liu21st",
  437. "email": "liu21st@gmail.com"
  438. },
  439. {
  440. "name": "yunwuxin",
  441. "email": "448901948@qq.com"
  442. }
  443. ],
  444. "description": "The ThinkPHP Framework.",
  445. "homepage": "http://thinkphp.cn/",
  446. "keywords": [
  447. "framework",
  448. "orm",
  449. "thinkphp"
  450. ],
  451. "time": "2020-01-13T05:48:05+00:00"
  452. },
  453. {
  454. "name": "topthink/think-helper",
  455. "version": "v3.1.3",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/top-think/think-helper.git",
  459. "reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/top-think/think-helper/zipball/4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
  464. "reference": "4d85dfd3778623bbb1de3648f1dcd0c82f4439f4",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "php": ">=7.1.0"
  469. },
  470. "type": "library",
  471. "autoload": {
  472. "psr-4": {
  473. "think\\": "src"
  474. },
  475. "files": [
  476. "src/helper.php"
  477. ]
  478. },
  479. "notification-url": "https://packagist.org/downloads/",
  480. "license": [
  481. "Apache-2.0"
  482. ],
  483. "authors": [
  484. {
  485. "name": "yunwuxin",
  486. "email": "448901948@qq.com"
  487. }
  488. ],
  489. "description": "The ThinkPHP6 Helper Package",
  490. "time": "2019-09-30T02:36:48+00:00"
  491. },
  492. {
  493. "name": "topthink/think-multi-app",
  494. "version": "v1.0.12",
  495. "source": {
  496. "type": "git",
  497. "url": "https://github.com/top-think/think-multi-app.git",
  498. "reference": "3c1914d2adc08c8753c7f67228885ca47fb9b3bf"
  499. },
  500. "dist": {
  501. "type": "zip",
  502. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/3c1914d2adc08c8753c7f67228885ca47fb9b3bf",
  503. "reference": "3c1914d2adc08c8753c7f67228885ca47fb9b3bf",
  504. "shasum": ""
  505. },
  506. "require": {
  507. "php": ">=7.1.0",
  508. "topthink/framework": "^6.0.0"
  509. },
  510. "type": "library",
  511. "extra": {
  512. "think": {
  513. "services": [
  514. "think\\app\\Service"
  515. ]
  516. }
  517. },
  518. "autoload": {
  519. "psr-4": {
  520. "think\\app\\": "src"
  521. }
  522. },
  523. "notification-url": "https://packagist.org/downloads/",
  524. "license": [
  525. "Apache-2.0"
  526. ],
  527. "authors": [
  528. {
  529. "name": "liu21st",
  530. "email": "liu21st@gmail.com"
  531. }
  532. ],
  533. "description": "thinkphp6 multi app support",
  534. "time": "2020-03-01T13:29:35+00:00"
  535. },
  536. {
  537. "name": "topthink/think-orm",
  538. "version": "v2.0.31",
  539. "source": {
  540. "type": "git",
  541. "url": "https://github.com/top-think/think-orm.git",
  542. "reference": "d6965dfae21f150e29cc899ab6f9b1bd2c0f2ee4"
  543. },
  544. "dist": {
  545. "type": "zip",
  546. "url": "https://api.github.com/repos/top-think/think-orm/zipball/d6965dfae21f150e29cc899ab6f9b1bd2c0f2ee4",
  547. "reference": "d6965dfae21f150e29cc899ab6f9b1bd2c0f2ee4",
  548. "shasum": ""
  549. },
  550. "require": {
  551. "ext-json": "*",
  552. "php": ">=7.1.0",
  553. "psr/log": "~1.0",
  554. "psr/simple-cache": "^1.0",
  555. "topthink/think-helper": "^3.1"
  556. },
  557. "type": "library",
  558. "autoload": {
  559. "psr-4": {
  560. "think\\": "src"
  561. },
  562. "files": []
  563. },
  564. "notification-url": "https://packagist.org/downloads/",
  565. "license": [
  566. "Apache-2.0"
  567. ],
  568. "authors": [
  569. {
  570. "name": "liu21st",
  571. "email": "liu21st@gmail.com"
  572. }
  573. ],
  574. "description": "think orm",
  575. "keywords": [
  576. "database",
  577. "orm"
  578. ],
  579. "time": "2020-01-07T10:05:10+00:00"
  580. }
  581. ],
  582. "packages-dev": [
  583. {
  584. "name": "symfony/polyfill-mbstring",
  585. "version": "v1.14.0",
  586. "source": {
  587. "type": "git",
  588. "url": "https://github.com/symfony/polyfill-mbstring.git",
  589. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
  590. },
  591. "dist": {
  592. "type": "zip",
  593. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
  594. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
  595. "shasum": ""
  596. },
  597. "require": {
  598. "php": ">=5.3.3"
  599. },
  600. "suggest": {
  601. "ext-mbstring": "For best performance"
  602. },
  603. "type": "library",
  604. "extra": {
  605. "branch-alias": {
  606. "dev-master": "1.14-dev"
  607. }
  608. },
  609. "autoload": {
  610. "psr-4": {
  611. "Symfony\\Polyfill\\Mbstring\\": ""
  612. },
  613. "files": [
  614. "bootstrap.php"
  615. ]
  616. },
  617. "notification-url": "https://packagist.org/downloads/",
  618. "license": [
  619. "MIT"
  620. ],
  621. "authors": [
  622. {
  623. "name": "Nicolas Grekas",
  624. "email": "p@tchwork.com"
  625. },
  626. {
  627. "name": "Symfony Community",
  628. "homepage": "https://symfony.com/contributors"
  629. }
  630. ],
  631. "description": "Symfony polyfill for the Mbstring extension",
  632. "homepage": "https://symfony.com",
  633. "keywords": [
  634. "compatibility",
  635. "mbstring",
  636. "polyfill",
  637. "portable",
  638. "shim"
  639. ],
  640. "time": "2020-01-13T11:15:53+00:00"
  641. },
  642. {
  643. "name": "symfony/polyfill-php72",
  644. "version": "v1.14.0",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/symfony/polyfill-php72.git",
  648. "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
  653. "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": ">=5.3.3"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "branch-alias": {
  662. "dev-master": "1.14-dev"
  663. }
  664. },
  665. "autoload": {
  666. "psr-4": {
  667. "Symfony\\Polyfill\\Php72\\": ""
  668. },
  669. "files": [
  670. "bootstrap.php"
  671. ]
  672. },
  673. "notification-url": "https://packagist.org/downloads/",
  674. "license": [
  675. "MIT"
  676. ],
  677. "authors": [
  678. {
  679. "name": "Nicolas Grekas",
  680. "email": "p@tchwork.com"
  681. },
  682. {
  683. "name": "Symfony Community",
  684. "homepage": "https://symfony.com/contributors"
  685. }
  686. ],
  687. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  688. "homepage": "https://symfony.com",
  689. "keywords": [
  690. "compatibility",
  691. "polyfill",
  692. "portable",
  693. "shim"
  694. ],
  695. "time": "2020-01-13T11:15:53+00:00"
  696. },
  697. {
  698. "name": "symfony/var-dumper",
  699. "version": "v4.4.5",
  700. "source": {
  701. "type": "git",
  702. "url": "https://github.com/symfony/var-dumper.git",
  703. "reference": "2572839911702b0405479410ea7a1334bfab0b96"
  704. },
  705. "dist": {
  706. "type": "zip",
  707. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2572839911702b0405479410ea7a1334bfab0b96",
  708. "reference": "2572839911702b0405479410ea7a1334bfab0b96",
  709. "shasum": ""
  710. },
  711. "require": {
  712. "php": "^7.1.3",
  713. "symfony/polyfill-mbstring": "~1.0",
  714. "symfony/polyfill-php72": "~1.5"
  715. },
  716. "conflict": {
  717. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  718. "symfony/console": "<3.4"
  719. },
  720. "require-dev": {
  721. "ext-iconv": "*",
  722. "symfony/console": "^3.4|^4.0|^5.0",
  723. "symfony/process": "^4.4|^5.0",
  724. "twig/twig": "^1.34|^2.4|^3.0"
  725. },
  726. "suggest": {
  727. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  728. "ext-intl": "To show region name in time zone dump",
  729. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  730. },
  731. "bin": [
  732. "Resources/bin/var-dump-server"
  733. ],
  734. "type": "library",
  735. "extra": {
  736. "branch-alias": {
  737. "dev-master": "4.4-dev"
  738. }
  739. },
  740. "autoload": {
  741. "files": [
  742. "Resources/functions/dump.php"
  743. ],
  744. "psr-4": {
  745. "Symfony\\Component\\VarDumper\\": ""
  746. },
  747. "exclude-from-classmap": [
  748. "/Tests/"
  749. ]
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Nicolas Grekas",
  758. "email": "p@tchwork.com"
  759. },
  760. {
  761. "name": "Symfony Community",
  762. "homepage": "https://symfony.com/contributors"
  763. }
  764. ],
  765. "description": "Symfony mechanism for exploring and dumping PHP variables",
  766. "homepage": "https://symfony.com",
  767. "keywords": [
  768. "debug",
  769. "dump"
  770. ],
  771. "time": "2020-02-24T13:10:00+00:00"
  772. },
  773. {
  774. "name": "topthink/think-trace",
  775. "version": "v1.2",
  776. "source": {
  777. "type": "git",
  778. "url": "https://github.com/top-think/think-trace.git",
  779. "reference": "4589d06a07945d57478cc2236f4b23d51ff919cc"
  780. },
  781. "dist": {
  782. "type": "zip",
  783. "url": "https://api.github.com/repos/top-think/think-trace/zipball/4589d06a07945d57478cc2236f4b23d51ff919cc",
  784. "reference": "4589d06a07945d57478cc2236f4b23d51ff919cc",
  785. "shasum": ""
  786. },
  787. "require": {
  788. "php": ">=7.1.0",
  789. "topthink/framework": "^6.0.0"
  790. },
  791. "type": "library",
  792. "extra": {
  793. "think": {
  794. "services": [
  795. "think\\trace\\Service"
  796. ],
  797. "config": {
  798. "trace": "src/config.php"
  799. }
  800. }
  801. },
  802. "autoload": {
  803. "psr-4": {
  804. "think\\trace\\": "src"
  805. }
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "Apache-2.0"
  810. ],
  811. "authors": [
  812. {
  813. "name": "liu21st",
  814. "email": "liu21st@gmail.com"
  815. }
  816. ],
  817. "description": "thinkphp debug trace",
  818. "time": "2019-10-17T02:14:09+00:00"
  819. }
  820. ],
  821. "aliases": [],
  822. "minimum-stability": "stable",
  823. "stability-flags": [],
  824. "prefer-stable": false,
  825. "prefer-lowest": false,
  826. "platform": {
  827. "php": ">=7.1.0"
  828. },
  829. "platform-dev": []
  830. }