installed.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162
  1. {
  2. "packages": [
  3. {
  4. "name": "aliyuncs/oss-sdk-php",
  5. "version": "v2.4.3",
  6. "version_normalized": "2.4.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/aliyun/aliyun-oss-php-sdk.git",
  10. "reference": "4ccead614915ee6685bf30016afb01aabd347e46"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/aliyun/aliyun-oss-php-sdk/zipball/4ccead614915ee6685bf30016afb01aabd347e46",
  15. "reference": "4ccead614915ee6685bf30016afb01aabd347e46",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "*",
  23. "satooshi/php-coveralls": "*"
  24. },
  25. "time": "2021-08-25T13:03:58+00:00",
  26. "type": "library",
  27. "installation-source": "dist",
  28. "autoload": {
  29. "psr-4": {
  30. "OSS\\": "src/OSS"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Aliyuncs",
  40. "homepage": "http://www.aliyun.com"
  41. }
  42. ],
  43. "description": "Aliyun OSS SDK for PHP",
  44. "homepage": "http://www.aliyun.com/product/oss/",
  45. "support": {
  46. "issues": "https://github.com/aliyun/aliyun-oss-php-sdk/issues",
  47. "source": "https://github.com/aliyun/aliyun-oss-php-sdk/tree/v2.4.3"
  48. },
  49. "install-path": "../aliyuncs/oss-sdk-php"
  50. },
  51. {
  52. "name": "lcobucci/jwt",
  53. "version": "3.2.0",
  54. "version_normalized": "3.2.0.0",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/lcobucci/jwt.git",
  58. "reference": "7668cb045296f290588d04c391569c7b7fc1f899"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/7668cb045296f290588d04c391569c7b7fc1f899",
  63. "reference": "7668cb045296f290588d04c391569c7b7fc1f899",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "ext-openssl": "*",
  68. "php": ">=5.5"
  69. },
  70. "require-dev": {
  71. "mdanter/ecc": "~0.3.1",
  72. "mikey179/vfsstream": "~1.5",
  73. "phpmd/phpmd": "~2.2",
  74. "phpunit/php-invoker": "~1.1",
  75. "phpunit/phpunit": "~4.5",
  76. "squizlabs/php_codesniffer": "~2.3"
  77. },
  78. "suggest": {
  79. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  80. },
  81. "time": "2016-08-13T23:12:58+00:00",
  82. "type": "library",
  83. "extra": {
  84. "branch-alias": {
  85. "dev-master": "3.1-dev"
  86. }
  87. },
  88. "installation-source": "dist",
  89. "autoload": {
  90. "psr-4": {
  91. "Lcobucci\\JWT\\": "src"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "BSD-3-Clause"
  97. ],
  98. "authors": [
  99. {
  100. "name": "Luís Otávio Cobucci Oblonczyk",
  101. "email": "lcobucci@gmail.com",
  102. "role": "Developer"
  103. }
  104. ],
  105. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  106. "keywords": [
  107. "JWS",
  108. "jwt"
  109. ],
  110. "support": {
  111. "issues": "https://github.com/lcobucci/jwt/issues",
  112. "source": "https://github.com/lcobucci/jwt/tree/3.2"
  113. },
  114. "install-path": "../lcobucci/jwt"
  115. },
  116. {
  117. "name": "league/flysystem",
  118. "version": "1.1.5",
  119. "version_normalized": "1.1.5.0",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/thephpleague/flysystem.git",
  123. "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea",
  128. "reference": "18634df356bfd4119fe3d6156bdb990c414c14ea",
  129. "shasum": ""
  130. },
  131. "require": {
  132. "ext-fileinfo": "*",
  133. "league/mime-type-detection": "^1.3",
  134. "php": "^7.2.5 || ^8.0"
  135. },
  136. "conflict": {
  137. "league/flysystem-sftp": "<1.0.6"
  138. },
  139. "require-dev": {
  140. "phpspec/prophecy": "^1.11.1",
  141. "phpunit/phpunit": "^8.5.8"
  142. },
  143. "suggest": {
  144. "ext-ftp": "Allows you to use FTP server storage",
  145. "ext-openssl": "Allows you to use FTPS server storage",
  146. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  147. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  148. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  149. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  150. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  151. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  152. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  153. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  154. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  155. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  156. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  157. },
  158. "time": "2021-08-17T13:49:42+00:00",
  159. "type": "library",
  160. "extra": {
  161. "branch-alias": {
  162. "dev-master": "1.1-dev"
  163. }
  164. },
  165. "installation-source": "dist",
  166. "autoload": {
  167. "psr-4": {
  168. "League\\Flysystem\\": "src/"
  169. }
  170. },
  171. "notification-url": "https://packagist.org/downloads/",
  172. "license": [
  173. "MIT"
  174. ],
  175. "authors": [
  176. {
  177. "name": "Frank de Jonge",
  178. "email": "info@frenky.net"
  179. }
  180. ],
  181. "description": "Filesystem abstraction: Many filesystems, one API.",
  182. "keywords": [
  183. "Cloud Files",
  184. "WebDAV",
  185. "abstraction",
  186. "aws",
  187. "cloud",
  188. "copy.com",
  189. "dropbox",
  190. "file systems",
  191. "files",
  192. "filesystem",
  193. "filesystems",
  194. "ftp",
  195. "rackspace",
  196. "remote",
  197. "s3",
  198. "sftp",
  199. "storage"
  200. ],
  201. "support": {
  202. "issues": "https://github.com/thephpleague/flysystem/issues",
  203. "source": "https://github.com/thephpleague/flysystem/tree/1.1.5"
  204. },
  205. "funding": [
  206. {
  207. "url": "https://offset.earth/frankdejonge",
  208. "type": "other"
  209. }
  210. ],
  211. "install-path": "../league/flysystem"
  212. },
  213. {
  214. "name": "league/flysystem-cached-adapter",
  215. "version": "1.1.0",
  216. "version_normalized": "1.1.0.0",
  217. "source": {
  218. "type": "git",
  219. "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
  220. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  225. "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
  226. "shasum": ""
  227. },
  228. "require": {
  229. "league/flysystem": "~1.0",
  230. "psr/cache": "^1.0.0"
  231. },
  232. "require-dev": {
  233. "mockery/mockery": "~0.9",
  234. "phpspec/phpspec": "^3.4",
  235. "phpunit/phpunit": "^5.7",
  236. "predis/predis": "~1.0",
  237. "tedivm/stash": "~0.12"
  238. },
  239. "suggest": {
  240. "ext-phpredis": "Pure C implemented extension for PHP"
  241. },
  242. "time": "2020-07-25T15:56:04+00:00",
  243. "type": "library",
  244. "installation-source": "dist",
  245. "autoload": {
  246. "psr-4": {
  247. "League\\Flysystem\\Cached\\": "src/"
  248. }
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "license": [
  252. "MIT"
  253. ],
  254. "authors": [
  255. {
  256. "name": "frankdejonge",
  257. "email": "info@frenky.net"
  258. }
  259. ],
  260. "description": "An adapter decorator to enable meta-data caching.",
  261. "support": {
  262. "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
  263. "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
  264. },
  265. "install-path": "../league/flysystem-cached-adapter"
  266. },
  267. {
  268. "name": "league/mime-type-detection",
  269. "version": "1.8.0",
  270. "version_normalized": "1.8.0.0",
  271. "source": {
  272. "type": "git",
  273. "url": "https://github.com/thephpleague/mime-type-detection.git",
  274. "reference": "b38b25d7b372e9fddb00335400467b223349fd7e"
  275. },
  276. "dist": {
  277. "type": "zip",
  278. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e",
  279. "reference": "b38b25d7b372e9fddb00335400467b223349fd7e",
  280. "shasum": ""
  281. },
  282. "require": {
  283. "ext-fileinfo": "*",
  284. "php": "^7.2 || ^8.0"
  285. },
  286. "require-dev": {
  287. "friendsofphp/php-cs-fixer": "^2.18",
  288. "phpstan/phpstan": "^0.12.68",
  289. "phpunit/phpunit": "^8.5.8 || ^9.3"
  290. },
  291. "time": "2021-09-25T08:23:19+00:00",
  292. "type": "library",
  293. "installation-source": "dist",
  294. "autoload": {
  295. "psr-4": {
  296. "League\\MimeTypeDetection\\": "src"
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Frank de Jonge",
  306. "email": "info@frankdejonge.nl"
  307. }
  308. ],
  309. "description": "Mime-type detection for Flysystem",
  310. "support": {
  311. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  312. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.8.0"
  313. },
  314. "funding": [
  315. {
  316. "url": "https://github.com/frankdejonge",
  317. "type": "github"
  318. },
  319. {
  320. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  321. "type": "tidelift"
  322. }
  323. ],
  324. "install-path": "../league/mime-type-detection"
  325. },
  326. {
  327. "name": "psr/cache",
  328. "version": "1.0.1",
  329. "version_normalized": "1.0.1.0",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/php-fig/cache.git",
  333. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  338. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  339. "shasum": ""
  340. },
  341. "require": {
  342. "php": ">=5.3.0"
  343. },
  344. "time": "2016-08-06T20:24:11+00:00",
  345. "type": "library",
  346. "extra": {
  347. "branch-alias": {
  348. "dev-master": "1.0.x-dev"
  349. }
  350. },
  351. "installation-source": "dist",
  352. "autoload": {
  353. "psr-4": {
  354. "Psr\\Cache\\": "src/"
  355. }
  356. },
  357. "notification-url": "https://packagist.org/downloads/",
  358. "license": [
  359. "MIT"
  360. ],
  361. "authors": [
  362. {
  363. "name": "PHP-FIG",
  364. "homepage": "http://www.php-fig.org/"
  365. }
  366. ],
  367. "description": "Common interface for caching libraries",
  368. "keywords": [
  369. "cache",
  370. "psr",
  371. "psr-6"
  372. ],
  373. "support": {
  374. "source": "https://github.com/php-fig/cache/tree/master"
  375. },
  376. "install-path": "../psr/cache"
  377. },
  378. {
  379. "name": "psr/container",
  380. "version": "1.1.1",
  381. "version_normalized": "1.1.1.0",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/php-fig/container.git",
  385. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  390. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "php": ">=7.2.0"
  395. },
  396. "time": "2021-03-05T17:36:06+00:00",
  397. "type": "library",
  398. "installation-source": "dist",
  399. "autoload": {
  400. "psr-4": {
  401. "Psr\\Container\\": "src/"
  402. }
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "PHP-FIG",
  411. "homepage": "https://www.php-fig.org/"
  412. }
  413. ],
  414. "description": "Common Container Interface (PHP FIG PSR-11)",
  415. "homepage": "https://github.com/php-fig/container",
  416. "keywords": [
  417. "PSR-11",
  418. "container",
  419. "container-interface",
  420. "container-interop",
  421. "psr"
  422. ],
  423. "support": {
  424. "issues": "https://github.com/php-fig/container/issues",
  425. "source": "https://github.com/php-fig/container/tree/1.1.1"
  426. },
  427. "install-path": "../psr/container"
  428. },
  429. {
  430. "name": "psr/log",
  431. "version": "1.1.4",
  432. "version_normalized": "1.1.4.0",
  433. "source": {
  434. "type": "git",
  435. "url": "https://github.com/php-fig/log.git",
  436. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  437. },
  438. "dist": {
  439. "type": "zip",
  440. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  441. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  442. "shasum": ""
  443. },
  444. "require": {
  445. "php": ">=5.3.0"
  446. },
  447. "time": "2021-05-03T11:20:27+00:00",
  448. "type": "library",
  449. "extra": {
  450. "branch-alias": {
  451. "dev-master": "1.1.x-dev"
  452. }
  453. },
  454. "installation-source": "dist",
  455. "autoload": {
  456. "psr-4": {
  457. "Psr\\Log\\": "Psr/Log/"
  458. }
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "PHP-FIG",
  467. "homepage": "https://www.php-fig.org/"
  468. }
  469. ],
  470. "description": "Common interface for logging libraries",
  471. "homepage": "https://github.com/php-fig/log",
  472. "keywords": [
  473. "log",
  474. "psr",
  475. "psr-3"
  476. ],
  477. "support": {
  478. "source": "https://github.com/php-fig/log/tree/1.1.4"
  479. },
  480. "install-path": "../psr/log"
  481. },
  482. {
  483. "name": "psr/simple-cache",
  484. "version": "1.0.1",
  485. "version_normalized": "1.0.1.0",
  486. "source": {
  487. "type": "git",
  488. "url": "https://github.com/php-fig/simple-cache.git",
  489. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  490. },
  491. "dist": {
  492. "type": "zip",
  493. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  494. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  495. "shasum": ""
  496. },
  497. "require": {
  498. "php": ">=5.3.0"
  499. },
  500. "time": "2017-10-23T01:57:42+00:00",
  501. "type": "library",
  502. "extra": {
  503. "branch-alias": {
  504. "dev-master": "1.0.x-dev"
  505. }
  506. },
  507. "installation-source": "dist",
  508. "autoload": {
  509. "psr-4": {
  510. "Psr\\SimpleCache\\": "src/"
  511. }
  512. },
  513. "notification-url": "https://packagist.org/downloads/",
  514. "license": [
  515. "MIT"
  516. ],
  517. "authors": [
  518. {
  519. "name": "PHP-FIG",
  520. "homepage": "http://www.php-fig.org/"
  521. }
  522. ],
  523. "description": "Common interfaces for simple caching",
  524. "keywords": [
  525. "cache",
  526. "caching",
  527. "psr",
  528. "psr-16",
  529. "simple-cache"
  530. ],
  531. "support": {
  532. "source": "https://github.com/php-fig/simple-cache/tree/master"
  533. },
  534. "install-path": "../psr/simple-cache"
  535. },
  536. {
  537. "name": "symfony/polyfill-mbstring",
  538. "version": "v1.23.1",
  539. "version_normalized": "1.23.1.0",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/symfony/polyfill-mbstring.git",
  543. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
  548. "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "php": ">=7.1"
  553. },
  554. "suggest": {
  555. "ext-mbstring": "For best performance"
  556. },
  557. "time": "2021-05-27T12:26:48+00:00",
  558. "type": "library",
  559. "extra": {
  560. "branch-alias": {
  561. "dev-main": "1.23-dev"
  562. },
  563. "thanks": {
  564. "name": "symfony/polyfill",
  565. "url": "https://github.com/symfony/polyfill"
  566. }
  567. },
  568. "installation-source": "dist",
  569. "autoload": {
  570. "psr-4": {
  571. "Symfony\\Polyfill\\Mbstring\\": ""
  572. },
  573. "files": [
  574. "bootstrap.php"
  575. ]
  576. },
  577. "notification-url": "https://packagist.org/downloads/",
  578. "license": [
  579. "MIT"
  580. ],
  581. "authors": [
  582. {
  583. "name": "Nicolas Grekas",
  584. "email": "p@tchwork.com"
  585. },
  586. {
  587. "name": "Symfony Community",
  588. "homepage": "https://symfony.com/contributors"
  589. }
  590. ],
  591. "description": "Symfony polyfill for the Mbstring extension",
  592. "homepage": "https://symfony.com",
  593. "keywords": [
  594. "compatibility",
  595. "mbstring",
  596. "polyfill",
  597. "portable",
  598. "shim"
  599. ],
  600. "support": {
  601. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
  602. },
  603. "funding": [
  604. {
  605. "url": "https://symfony.com/sponsor",
  606. "type": "custom"
  607. },
  608. {
  609. "url": "https://github.com/fabpot",
  610. "type": "github"
  611. },
  612. {
  613. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  614. "type": "tidelift"
  615. }
  616. ],
  617. "install-path": "../symfony/polyfill-mbstring"
  618. },
  619. {
  620. "name": "symfony/polyfill-php72",
  621. "version": "v1.23.0",
  622. "version_normalized": "1.23.0.0",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/symfony/polyfill-php72.git",
  626. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  631. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": ">=7.1"
  636. },
  637. "time": "2021-05-27T09:17:38+00:00",
  638. "type": "library",
  639. "extra": {
  640. "branch-alias": {
  641. "dev-main": "1.23-dev"
  642. },
  643. "thanks": {
  644. "name": "symfony/polyfill",
  645. "url": "https://github.com/symfony/polyfill"
  646. }
  647. },
  648. "installation-source": "dist",
  649. "autoload": {
  650. "psr-4": {
  651. "Symfony\\Polyfill\\Php72\\": ""
  652. },
  653. "files": [
  654. "bootstrap.php"
  655. ]
  656. },
  657. "notification-url": "https://packagist.org/downloads/",
  658. "license": [
  659. "MIT"
  660. ],
  661. "authors": [
  662. {
  663. "name": "Nicolas Grekas",
  664. "email": "p@tchwork.com"
  665. },
  666. {
  667. "name": "Symfony Community",
  668. "homepage": "https://symfony.com/contributors"
  669. }
  670. ],
  671. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  672. "homepage": "https://symfony.com",
  673. "keywords": [
  674. "compatibility",
  675. "polyfill",
  676. "portable",
  677. "shim"
  678. ],
  679. "support": {
  680. "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
  681. },
  682. "funding": [
  683. {
  684. "url": "https://symfony.com/sponsor",
  685. "type": "custom"
  686. },
  687. {
  688. "url": "https://github.com/fabpot",
  689. "type": "github"
  690. },
  691. {
  692. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  693. "type": "tidelift"
  694. }
  695. ],
  696. "install-path": "../symfony/polyfill-php72"
  697. },
  698. {
  699. "name": "symfony/polyfill-php80",
  700. "version": "v1.23.1",
  701. "version_normalized": "1.23.1.0",
  702. "source": {
  703. "type": "git",
  704. "url": "https://github.com/symfony/polyfill-php80.git",
  705. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
  706. },
  707. "dist": {
  708. "type": "zip",
  709. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
  710. "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
  711. "shasum": ""
  712. },
  713. "require": {
  714. "php": ">=7.1"
  715. },
  716. "time": "2021-07-28T13:41:28+00:00",
  717. "type": "library",
  718. "extra": {
  719. "branch-alias": {
  720. "dev-main": "1.23-dev"
  721. },
  722. "thanks": {
  723. "name": "symfony/polyfill",
  724. "url": "https://github.com/symfony/polyfill"
  725. }
  726. },
  727. "installation-source": "dist",
  728. "autoload": {
  729. "psr-4": {
  730. "Symfony\\Polyfill\\Php80\\": ""
  731. },
  732. "files": [
  733. "bootstrap.php"
  734. ],
  735. "classmap": [
  736. "Resources/stubs"
  737. ]
  738. },
  739. "notification-url": "https://packagist.org/downloads/",
  740. "license": [
  741. "MIT"
  742. ],
  743. "authors": [
  744. {
  745. "name": "Ion Bazan",
  746. "email": "ion.bazan@gmail.com"
  747. },
  748. {
  749. "name": "Nicolas Grekas",
  750. "email": "p@tchwork.com"
  751. },
  752. {
  753. "name": "Symfony Community",
  754. "homepage": "https://symfony.com/contributors"
  755. }
  756. ],
  757. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  758. "homepage": "https://symfony.com",
  759. "keywords": [
  760. "compatibility",
  761. "polyfill",
  762. "portable",
  763. "shim"
  764. ],
  765. "support": {
  766. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
  767. },
  768. "funding": [
  769. {
  770. "url": "https://symfony.com/sponsor",
  771. "type": "custom"
  772. },
  773. {
  774. "url": "https://github.com/fabpot",
  775. "type": "github"
  776. },
  777. {
  778. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  779. "type": "tidelift"
  780. }
  781. ],
  782. "install-path": "../symfony/polyfill-php80"
  783. },
  784. {
  785. "name": "symfony/var-dumper",
  786. "version": "v4.4.31",
  787. "version_normalized": "4.4.31.0",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/symfony/var-dumper.git",
  791. "reference": "1f12cc0c2e880a5f39575c19af81438464717839"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1f12cc0c2e880a5f39575c19af81438464717839",
  796. "reference": "1f12cc0c2e880a5f39575c19af81438464717839",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "php": ">=7.1.3",
  801. "symfony/polyfill-mbstring": "~1.0",
  802. "symfony/polyfill-php72": "~1.5",
  803. "symfony/polyfill-php80": "^1.16"
  804. },
  805. "conflict": {
  806. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  807. "symfony/console": "<3.4"
  808. },
  809. "require-dev": {
  810. "ext-iconv": "*",
  811. "symfony/console": "^3.4|^4.0|^5.0",
  812. "symfony/process": "^4.4|^5.0",
  813. "twig/twig": "^1.43|^2.13|^3.0.4"
  814. },
  815. "suggest": {
  816. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  817. "ext-intl": "To show region name in time zone dump",
  818. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  819. },
  820. "time": "2021-09-24T15:30:11+00:00",
  821. "bin": [
  822. "Resources/bin/var-dump-server"
  823. ],
  824. "type": "library",
  825. "installation-source": "dist",
  826. "autoload": {
  827. "files": [
  828. "Resources/functions/dump.php"
  829. ],
  830. "psr-4": {
  831. "Symfony\\Component\\VarDumper\\": ""
  832. },
  833. "exclude-from-classmap": [
  834. "/Tests/"
  835. ]
  836. },
  837. "notification-url": "https://packagist.org/downloads/",
  838. "license": [
  839. "MIT"
  840. ],
  841. "authors": [
  842. {
  843. "name": "Nicolas Grekas",
  844. "email": "p@tchwork.com"
  845. },
  846. {
  847. "name": "Symfony Community",
  848. "homepage": "https://symfony.com/contributors"
  849. }
  850. ],
  851. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  852. "homepage": "https://symfony.com",
  853. "keywords": [
  854. "debug",
  855. "dump"
  856. ],
  857. "support": {
  858. "source": "https://github.com/symfony/var-dumper/tree/v4.4.31"
  859. },
  860. "funding": [
  861. {
  862. "url": "https://symfony.com/sponsor",
  863. "type": "custom"
  864. },
  865. {
  866. "url": "https://github.com/fabpot",
  867. "type": "github"
  868. },
  869. {
  870. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  871. "type": "tidelift"
  872. }
  873. ],
  874. "install-path": "../symfony/var-dumper"
  875. },
  876. {
  877. "name": "topthink/framework",
  878. "version": "v6.0.9",
  879. "version_normalized": "6.0.9.0",
  880. "source": {
  881. "type": "git",
  882. "url": "https://github.com/top-think/framework.git",
  883. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617"
  884. },
  885. "dist": {
  886. "type": "zip",
  887. "url": "https://api.github.com/repos/top-think/framework/zipball/0b5fb453f0e533de3af3a1ab6a202510b61be617",
  888. "reference": "0b5fb453f0e533de3af3a1ab6a202510b61be617",
  889. "shasum": ""
  890. },
  891. "require": {
  892. "ext-json": "*",
  893. "ext-mbstring": "*",
  894. "league/flysystem": "^1.1.4",
  895. "league/flysystem-cached-adapter": "^1.0",
  896. "php": ">=7.2.5",
  897. "psr/container": "~1.0",
  898. "psr/log": "~1.0",
  899. "psr/simple-cache": "^1.0",
  900. "topthink/think-helper": "^3.1.1",
  901. "topthink/think-orm": "^2.0"
  902. },
  903. "require-dev": {
  904. "mikey179/vfsstream": "^1.6",
  905. "mockery/mockery": "^1.2",
  906. "phpunit/phpunit": "^7.0"
  907. },
  908. "time": "2021-07-22T03:24:49+00:00",
  909. "type": "library",
  910. "installation-source": "dist",
  911. "autoload": {
  912. "files": [],
  913. "psr-4": {
  914. "think\\": "src/think/"
  915. }
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "Apache-2.0"
  920. ],
  921. "authors": [
  922. {
  923. "name": "liu21st",
  924. "email": "liu21st@gmail.com"
  925. },
  926. {
  927. "name": "yunwuxin",
  928. "email": "448901948@qq.com"
  929. }
  930. ],
  931. "description": "The ThinkPHP Framework.",
  932. "homepage": "http://thinkphp.cn/",
  933. "keywords": [
  934. "framework",
  935. "orm",
  936. "thinkphp"
  937. ],
  938. "support": {
  939. "issues": "https://github.com/top-think/framework/issues",
  940. "source": "https://github.com/top-think/framework/tree/v6.0.9"
  941. },
  942. "install-path": "../topthink/framework"
  943. },
  944. {
  945. "name": "topthink/think-helper",
  946. "version": "v3.1.5",
  947. "version_normalized": "3.1.5.0",
  948. "source": {
  949. "type": "git",
  950. "url": "https://github.com/top-think/think-helper.git",
  951. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905"
  952. },
  953. "dist": {
  954. "type": "zip",
  955. "url": "https://api.github.com/repos/top-think/think-helper/zipball/f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  956. "reference": "f98e3ad44acd27ae85a4d923b1bdfd16c6d8d905",
  957. "shasum": ""
  958. },
  959. "require": {
  960. "php": ">=7.1.0"
  961. },
  962. "time": "2021-06-21T06:17:31+00:00",
  963. "type": "library",
  964. "installation-source": "dist",
  965. "autoload": {
  966. "psr-4": {
  967. "think\\": "src"
  968. },
  969. "files": [
  970. "src/helper.php"
  971. ]
  972. },
  973. "notification-url": "https://packagist.org/downloads/",
  974. "license": [
  975. "Apache-2.0"
  976. ],
  977. "authors": [
  978. {
  979. "name": "yunwuxin",
  980. "email": "448901948@qq.com"
  981. }
  982. ],
  983. "description": "The ThinkPHP6 Helper Package",
  984. "support": {
  985. "issues": "https://github.com/top-think/think-helper/issues",
  986. "source": "https://github.com/top-think/think-helper/tree/v3.1.5"
  987. },
  988. "install-path": "../topthink/think-helper"
  989. },
  990. {
  991. "name": "topthink/think-multi-app",
  992. "version": "v1.0.14",
  993. "version_normalized": "1.0.14.0",
  994. "source": {
  995. "type": "git",
  996. "url": "https://github.com/top-think/think-multi-app.git",
  997. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
  998. },
  999. "dist": {
  1000. "type": "zip",
  1001. "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  1002. "reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
  1003. "shasum": ""
  1004. },
  1005. "require": {
  1006. "php": ">=7.1.0",
  1007. "topthink/framework": "^6.0.0"
  1008. },
  1009. "time": "2020-07-12T13:50:37+00:00",
  1010. "type": "library",
  1011. "extra": {
  1012. "think": {
  1013. "services": [
  1014. "think\\app\\Service"
  1015. ]
  1016. }
  1017. },
  1018. "installation-source": "dist",
  1019. "autoload": {
  1020. "psr-4": {
  1021. "think\\app\\": "src"
  1022. }
  1023. },
  1024. "notification-url": "https://packagist.org/downloads/",
  1025. "license": [
  1026. "Apache-2.0"
  1027. ],
  1028. "authors": [
  1029. {
  1030. "name": "liu21st",
  1031. "email": "liu21st@gmail.com"
  1032. }
  1033. ],
  1034. "description": "thinkphp6 multi app support",
  1035. "support": {
  1036. "issues": "https://github.com/top-think/think-multi-app/issues",
  1037. "source": "https://github.com/top-think/think-multi-app/tree/master"
  1038. },
  1039. "install-path": "../topthink/think-multi-app"
  1040. },
  1041. {
  1042. "name": "topthink/think-orm",
  1043. "version": "v2.0.44",
  1044. "version_normalized": "2.0.44.0",
  1045. "source": {
  1046. "type": "git",
  1047. "url": "https://github.com/top-think/think-orm.git",
  1048. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409"
  1049. },
  1050. "dist": {
  1051. "type": "zip",
  1052. "url": "https://api.github.com/repos/top-think/think-orm/zipball/5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  1053. "reference": "5d3d5c1ebf8bfccf34bacd90edb42989b16ea409",
  1054. "shasum": ""
  1055. },
  1056. "require": {
  1057. "ext-json": "*",
  1058. "ext-pdo": "*",
  1059. "php": ">=7.1.0",
  1060. "psr/log": "~1.0",
  1061. "psr/simple-cache": "^1.0",
  1062. "topthink/think-helper": "^3.1"
  1063. },
  1064. "require-dev": {
  1065. "phpunit/phpunit": "^7|^8|^9.5"
  1066. },
  1067. "time": "2021-07-21T02:22:31+00:00",
  1068. "type": "library",
  1069. "installation-source": "dist",
  1070. "autoload": {
  1071. "psr-4": {
  1072. "think\\": "src"
  1073. },
  1074. "files": [
  1075. "stubs/load_stubs.php"
  1076. ]
  1077. },
  1078. "notification-url": "https://packagist.org/downloads/",
  1079. "license": [
  1080. "Apache-2.0"
  1081. ],
  1082. "authors": [
  1083. {
  1084. "name": "liu21st",
  1085. "email": "liu21st@gmail.com"
  1086. }
  1087. ],
  1088. "description": "think orm",
  1089. "keywords": [
  1090. "database",
  1091. "orm"
  1092. ],
  1093. "support": {
  1094. "issues": "https://github.com/top-think/think-orm/issues",
  1095. "source": "https://github.com/top-think/think-orm/tree/v2.0.44"
  1096. },
  1097. "install-path": "../topthink/think-orm"
  1098. },
  1099. {
  1100. "name": "topthink/think-trace",
  1101. "version": "v1.4",
  1102. "version_normalized": "1.4.0.0",
  1103. "source": {
  1104. "type": "git",
  1105. "url": "https://github.com/top-think/think-trace.git",
  1106. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444"
  1107. },
  1108. "dist": {
  1109. "type": "zip",
  1110. "url": "https://api.github.com/repos/top-think/think-trace/zipball/9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1111. "reference": "9a9fa8f767b6c66c5a133ad21ca1bc96ad329444",
  1112. "shasum": ""
  1113. },
  1114. "require": {
  1115. "php": ">=7.1.0",
  1116. "topthink/framework": "^6.0.0"
  1117. },
  1118. "time": "2020-06-29T05:27:28+00:00",
  1119. "type": "library",
  1120. "extra": {
  1121. "think": {
  1122. "services": [
  1123. "think\\trace\\Service"
  1124. ],
  1125. "config": {
  1126. "trace": "src/config.php"
  1127. }
  1128. }
  1129. },
  1130. "installation-source": "dist",
  1131. "autoload": {
  1132. "psr-4": {
  1133. "think\\trace\\": "src"
  1134. }
  1135. },
  1136. "notification-url": "https://packagist.org/downloads/",
  1137. "license": [
  1138. "Apache-2.0"
  1139. ],
  1140. "authors": [
  1141. {
  1142. "name": "liu21st",
  1143. "email": "liu21st@gmail.com"
  1144. }
  1145. ],
  1146. "description": "thinkphp debug trace",
  1147. "support": {
  1148. "issues": "https://github.com/top-think/think-trace/issues",
  1149. "source": "https://github.com/top-think/think-trace/tree/v1.4"
  1150. },
  1151. "install-path": "../topthink/think-trace"
  1152. }
  1153. ],
  1154. "dev": true,
  1155. "dev-package-names": [
  1156. "symfony/polyfill-mbstring",
  1157. "symfony/polyfill-php72",
  1158. "symfony/polyfill-php80",
  1159. "symfony/var-dumper",
  1160. "topthink/think-trace"
  1161. ]
  1162. }