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.

1629 lines
58 KiB

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