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.

1575 lines
55 KiB

2 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": "5e061580574ceee6d8cb775ec8c5091b",
  8. "packages": [
  9. {
  10. "name": "cache/adapter-common",
  11. "version": "1.3.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-cache/adapter-common.git",
  15. "reference": "8788309be72aa7be69b88cdc0687549c74a7d479"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-cache/adapter-common/zipball/8788309be72aa7be69b88cdc0687549c74a7d479",
  20. "reference": "8788309be72aa7be69b88cdc0687549c74a7d479",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "cache/tag-interop": "^1.0",
  25. "php": ">=7.4",
  26. "psr/cache": "^1.0 || ^2.0",
  27. "psr/log": "^1.0 || ^2.0 || ^3.0",
  28. "psr/simple-cache": "^1.0"
  29. },
  30. "require-dev": {
  31. "cache/integration-tests": "^0.17",
  32. "phpunit/phpunit": "^7.5.20 || ^9.5.10"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.1-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Cache\\Adapter\\Common\\": ""
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Aaron Scherer",
  52. "email": "aequasi@gmail.com",
  53. "homepage": "https://github.com/aequasi"
  54. },
  55. {
  56. "name": "Tobias Nyholm",
  57. "email": "tobias.nyholm@gmail.com",
  58. "homepage": "https://github.com/nyholm"
  59. }
  60. ],
  61. "description": "Common classes for PSR-6 adapters",
  62. "homepage": "http://www.php-cache.com/en/latest/",
  63. "keywords": [
  64. "cache",
  65. "psr-6",
  66. "tag"
  67. ],
  68. "support": {
  69. "source": "https://github.com/php-cache/adapter-common/tree/1.3.0"
  70. },
  71. "time": "2022-01-15T15:47:19+00:00"
  72. },
  73. {
  74. "name": "cache/filesystem-adapter",
  75. "version": "1.2.0",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/php-cache/filesystem-adapter.git",
  79. "reference": "f1faaae40aaa696ef899cef6f6888aedb90b419b"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/php-cache/filesystem-adapter/zipball/f1faaae40aaa696ef899cef6f6888aedb90b419b",
  84. "reference": "f1faaae40aaa696ef899cef6f6888aedb90b419b",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "cache/adapter-common": "^1.0",
  89. "league/flysystem": "^1.0",
  90. "php": ">=7.4",
  91. "psr/cache": "^1.0 || ^2.0",
  92. "psr/simple-cache": "^1.0"
  93. },
  94. "provide": {
  95. "psr/cache-implementation": "^1.0",
  96. "psr/simple-cache-implementation": "^1.0"
  97. },
  98. "require-dev": {
  99. "cache/integration-tests": "^0.17",
  100. "phpunit/phpunit": "^7.5.20 || ^9.5.10"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "1.1-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "Cache\\Adapter\\Filesystem\\": ""
  111. },
  112. "exclude-from-classmap": [
  113. "/Tests/"
  114. ]
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "MIT"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Aaron Scherer",
  123. "email": "aequasi@gmail.com",
  124. "homepage": "https://github.com/aequasi"
  125. },
  126. {
  127. "name": "Tobias Nyholm",
  128. "email": "tobias.nyholm@gmail.com",
  129. "homepage": "https://github.com/nyholm"
  130. }
  131. ],
  132. "description": "A PSR-6 cache implementation using filesystem. This implementation supports tags",
  133. "homepage": "http://www.php-cache.com/en/latest/",
  134. "keywords": [
  135. "cache",
  136. "filesystem",
  137. "psr-6",
  138. "tag"
  139. ],
  140. "support": {
  141. "source": "https://github.com/php-cache/filesystem-adapter/tree/1.2.0"
  142. },
  143. "time": "2022-01-15T15:47:19+00:00"
  144. },
  145. {
  146. "name": "cache/tag-interop",
  147. "version": "1.1.0",
  148. "source": {
  149. "type": "git",
  150. "url": "https://github.com/php-cache/tag-interop.git",
  151. "reference": "b062b1d735357da50edf8387f7a8696f3027d328"
  152. },
  153. "dist": {
  154. "type": "zip",
  155. "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/b062b1d735357da50edf8387f7a8696f3027d328",
  156. "reference": "b062b1d735357da50edf8387f7a8696f3027d328",
  157. "shasum": ""
  158. },
  159. "require": {
  160. "php": "^5.5 || ^7.0 || ^8.0",
  161. "psr/cache": "^1.0 || ^2.0"
  162. },
  163. "type": "library",
  164. "extra": {
  165. "branch-alias": {
  166. "dev-master": "1.1-dev"
  167. }
  168. },
  169. "autoload": {
  170. "psr-4": {
  171. "Cache\\TagInterop\\": ""
  172. }
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "MIT"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Tobias Nyholm",
  181. "email": "tobias.nyholm@gmail.com",
  182. "homepage": "https://github.com/nyholm"
  183. },
  184. {
  185. "name": "Nicolas Grekas",
  186. "email": "p@tchwork.com",
  187. "homepage": "https://github.com/nicolas-grekas"
  188. }
  189. ],
  190. "description": "Framework interoperable interfaces for tags",
  191. "homepage": "https://www.php-cache.com/en/latest/",
  192. "keywords": [
  193. "cache",
  194. "psr",
  195. "psr6",
  196. "tag"
  197. ],
  198. "support": {
  199. "issues": "https://github.com/php-cache/tag-interop/issues",
  200. "source": "https://github.com/php-cache/tag-interop/tree/1.1.0"
  201. },
  202. "time": "2021-12-31T10:03:23+00:00"
  203. },
  204. {
  205. "name": "guzzlehttp/guzzle",
  206. "version": "7.5.0",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/guzzle/guzzle.git",
  210. "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
  215. "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "ext-json": "*",
  220. "guzzlehttp/promises": "^1.5",
  221. "guzzlehttp/psr7": "^1.9 || ^2.4",
  222. "php": "^7.2.5 || ^8.0",
  223. "psr/http-client": "^1.0",
  224. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  225. },
  226. "provide": {
  227. "psr/http-client-implementation": "1.0"
  228. },
  229. "require-dev": {
  230. "bamarni/composer-bin-plugin": "^1.8.1",
  231. "ext-curl": "*",
  232. "php-http/client-integration-tests": "^3.0",
  233. "phpunit/phpunit": "^8.5.29 || ^9.5.23",
  234. "psr/log": "^1.1 || ^2.0 || ^3.0"
  235. },
  236. "suggest": {
  237. "ext-curl": "Required for CURL handler support",
  238. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  239. "psr/log": "Required for using the Log middleware"
  240. },
  241. "type": "library",
  242. "extra": {
  243. "bamarni-bin": {
  244. "bin-links": true,
  245. "forward-command": false
  246. },
  247. "branch-alias": {
  248. "dev-master": "7.5-dev"
  249. }
  250. },
  251. "autoload": {
  252. "files": [
  253. "src/functions_include.php"
  254. ],
  255. "psr-4": {
  256. "GuzzleHttp\\": "src/"
  257. }
  258. },
  259. "notification-url": "https://packagist.org/downloads/",
  260. "license": [
  261. "MIT"
  262. ],
  263. "authors": [
  264. {
  265. "name": "Graham Campbell",
  266. "email": "hello@gjcampbell.co.uk",
  267. "homepage": "https://github.com/GrahamCampbell"
  268. },
  269. {
  270. "name": "Michael Dowling",
  271. "email": "mtdowling@gmail.com",
  272. "homepage": "https://github.com/mtdowling"
  273. },
  274. {
  275. "name": "Jeremy Lindblom",
  276. "email": "jeremeamia@gmail.com",
  277. "homepage": "https://github.com/jeremeamia"
  278. },
  279. {
  280. "name": "George Mponos",
  281. "email": "gmponos@gmail.com",
  282. "homepage": "https://github.com/gmponos"
  283. },
  284. {
  285. "name": "Tobias Nyholm",
  286. "email": "tobias.nyholm@gmail.com",
  287. "homepage": "https://github.com/Nyholm"
  288. },
  289. {
  290. "name": "Márk Sági-Kazár",
  291. "email": "mark.sagikazar@gmail.com",
  292. "homepage": "https://github.com/sagikazarmark"
  293. },
  294. {
  295. "name": "Tobias Schultze",
  296. "email": "webmaster@tubo-world.de",
  297. "homepage": "https://github.com/Tobion"
  298. }
  299. ],
  300. "description": "Guzzle is a PHP HTTP client library",
  301. "keywords": [
  302. "client",
  303. "curl",
  304. "framework",
  305. "http",
  306. "http client",
  307. "psr-18",
  308. "psr-7",
  309. "rest",
  310. "web service"
  311. ],
  312. "support": {
  313. "issues": "https://github.com/guzzle/guzzle/issues",
  314. "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
  315. },
  316. "funding": [
  317. {
  318. "url": "https://github.com/GrahamCampbell",
  319. "type": "github"
  320. },
  321. {
  322. "url": "https://github.com/Nyholm",
  323. "type": "github"
  324. },
  325. {
  326. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  327. "type": "tidelift"
  328. }
  329. ],
  330. "time": "2022-08-28T15:39:27+00:00"
  331. },
  332. {
  333. "name": "guzzlehttp/promises",
  334. "version": "1.5.2",
  335. "source": {
  336. "type": "git",
  337. "url": "https://github.com/guzzle/promises.git",
  338. "reference": "b94b2807d85443f9719887892882d0329d1e2598"
  339. },
  340. "dist": {
  341. "type": "zip",
  342. "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
  343. "reference": "b94b2807d85443f9719887892882d0329d1e2598",
  344. "shasum": ""
  345. },
  346. "require": {
  347. "php": ">=5.5"
  348. },
  349. "require-dev": {
  350. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  351. },
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "1.5-dev"
  356. }
  357. },
  358. "autoload": {
  359. "files": [
  360. "src/functions_include.php"
  361. ],
  362. "psr-4": {
  363. "GuzzleHttp\\Promise\\": "src/"
  364. }
  365. },
  366. "notification-url": "https://packagist.org/downloads/",
  367. "license": [
  368. "MIT"
  369. ],
  370. "authors": [
  371. {
  372. "name": "Graham Campbell",
  373. "email": "hello@gjcampbell.co.uk",
  374. "homepage": "https://github.com/GrahamCampbell"
  375. },
  376. {
  377. "name": "Michael Dowling",
  378. "email": "mtdowling@gmail.com",
  379. "homepage": "https://github.com/mtdowling"
  380. },
  381. {
  382. "name": "Tobias Nyholm",
  383. "email": "tobias.nyholm@gmail.com",
  384. "homepage": "https://github.com/Nyholm"
  385. },
  386. {
  387. "name": "Tobias Schultze",
  388. "email": "webmaster@tubo-world.de",
  389. "homepage": "https://github.com/Tobion"
  390. }
  391. ],
  392. "description": "Guzzle promises library",
  393. "keywords": [
  394. "promise"
  395. ],
  396. "support": {
  397. "issues": "https://github.com/guzzle/promises/issues",
  398. "source": "https://github.com/guzzle/promises/tree/1.5.2"
  399. },
  400. "funding": [
  401. {
  402. "url": "https://github.com/GrahamCampbell",
  403. "type": "github"
  404. },
  405. {
  406. "url": "https://github.com/Nyholm",
  407. "type": "github"
  408. },
  409. {
  410. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  411. "type": "tidelift"
  412. }
  413. ],
  414. "time": "2022-08-28T14:55:35+00:00"
  415. },
  416. {
  417. "name": "guzzlehttp/psr7",
  418. "version": "2.4.3",
  419. "source": {
  420. "type": "git",
  421. "url": "https://github.com/guzzle/psr7.git",
  422. "reference": "67c26b443f348a51926030c83481b85718457d3d"
  423. },
  424. "dist": {
  425. "type": "zip",
  426. "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
  427. "reference": "67c26b443f348a51926030c83481b85718457d3d",
  428. "shasum": ""
  429. },
  430. "require": {
  431. "php": "^7.2.5 || ^8.0",
  432. "psr/http-factory": "^1.0",
  433. "psr/http-message": "^1.0",
  434. "ralouphie/getallheaders": "^3.0"
  435. },
  436. "provide": {
  437. "psr/http-factory-implementation": "1.0",
  438. "psr/http-message-implementation": "1.0"
  439. },
  440. "require-dev": {
  441. "bamarni/composer-bin-plugin": "^1.8.1",
  442. "http-interop/http-factory-tests": "^0.9",
  443. "phpunit/phpunit": "^8.5.29 || ^9.5.23"
  444. },
  445. "suggest": {
  446. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  447. },
  448. "type": "library",
  449. "extra": {
  450. "bamarni-bin": {
  451. "bin-links": true,
  452. "forward-command": false
  453. },
  454. "branch-alias": {
  455. "dev-master": "2.4-dev"
  456. }
  457. },
  458. "autoload": {
  459. "psr-4": {
  460. "GuzzleHttp\\Psr7\\": "src/"
  461. }
  462. },
  463. "notification-url": "https://packagist.org/downloads/",
  464. "license": [
  465. "MIT"
  466. ],
  467. "authors": [
  468. {
  469. "name": "Graham Campbell",
  470. "email": "hello@gjcampbell.co.uk",
  471. "homepage": "https://github.com/GrahamCampbell"
  472. },
  473. {
  474. "name": "Michael Dowling",
  475. "email": "mtdowling@gmail.com",
  476. "homepage": "https://github.com/mtdowling"
  477. },
  478. {
  479. "name": "George Mponos",
  480. "email": "gmponos@gmail.com",
  481. "homepage": "https://github.com/gmponos"
  482. },
  483. {
  484. "name": "Tobias Nyholm",
  485. "email": "tobias.nyholm@gmail.com",
  486. "homepage": "https://github.com/Nyholm"
  487. },
  488. {
  489. "name": "Márk Sági-Kazár",
  490. "email": "mark.sagikazar@gmail.com",
  491. "homepage": "https://github.com/sagikazarmark"
  492. },
  493. {
  494. "name": "Tobias Schultze",
  495. "email": "webmaster@tubo-world.de",
  496. "homepage": "https://github.com/Tobion"
  497. },
  498. {
  499. "name": "Márk Sági-Kazár",
  500. "email": "mark.sagikazar@gmail.com",
  501. "homepage": "https://sagikazarmark.hu"
  502. }
  503. ],
  504. "description": "PSR-7 message implementation that also provides common utility methods",
  505. "keywords": [
  506. "http",
  507. "message",
  508. "psr-7",
  509. "request",
  510. "response",
  511. "stream",
  512. "uri",
  513. "url"
  514. ],
  515. "support": {
  516. "issues": "https://github.com/guzzle/psr7/issues",
  517. "source": "https://github.com/guzzle/psr7/tree/2.4.3"
  518. },
  519. "funding": [
  520. {
  521. "url": "https://github.com/GrahamCampbell",
  522. "type": "github"
  523. },
  524. {
  525. "url": "https://github.com/Nyholm",
  526. "type": "github"
  527. },
  528. {
  529. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  530. "type": "tidelift"
  531. }
  532. ],
  533. "time": "2022-10-26T14:07:24+00:00"
  534. },
  535. {
  536. "name": "jaeger/g-http",
  537. "version": "V1.7.2",
  538. "source": {
  539. "type": "git",
  540. "url": "https://github.com/jae-jae/GHttp.git",
  541. "reference": "82585ddd5e2c6651e37ab1d8166efcdbb6b293d4"
  542. },
  543. "dist": {
  544. "type": "zip",
  545. "url": "https://api.github.com/repos/jae-jae/GHttp/zipball/82585ddd5e2c6651e37ab1d8166efcdbb6b293d4",
  546. "reference": "82585ddd5e2c6651e37ab1d8166efcdbb6b293d4",
  547. "shasum": ""
  548. },
  549. "require": {
  550. "cache/filesystem-adapter": "^1",
  551. "guzzlehttp/guzzle": "^6.0 | ^7.0"
  552. },
  553. "type": "library",
  554. "autoload": {
  555. "psr-4": {
  556. "Jaeger\\": "src"
  557. }
  558. },
  559. "notification-url": "https://packagist.org/downloads/",
  560. "license": [
  561. "MIT"
  562. ],
  563. "authors": [
  564. {
  565. "name": "Jaeger",
  566. "email": "JaegerCode@gmail.com"
  567. }
  568. ],
  569. "description": "Simple Http client base on GuzzleHttp",
  570. "support": {
  571. "issues": "https://github.com/jae-jae/GHttp/issues",
  572. "source": "https://github.com/jae-jae/GHttp/tree/V1.7.2"
  573. },
  574. "time": "2021-08-08T04:59:44+00:00"
  575. },
  576. {
  577. "name": "jaeger/phpquery-single",
  578. "version": "1.1.1",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/jae-jae/phpQuery-single.git",
  582. "reference": "39a650ade692a6b480c22220dce0c198d6a946fb"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/jae-jae/phpQuery-single/zipball/39a650ade692a6b480c22220dce0c198d6a946fb",
  587. "reference": "39a650ade692a6b480c22220dce0c198d6a946fb",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "php": ">=5.3.0"
  592. },
  593. "type": "library",
  594. "autoload": {
  595. "classmap": [
  596. "phpQuery.php"
  597. ]
  598. },
  599. "notification-url": "https://packagist.org/downloads/",
  600. "license": [
  601. "MIT"
  602. ],
  603. "authors": [
  604. {
  605. "name": "Tobiasz Cudnik",
  606. "email": "tobiasz.cudnik@gmail.com",
  607. "homepage": "https://github.com/TobiaszCudnik",
  608. "role": "Developer"
  609. },
  610. {
  611. "name": "Jaeger",
  612. "role": "Packager"
  613. }
  614. ],
  615. "description": "phpQuery单文件版本,是Querylist的依赖(http://querylist.cc/),phpQuery项目主页:http://code.google.com/p/phpquery/",
  616. "homepage": "http://code.google.com/p/phpquery/",
  617. "support": {
  618. "issues": "https://github.com/jae-jae/phpQuery-single/issues",
  619. "source": "https://github.com/jae-jae/phpQuery-single/tree/1.1.1"
  620. },
  621. "time": "2022-03-26T15:01:16+00:00"
  622. },
  623. {
  624. "name": "jaeger/querylist",
  625. "version": "V4.2.8",
  626. "source": {
  627. "type": "git",
  628. "url": "https://github.com/jae-jae/QueryList.git",
  629. "reference": "39dc0ca9c668bec7a793e20472ccd7d26ef89ea4"
  630. },
  631. "dist": {
  632. "type": "zip",
  633. "url": "https://api.github.com/repos/jae-jae/QueryList/zipball/39dc0ca9c668bec7a793e20472ccd7d26ef89ea4",
  634. "reference": "39dc0ca9c668bec7a793e20472ccd7d26ef89ea4",
  635. "shasum": ""
  636. },
  637. "require": {
  638. "ext-dom": "*",
  639. "jaeger/g-http": "^1.1",
  640. "jaeger/phpquery-single": "^1",
  641. "php": ">=7.1",
  642. "tightenco/collect": ">5.0"
  643. },
  644. "require-dev": {
  645. "phpunit/phpunit": "^8.5",
  646. "symfony/var-dumper": "^3.3"
  647. },
  648. "type": "library",
  649. "autoload": {
  650. "psr-4": {
  651. "QL\\": "src"
  652. }
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Jaeger",
  661. "email": "JaegerCode@gmail.com"
  662. }
  663. ],
  664. "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。",
  665. "homepage": "http://querylist.cc",
  666. "keywords": [
  667. "QueryList",
  668. "phpQuery",
  669. "spider"
  670. ],
  671. "support": {
  672. "issues": "https://github.com/jae-jae/QueryList/issues",
  673. "source": "https://github.com/jae-jae/QueryList/tree/V4.2.8"
  674. },
  675. "funding": [
  676. {
  677. "url": "https://opencollective.com/querylist",
  678. "type": "open_collective"
  679. }
  680. ],
  681. "time": "2021-07-05T06:07:58+00:00"
  682. },
  683. {
  684. "name": "league/flysystem",
  685. "version": "1.1.10",
  686. "source": {
  687. "type": "git",
  688. "url": "https://github.com/thephpleague/flysystem.git",
  689. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
  690. },
  691. "dist": {
  692. "type": "zip",
  693. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
  694. "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
  695. "shasum": ""
  696. },
  697. "require": {
  698. "ext-fileinfo": "*",
  699. "league/mime-type-detection": "^1.3",
  700. "php": "^7.2.5 || ^8.0"
  701. },
  702. "conflict": {
  703. "league/flysystem-sftp": "<1.0.6"
  704. },
  705. "require-dev": {
  706. "phpspec/prophecy": "^1.11.1",
  707. "phpunit/phpunit": "^8.5.8"
  708. },
  709. "suggest": {
  710. "ext-ftp": "Allows you to use FTP server storage",
  711. "ext-openssl": "Allows you to use FTPS server storage",
  712. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  713. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  714. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  715. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  716. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  717. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  718. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  719. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  720. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  721. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  722. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  723. },
  724. "type": "library",
  725. "extra": {
  726. "branch-alias": {
  727. "dev-master": "1.1-dev"
  728. }
  729. },
  730. "autoload": {
  731. "psr-4": {
  732. "League\\Flysystem\\": "src/"
  733. }
  734. },
  735. "notification-url": "https://packagist.org/downloads/",
  736. "license": [
  737. "MIT"
  738. ],
  739. "authors": [
  740. {
  741. "name": "Frank de Jonge",
  742. "email": "info@frenky.net"
  743. }
  744. ],
  745. "description": "Filesystem abstraction: Many filesystems, one API.",
  746. "keywords": [
  747. "Cloud Files",
  748. "WebDAV",
  749. "abstraction",
  750. "aws",
  751. "cloud",
  752. "copy.com",
  753. "dropbox",
  754. "file systems",
  755. "files",
  756. "filesystem",
  757. "filesystems",
  758. "ftp",
  759. "rackspace",
  760. "remote",
  761. "s3",
  762. "sftp",
  763. "storage"
  764. ],
  765. "support": {
  766. "issues": "https://github.com/thephpleague/flysystem/issues",
  767. "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
  768. },
  769. "funding": [
  770. {
  771. "url": "https://offset.earth/frankdejonge",
  772. "type": "other"
  773. }
  774. ],
  775. "time": "2022-10-04T09:16:37+00:00"
  776. },
  777. {
  778. "name": "league/mime-type-detection",
  779. "version": "1.11.0",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/thephpleague/mime-type-detection.git",
  783. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  788. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "ext-fileinfo": "*",
  793. "php": "^7.2 || ^8.0"
  794. },
  795. "require-dev": {
  796. "friendsofphp/php-cs-fixer": "^3.2",
  797. "phpstan/phpstan": "^0.12.68",
  798. "phpunit/phpunit": "^8.5.8 || ^9.3"
  799. },
  800. "type": "library",
  801. "autoload": {
  802. "psr-4": {
  803. "League\\MimeTypeDetection\\": "src"
  804. }
  805. },
  806. "notification-url": "https://packagist.org/downloads/",
  807. "license": [
  808. "MIT"
  809. ],
  810. "authors": [
  811. {
  812. "name": "Frank de Jonge",
  813. "email": "info@frankdejonge.nl"
  814. }
  815. ],
  816. "description": "Mime-type detection for Flysystem",
  817. "support": {
  818. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  819. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  820. },
  821. "funding": [
  822. {
  823. "url": "https://github.com/frankdejonge",
  824. "type": "github"
  825. },
  826. {
  827. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  828. "type": "tidelift"
  829. }
  830. ],
  831. "time": "2022-04-17T13:12:02+00:00"
  832. },
  833. {
  834. "name": "psr/cache",
  835. "version": "1.0.1",
  836. "source": {
  837. "type": "git",
  838. "url": "https://github.com/php-fig/cache.git",
  839. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  840. },
  841. "dist": {
  842. "type": "zip",
  843. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  844. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  845. "shasum": ""
  846. },
  847. "require": {
  848. "php": ">=5.3.0"
  849. },
  850. "type": "library",
  851. "extra": {
  852. "branch-alias": {
  853. "dev-master": "1.0.x-dev"
  854. }
  855. },
  856. "autoload": {
  857. "psr-4": {
  858. "Psr\\Cache\\": "src/"
  859. }
  860. },
  861. "notification-url": "https://packagist.org/downloads/",
  862. "license": [
  863. "MIT"
  864. ],
  865. "authors": [
  866. {
  867. "name": "PHP-FIG",
  868. "homepage": "http://www.php-fig.org/"
  869. }
  870. ],
  871. "description": "Common interface for caching libraries",
  872. "keywords": [
  873. "cache",
  874. "psr",
  875. "psr-6"
  876. ],
  877. "support": {
  878. "source": "https://github.com/php-fig/cache/tree/master"
  879. },
  880. "time": "2016-08-06T20:24:11+00:00"
  881. },
  882. {
  883. "name": "psr/http-client",
  884. "version": "1.0.1",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/php-fig/http-client.git",
  888. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  893. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  894. "shasum": ""
  895. },
  896. "require": {
  897. "php": "^7.0 || ^8.0",
  898. "psr/http-message": "^1.0"
  899. },
  900. "type": "library",
  901. "extra": {
  902. "branch-alias": {
  903. "dev-master": "1.0.x-dev"
  904. }
  905. },
  906. "autoload": {
  907. "psr-4": {
  908. "Psr\\Http\\Client\\": "src/"
  909. }
  910. },
  911. "notification-url": "https://packagist.org/downloads/",
  912. "license": [
  913. "MIT"
  914. ],
  915. "authors": [
  916. {
  917. "name": "PHP-FIG",
  918. "homepage": "http://www.php-fig.org/"
  919. }
  920. ],
  921. "description": "Common interface for HTTP clients",
  922. "homepage": "https://github.com/php-fig/http-client",
  923. "keywords": [
  924. "http",
  925. "http-client",
  926. "psr",
  927. "psr-18"
  928. ],
  929. "support": {
  930. "source": "https://github.com/php-fig/http-client/tree/master"
  931. },
  932. "time": "2020-06-29T06:28:15+00:00"
  933. },
  934. {
  935. "name": "psr/http-factory",
  936. "version": "1.0.1",
  937. "source": {
  938. "type": "git",
  939. "url": "https://github.com/php-fig/http-factory.git",
  940. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  941. },
  942. "dist": {
  943. "type": "zip",
  944. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  945. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  946. "shasum": ""
  947. },
  948. "require": {
  949. "php": ">=7.0.0",
  950. "psr/http-message": "^1.0"
  951. },
  952. "type": "library",
  953. "extra": {
  954. "branch-alias": {
  955. "dev-master": "1.0.x-dev"
  956. }
  957. },
  958. "autoload": {
  959. "psr-4": {
  960. "Psr\\Http\\Message\\": "src/"
  961. }
  962. },
  963. "notification-url": "https://packagist.org/downloads/",
  964. "license": [
  965. "MIT"
  966. ],
  967. "authors": [
  968. {
  969. "name": "PHP-FIG",
  970. "homepage": "http://www.php-fig.org/"
  971. }
  972. ],
  973. "description": "Common interfaces for PSR-7 HTTP message factories",
  974. "keywords": [
  975. "factory",
  976. "http",
  977. "message",
  978. "psr",
  979. "psr-17",
  980. "psr-7",
  981. "request",
  982. "response"
  983. ],
  984. "support": {
  985. "source": "https://github.com/php-fig/http-factory/tree/master"
  986. },
  987. "time": "2019-04-30T12:38:16+00:00"
  988. },
  989. {
  990. "name": "psr/http-message",
  991. "version": "1.0.1",
  992. "source": {
  993. "type": "git",
  994. "url": "https://github.com/php-fig/http-message.git",
  995. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  996. },
  997. "dist": {
  998. "type": "zip",
  999. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1000. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1001. "shasum": ""
  1002. },
  1003. "require": {
  1004. "php": ">=5.3.0"
  1005. },
  1006. "type": "library",
  1007. "extra": {
  1008. "branch-alias": {
  1009. "dev-master": "1.0.x-dev"
  1010. }
  1011. },
  1012. "autoload": {
  1013. "psr-4": {
  1014. "Psr\\Http\\Message\\": "src/"
  1015. }
  1016. },
  1017. "notification-url": "https://packagist.org/downloads/",
  1018. "license": [
  1019. "MIT"
  1020. ],
  1021. "authors": [
  1022. {
  1023. "name": "PHP-FIG",
  1024. "homepage": "http://www.php-fig.org/"
  1025. }
  1026. ],
  1027. "description": "Common interface for HTTP messages",
  1028. "homepage": "https://github.com/php-fig/http-message",
  1029. "keywords": [
  1030. "http",
  1031. "http-message",
  1032. "psr",
  1033. "psr-7",
  1034. "request",
  1035. "response"
  1036. ],
  1037. "support": {
  1038. "source": "https://github.com/php-fig/http-message/tree/master"
  1039. },
  1040. "time": "2016-08-06T14:39:51+00:00"
  1041. },
  1042. {
  1043. "name": "psr/log",
  1044. "version": "1.1.4",
  1045. "source": {
  1046. "type": "git",
  1047. "url": "https://github.com/php-fig/log.git",
  1048. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  1049. },
  1050. "dist": {
  1051. "type": "zip",
  1052. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  1053. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  1054. "shasum": ""
  1055. },
  1056. "require": {
  1057. "php": ">=5.3.0"
  1058. },
  1059. "type": "library",
  1060. "extra": {
  1061. "branch-alias": {
  1062. "dev-master": "1.1.x-dev"
  1063. }
  1064. },
  1065. "autoload": {
  1066. "psr-4": {
  1067. "Psr\\Log\\": "Psr/Log/"
  1068. }
  1069. },
  1070. "notification-url": "https://packagist.org/downloads/",
  1071. "license": [
  1072. "MIT"
  1073. ],
  1074. "authors": [
  1075. {
  1076. "name": "PHP-FIG",
  1077. "homepage": "https://www.php-fig.org/"
  1078. }
  1079. ],
  1080. "description": "Common interface for logging libraries",
  1081. "homepage": "https://github.com/php-fig/log",
  1082. "keywords": [
  1083. "log",
  1084. "psr",
  1085. "psr-3"
  1086. ],
  1087. "support": {
  1088. "source": "https://github.com/php-fig/log/tree/1.1.4"
  1089. },
  1090. "time": "2021-05-03T11:20:27+00:00"
  1091. },
  1092. {
  1093. "name": "psr/simple-cache",
  1094. "version": "1.0.1",
  1095. "source": {
  1096. "type": "git",
  1097. "url": "https://github.com/php-fig/simple-cache.git",
  1098. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1099. },
  1100. "dist": {
  1101. "type": "zip",
  1102. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1103. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1104. "shasum": ""
  1105. },
  1106. "require": {
  1107. "php": ">=5.3.0"
  1108. },
  1109. "type": "library",
  1110. "extra": {
  1111. "branch-alias": {
  1112. "dev-master": "1.0.x-dev"
  1113. }
  1114. },
  1115. "autoload": {
  1116. "psr-4": {
  1117. "Psr\\SimpleCache\\": "src/"
  1118. }
  1119. },
  1120. "notification-url": "https://packagist.org/downloads/",
  1121. "license": [
  1122. "MIT"
  1123. ],
  1124. "authors": [
  1125. {
  1126. "name": "PHP-FIG",
  1127. "homepage": "http://www.php-fig.org/"
  1128. }
  1129. ],
  1130. "description": "Common interfaces for simple caching",
  1131. "keywords": [
  1132. "cache",
  1133. "caching",
  1134. "psr",
  1135. "psr-16",
  1136. "simple-cache"
  1137. ],
  1138. "support": {
  1139. "source": "https://github.com/php-fig/simple-cache/tree/master"
  1140. },
  1141. "time": "2017-10-23T01:57:42+00:00"
  1142. },
  1143. {
  1144. "name": "ralouphie/getallheaders",
  1145. "version": "3.0.3",
  1146. "source": {
  1147. "type": "git",
  1148. "url": "https://github.com/ralouphie/getallheaders.git",
  1149. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  1150. },
  1151. "dist": {
  1152. "type": "zip",
  1153. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  1154. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  1155. "shasum": ""
  1156. },
  1157. "require": {
  1158. "php": ">=5.6"
  1159. },
  1160. "require-dev": {
  1161. "php-coveralls/php-coveralls": "^2.1",
  1162. "phpunit/phpunit": "^5 || ^6.5"
  1163. },
  1164. "type": "library",
  1165. "autoload": {
  1166. "files": [
  1167. "src/getallheaders.php"
  1168. ]
  1169. },
  1170. "notification-url": "https://packagist.org/downloads/",
  1171. "license": [
  1172. "MIT"
  1173. ],
  1174. "authors": [
  1175. {
  1176. "name": "Ralph Khattar",
  1177. "email": "ralph.khattar@gmail.com"
  1178. }
  1179. ],
  1180. "description": "A polyfill for getallheaders.",
  1181. "support": {
  1182. "issues": "https://github.com/ralouphie/getallheaders/issues",
  1183. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  1184. },
  1185. "time": "2019-03-08T08:55:37+00:00"
  1186. },
  1187. {
  1188. "name": "symfony/deprecation-contracts",
  1189. "version": "v2.5.2",
  1190. "source": {
  1191. "type": "git",
  1192. "url": "https://github.com/symfony/deprecation-contracts.git",
  1193. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  1194. },
  1195. "dist": {
  1196. "type": "zip",
  1197. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1198. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  1199. "shasum": ""
  1200. },
  1201. "require": {
  1202. "php": ">=7.1"
  1203. },
  1204. "type": "library",
  1205. "extra": {
  1206. "branch-alias": {
  1207. "dev-main": "2.5-dev"
  1208. },
  1209. "thanks": {
  1210. "name": "symfony/contracts",
  1211. "url": "https://github.com/symfony/contracts"
  1212. }
  1213. },
  1214. "autoload": {
  1215. "files": [
  1216. "function.php"
  1217. ]
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "MIT"
  1222. ],
  1223. "authors": [
  1224. {
  1225. "name": "Nicolas Grekas",
  1226. "email": "p@tchwork.com"
  1227. },
  1228. {
  1229. "name": "Symfony Community",
  1230. "homepage": "https://symfony.com/contributors"
  1231. }
  1232. ],
  1233. "description": "A generic function and convention to trigger deprecation notices",
  1234. "homepage": "https://symfony.com",
  1235. "support": {
  1236. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  1237. },
  1238. "funding": [
  1239. {
  1240. "url": "https://symfony.com/sponsor",
  1241. "type": "custom"
  1242. },
  1243. {
  1244. "url": "https://github.com/fabpot",
  1245. "type": "github"
  1246. },
  1247. {
  1248. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1249. "type": "tidelift"
  1250. }
  1251. ],
  1252. "time": "2022-01-02T09:53:40+00:00"
  1253. },
  1254. {
  1255. "name": "symfony/polyfill-mbstring",
  1256. "version": "v1.27.0",
  1257. "source": {
  1258. "type": "git",
  1259. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1260. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  1261. },
  1262. "dist": {
  1263. "type": "zip",
  1264. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  1265. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  1266. "shasum": ""
  1267. },
  1268. "require": {
  1269. "php": ">=7.1"
  1270. },
  1271. "provide": {
  1272. "ext-mbstring": "*"
  1273. },
  1274. "suggest": {
  1275. "ext-mbstring": "For best performance"
  1276. },
  1277. "type": "library",
  1278. "extra": {
  1279. "branch-alias": {
  1280. "dev-main": "1.27-dev"
  1281. },
  1282. "thanks": {
  1283. "name": "symfony/polyfill",
  1284. "url": "https://github.com/symfony/polyfill"
  1285. }
  1286. },
  1287. "autoload": {
  1288. "files": [
  1289. "bootstrap.php"
  1290. ],
  1291. "psr-4": {
  1292. "Symfony\\Polyfill\\Mbstring\\": ""
  1293. }
  1294. },
  1295. "notification-url": "https://packagist.org/downloads/",
  1296. "license": [
  1297. "MIT"
  1298. ],
  1299. "authors": [
  1300. {
  1301. "name": "Nicolas Grekas",
  1302. "email": "p@tchwork.com"
  1303. },
  1304. {
  1305. "name": "Symfony Community",
  1306. "homepage": "https://symfony.com/contributors"
  1307. }
  1308. ],
  1309. "description": "Symfony polyfill for the Mbstring extension",
  1310. "homepage": "https://symfony.com",
  1311. "keywords": [
  1312. "compatibility",
  1313. "mbstring",
  1314. "polyfill",
  1315. "portable",
  1316. "shim"
  1317. ],
  1318. "support": {
  1319. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  1320. },
  1321. "funding": [
  1322. {
  1323. "url": "https://symfony.com/sponsor",
  1324. "type": "custom"
  1325. },
  1326. {
  1327. "url": "https://github.com/fabpot",
  1328. "type": "github"
  1329. },
  1330. {
  1331. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1332. "type": "tidelift"
  1333. }
  1334. ],
  1335. "time": "2022-11-03T14:55:06+00:00"
  1336. },
  1337. {
  1338. "name": "symfony/polyfill-php80",
  1339. "version": "v1.27.0",
  1340. "source": {
  1341. "type": "git",
  1342. "url": "https://github.com/symfony/polyfill-php80.git",
  1343. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  1344. },
  1345. "dist": {
  1346. "type": "zip",
  1347. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1348. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  1349. "shasum": ""
  1350. },
  1351. "require": {
  1352. "php": ">=7.1"
  1353. },
  1354. "type": "library",
  1355. "extra": {
  1356. "branch-alias": {
  1357. "dev-main": "1.27-dev"
  1358. },
  1359. "thanks": {
  1360. "name": "symfony/polyfill",
  1361. "url": "https://github.com/symfony/polyfill"
  1362. }
  1363. },
  1364. "autoload": {
  1365. "files": [
  1366. "bootstrap.php"
  1367. ],
  1368. "psr-4": {
  1369. "Symfony\\Polyfill\\Php80\\": ""
  1370. },
  1371. "classmap": [
  1372. "Resources/stubs"
  1373. ]
  1374. },
  1375. "notification-url": "https://packagist.org/downloads/",
  1376. "license": [
  1377. "MIT"
  1378. ],
  1379. "authors": [
  1380. {
  1381. "name": "Ion Bazan",
  1382. "email": "ion.bazan@gmail.com"
  1383. },
  1384. {
  1385. "name": "Nicolas Grekas",
  1386. "email": "p@tchwork.com"
  1387. },
  1388. {
  1389. "name": "Symfony Community",
  1390. "homepage": "https://symfony.com/contributors"
  1391. }
  1392. ],
  1393. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  1394. "homepage": "https://symfony.com",
  1395. "keywords": [
  1396. "compatibility",
  1397. "polyfill",
  1398. "portable",
  1399. "shim"
  1400. ],
  1401. "support": {
  1402. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  1403. },
  1404. "funding": [
  1405. {
  1406. "url": "https://symfony.com/sponsor",
  1407. "type": "custom"
  1408. },
  1409. {
  1410. "url": "https://github.com/fabpot",
  1411. "type": "github"
  1412. },
  1413. {
  1414. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1415. "type": "tidelift"
  1416. }
  1417. ],
  1418. "time": "2022-11-03T14:55:06+00:00"
  1419. },
  1420. {
  1421. "name": "symfony/var-dumper",
  1422. "version": "v5.4.14",
  1423. "source": {
  1424. "type": "git",
  1425. "url": "https://github.com/symfony/var-dumper.git",
  1426. "reference": "6894d06145fefebd9a4c7272baa026a1c394a430"
  1427. },
  1428. "dist": {
  1429. "type": "zip",
  1430. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430",
  1431. "reference": "6894d06145fefebd9a4c7272baa026a1c394a430",
  1432. "shasum": ""
  1433. },
  1434. "require": {
  1435. "php": ">=7.2.5",
  1436. "symfony/polyfill-mbstring": "~1.0",
  1437. "symfony/polyfill-php80": "^1.16"
  1438. },
  1439. "conflict": {
  1440. "phpunit/phpunit": "<5.4.3",
  1441. "symfony/console": "<4.4"
  1442. },
  1443. "require-dev": {
  1444. "ext-iconv": "*",
  1445. "symfony/console": "^4.4|^5.0|^6.0",
  1446. "symfony/process": "^4.4|^5.0|^6.0",
  1447. "symfony/uid": "^5.1|^6.0",
  1448. "twig/twig": "^2.13|^3.0.4"
  1449. },
  1450. "suggest": {
  1451. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  1452. "ext-intl": "To show region name in time zone dump",
  1453. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  1454. },
  1455. "bin": [
  1456. "Resources/bin/var-dump-server"
  1457. ],
  1458. "type": "library",
  1459. "autoload": {
  1460. "files": [
  1461. "Resources/functions/dump.php"
  1462. ],
  1463. "psr-4": {
  1464. "Symfony\\Component\\VarDumper\\": ""
  1465. },
  1466. "exclude-from-classmap": [
  1467. "/Tests/"
  1468. ]
  1469. },
  1470. "notification-url": "https://packagist.org/downloads/",
  1471. "license": [
  1472. "MIT"
  1473. ],
  1474. "authors": [
  1475. {
  1476. "name": "Nicolas Grekas",
  1477. "email": "p@tchwork.com"
  1478. },
  1479. {
  1480. "name": "Symfony Community",
  1481. "homepage": "https://symfony.com/contributors"
  1482. }
  1483. ],
  1484. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  1485. "homepage": "https://symfony.com",
  1486. "keywords": [
  1487. "debug",
  1488. "dump"
  1489. ],
  1490. "support": {
  1491. "source": "https://github.com/symfony/var-dumper/tree/v5.4.14"
  1492. },
  1493. "funding": [
  1494. {
  1495. "url": "https://symfony.com/sponsor",
  1496. "type": "custom"
  1497. },
  1498. {
  1499. "url": "https://github.com/fabpot",
  1500. "type": "github"
  1501. },
  1502. {
  1503. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1504. "type": "tidelift"
  1505. }
  1506. ],
  1507. "time": "2022-10-07T08:01:20+00:00"
  1508. },
  1509. {
  1510. "name": "tightenco/collect",
  1511. "version": "v8.83.25",
  1512. "source": {
  1513. "type": "git",
  1514. "url": "https://github.com/tighten/collect.git",
  1515. "reference": "7d2a6fc5e97c5f7209a780bea98f35042c1fd0ea"
  1516. },
  1517. "dist": {
  1518. "type": "zip",
  1519. "url": "https://api.github.com/repos/tighten/collect/zipball/7d2a6fc5e97c5f7209a780bea98f35042c1fd0ea",
  1520. "reference": "7d2a6fc5e97c5f7209a780bea98f35042c1fd0ea",
  1521. "shasum": ""
  1522. },
  1523. "require": {
  1524. "php": "^7.3|^8.0",
  1525. "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1526. },
  1527. "require-dev": {
  1528. "mockery/mockery": "^1.0",
  1529. "nesbot/carbon": "^2.23.0",
  1530. "phpunit/phpunit": "^8.3"
  1531. },
  1532. "type": "library",
  1533. "autoload": {
  1534. "files": [
  1535. "src/Collect/Support/helpers.php",
  1536. "src/Collect/Support/alias.php"
  1537. ],
  1538. "psr-4": {
  1539. "Tightenco\\Collect\\": "src/Collect"
  1540. }
  1541. },
  1542. "notification-url": "https://packagist.org/downloads/",
  1543. "license": [
  1544. "MIT"
  1545. ],
  1546. "authors": [
  1547. {
  1548. "name": "Taylor Otwell",
  1549. "email": "taylorotwell@gmail.com"
  1550. }
  1551. ],
  1552. "description": "Collect - Illuminate Collections as a separate package.",
  1553. "keywords": [
  1554. "collection",
  1555. "laravel"
  1556. ],
  1557. "support": {
  1558. "issues": "https://github.com/tighten/collect/issues",
  1559. "source": "https://github.com/tighten/collect/tree/v8.83.25"
  1560. },
  1561. "time": "2022-08-22T17:55:07+00:00"
  1562. }
  1563. ],
  1564. "packages-dev": [],
  1565. "aliases": [],
  1566. "minimum-stability": "stable",
  1567. "stability-flags": [],
  1568. "prefer-stable": false,
  1569. "prefer-lowest": false,
  1570. "platform": {
  1571. "php": ">=7.4,<8.0"
  1572. },
  1573. "platform-dev": [],
  1574. "plugin-api-version": "2.3.0"
  1575. }