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.

7718 lines
275 KiB

3 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": "7759431e303e2d722a264a8a991a9e84",
  8. "packages": [
  9. {
  10. "name": "asm89/stack-cors",
  11. "version": "v2.0.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/asm89/stack-cors.git",
  15. "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714",
  20. "reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.0|^8.0",
  25. "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
  26. "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^6|^7|^8|^9",
  30. "squizlabs/php_codesniffer": "^3.5"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "2.0-dev"
  36. }
  37. },
  38. "autoload": {
  39. "psr-4": {
  40. "Asm89\\Stack\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Alexander",
  50. "email": "iam.asm89@gmail.com"
  51. }
  52. ],
  53. "description": "Cross-origin resource sharing library and stack middleware",
  54. "homepage": "https://github.com/asm89/stack-cors",
  55. "keywords": [
  56. "cors",
  57. "stack"
  58. ],
  59. "support": {
  60. "issues": "https://github.com/asm89/stack-cors/issues",
  61. "source": "https://github.com/asm89/stack-cors/tree/v2.0.3"
  62. },
  63. "time": "2021-03-11T06:42:03+00:00"
  64. },
  65. {
  66. "name": "brick/math",
  67. "version": "0.9.2",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/brick/math.git",
  71. "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
  76. "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "ext-json": "*",
  81. "php": "^7.1 || ^8.0"
  82. },
  83. "require-dev": {
  84. "php-coveralls/php-coveralls": "^2.2",
  85. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
  86. "vimeo/psalm": "4.3.2"
  87. },
  88. "type": "library",
  89. "autoload": {
  90. "psr-4": {
  91. "Brick\\Math\\": "src/"
  92. }
  93. },
  94. "notification-url": "https://packagist.org/downloads/",
  95. "license": [
  96. "MIT"
  97. ],
  98. "description": "Arbitrary-precision arithmetic library",
  99. "keywords": [
  100. "Arbitrary-precision",
  101. "BigInteger",
  102. "BigRational",
  103. "arithmetic",
  104. "bigdecimal",
  105. "bignum",
  106. "brick",
  107. "math"
  108. ],
  109. "support": {
  110. "issues": "https://github.com/brick/math/issues",
  111. "source": "https://github.com/brick/math/tree/0.9.2"
  112. },
  113. "funding": [
  114. {
  115. "url": "https://tidelift.com/funding/github/packagist/brick/math",
  116. "type": "tidelift"
  117. }
  118. ],
  119. "time": "2021-01-20T22:51:39+00:00"
  120. },
  121. {
  122. "name": "dflydev/dot-access-data",
  123. "version": "v3.0.0",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  127. "reference": "e04ff030d24a33edc2421bef305e32919dd78fc3"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/e04ff030d24a33edc2421bef305e32919dd78fc3",
  132. "reference": "e04ff030d24a33edc2421bef305e32919dd78fc3",
  133. "shasum": ""
  134. },
  135. "require": {
  136. "php": "^7.1 || ^8.0"
  137. },
  138. "require-dev": {
  139. "phpstan/phpstan": "^0.12.42",
  140. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
  141. "scrutinizer/ocular": "1.6.0",
  142. "squizlabs/php_codesniffer": "^3.5",
  143. "vimeo/psalm": "^3.14"
  144. },
  145. "type": "library",
  146. "extra": {
  147. "branch-alias": {
  148. "dev-main": "3.x-dev"
  149. }
  150. },
  151. "autoload": {
  152. "psr-4": {
  153. "Dflydev\\DotAccessData\\": "src/"
  154. }
  155. },
  156. "notification-url": "https://packagist.org/downloads/",
  157. "license": [
  158. "MIT"
  159. ],
  160. "authors": [
  161. {
  162. "name": "Dragonfly Development Inc.",
  163. "email": "info@dflydev.com",
  164. "homepage": "http://dflydev.com"
  165. },
  166. {
  167. "name": "Beau Simensen",
  168. "email": "beau@dflydev.com",
  169. "homepage": "http://beausimensen.com"
  170. },
  171. {
  172. "name": "Carlos Frutos",
  173. "email": "carlos@kiwing.it",
  174. "homepage": "https://github.com/cfrutos"
  175. },
  176. {
  177. "name": "Colin O'Dell",
  178. "email": "colinodell@gmail.com",
  179. "homepage": "https://www.colinodell.com"
  180. }
  181. ],
  182. "description": "Given a deep data structure, access data by dot notation.",
  183. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  184. "keywords": [
  185. "access",
  186. "data",
  187. "dot",
  188. "notation"
  189. ],
  190. "support": {
  191. "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
  192. "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.0"
  193. },
  194. "time": "2021-01-01T22:08:42+00:00"
  195. },
  196. {
  197. "name": "doctrine/inflector",
  198. "version": "2.0.3",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/doctrine/inflector.git",
  202. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  207. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": "^7.2 || ^8.0"
  212. },
  213. "require-dev": {
  214. "doctrine/coding-standard": "^7.0",
  215. "phpstan/phpstan": "^0.11",
  216. "phpstan/phpstan-phpunit": "^0.11",
  217. "phpstan/phpstan-strict-rules": "^0.11",
  218. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  219. },
  220. "type": "library",
  221. "extra": {
  222. "branch-alias": {
  223. "dev-master": "2.0.x-dev"
  224. }
  225. },
  226. "autoload": {
  227. "psr-4": {
  228. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  229. }
  230. },
  231. "notification-url": "https://packagist.org/downloads/",
  232. "license": [
  233. "MIT"
  234. ],
  235. "authors": [
  236. {
  237. "name": "Guilherme Blanco",
  238. "email": "guilhermeblanco@gmail.com"
  239. },
  240. {
  241. "name": "Roman Borschel",
  242. "email": "roman@code-factory.org"
  243. },
  244. {
  245. "name": "Benjamin Eberlei",
  246. "email": "kontakt@beberlei.de"
  247. },
  248. {
  249. "name": "Jonathan Wage",
  250. "email": "jonwage@gmail.com"
  251. },
  252. {
  253. "name": "Johannes Schmitt",
  254. "email": "schmittjoh@gmail.com"
  255. }
  256. ],
  257. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  258. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  259. "keywords": [
  260. "inflection",
  261. "inflector",
  262. "lowercase",
  263. "manipulation",
  264. "php",
  265. "plural",
  266. "singular",
  267. "strings",
  268. "uppercase",
  269. "words"
  270. ],
  271. "support": {
  272. "issues": "https://github.com/doctrine/inflector/issues",
  273. "source": "https://github.com/doctrine/inflector/tree/2.0.x"
  274. },
  275. "funding": [
  276. {
  277. "url": "https://www.doctrine-project.org/sponsorship.html",
  278. "type": "custom"
  279. },
  280. {
  281. "url": "https://www.patreon.com/phpdoctrine",
  282. "type": "patreon"
  283. },
  284. {
  285. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  286. "type": "tidelift"
  287. }
  288. ],
  289. "time": "2020-05-29T15:13:26+00:00"
  290. },
  291. {
  292. "name": "doctrine/lexer",
  293. "version": "1.2.1",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/doctrine/lexer.git",
  297. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  302. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "php": "^7.2 || ^8.0"
  307. },
  308. "require-dev": {
  309. "doctrine/coding-standard": "^6.0",
  310. "phpstan/phpstan": "^0.11.8",
  311. "phpunit/phpunit": "^8.2"
  312. },
  313. "type": "library",
  314. "extra": {
  315. "branch-alias": {
  316. "dev-master": "1.2.x-dev"
  317. }
  318. },
  319. "autoload": {
  320. "psr-4": {
  321. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  322. }
  323. },
  324. "notification-url": "https://packagist.org/downloads/",
  325. "license": [
  326. "MIT"
  327. ],
  328. "authors": [
  329. {
  330. "name": "Guilherme Blanco",
  331. "email": "guilhermeblanco@gmail.com"
  332. },
  333. {
  334. "name": "Roman Borschel",
  335. "email": "roman@code-factory.org"
  336. },
  337. {
  338. "name": "Johannes Schmitt",
  339. "email": "schmittjoh@gmail.com"
  340. }
  341. ],
  342. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  343. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  344. "keywords": [
  345. "annotations",
  346. "docblock",
  347. "lexer",
  348. "parser",
  349. "php"
  350. ],
  351. "support": {
  352. "issues": "https://github.com/doctrine/lexer/issues",
  353. "source": "https://github.com/doctrine/lexer/tree/1.2.1"
  354. },
  355. "funding": [
  356. {
  357. "url": "https://www.doctrine-project.org/sponsorship.html",
  358. "type": "custom"
  359. },
  360. {
  361. "url": "https://www.patreon.com/phpdoctrine",
  362. "type": "patreon"
  363. },
  364. {
  365. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  366. "type": "tidelift"
  367. }
  368. ],
  369. "time": "2020-05-25T17:44:05+00:00"
  370. },
  371. {
  372. "name": "dragonmantank/cron-expression",
  373. "version": "v3.1.0",
  374. "source": {
  375. "type": "git",
  376. "url": "https://github.com/dragonmantank/cron-expression.git",
  377. "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c"
  378. },
  379. "dist": {
  380. "type": "zip",
  381. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
  382. "reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
  383. "shasum": ""
  384. },
  385. "require": {
  386. "php": "^7.2|^8.0",
  387. "webmozart/assert": "^1.7.0"
  388. },
  389. "replace": {
  390. "mtdowling/cron-expression": "^1.0"
  391. },
  392. "require-dev": {
  393. "phpstan/extension-installer": "^1.0",
  394. "phpstan/phpstan": "^0.12",
  395. "phpstan/phpstan-webmozart-assert": "^0.12.7",
  396. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  397. },
  398. "type": "library",
  399. "autoload": {
  400. "psr-4": {
  401. "Cron\\": "src/Cron/"
  402. }
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Chris Tankersley",
  411. "email": "chris@ctankersley.com",
  412. "homepage": "https://github.com/dragonmantank"
  413. }
  414. ],
  415. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  416. "keywords": [
  417. "cron",
  418. "schedule"
  419. ],
  420. "support": {
  421. "issues": "https://github.com/dragonmantank/cron-expression/issues",
  422. "source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0"
  423. },
  424. "funding": [
  425. {
  426. "url": "https://github.com/dragonmantank",
  427. "type": "github"
  428. }
  429. ],
  430. "time": "2020-11-24T19:55:57+00:00"
  431. },
  432. {
  433. "name": "egulias/email-validator",
  434. "version": "2.1.25",
  435. "source": {
  436. "type": "git",
  437. "url": "https://github.com/egulias/EmailValidator.git",
  438. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
  439. },
  440. "dist": {
  441. "type": "zip",
  442. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  443. "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
  444. "shasum": ""
  445. },
  446. "require": {
  447. "doctrine/lexer": "^1.0.1",
  448. "php": ">=5.5",
  449. "symfony/polyfill-intl-idn": "^1.10"
  450. },
  451. "require-dev": {
  452. "dominicsayers/isemail": "^3.0.7",
  453. "phpunit/phpunit": "^4.8.36|^7.5.15",
  454. "satooshi/php-coveralls": "^1.0.1"
  455. },
  456. "suggest": {
  457. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  458. },
  459. "type": "library",
  460. "extra": {
  461. "branch-alias": {
  462. "dev-master": "2.1.x-dev"
  463. }
  464. },
  465. "autoload": {
  466. "psr-4": {
  467. "Egulias\\EmailValidator\\": "src"
  468. }
  469. },
  470. "notification-url": "https://packagist.org/downloads/",
  471. "license": [
  472. "MIT"
  473. ],
  474. "authors": [
  475. {
  476. "name": "Eduardo Gulias Davis"
  477. }
  478. ],
  479. "description": "A library for validating emails against several RFCs",
  480. "homepage": "https://github.com/egulias/EmailValidator",
  481. "keywords": [
  482. "email",
  483. "emailvalidation",
  484. "emailvalidator",
  485. "validation",
  486. "validator"
  487. ],
  488. "support": {
  489. "issues": "https://github.com/egulias/EmailValidator/issues",
  490. "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
  491. },
  492. "funding": [
  493. {
  494. "url": "https://github.com/egulias",
  495. "type": "github"
  496. }
  497. ],
  498. "time": "2020-12-29T14:50:06+00:00"
  499. },
  500. {
  501. "name": "fideloper/proxy",
  502. "version": "4.4.1",
  503. "source": {
  504. "type": "git",
  505. "url": "https://github.com/fideloper/TrustedProxy.git",
  506. "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0"
  507. },
  508. "dist": {
  509. "type": "zip",
  510. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/c073b2bd04d1c90e04dc1b787662b558dd65ade0",
  511. "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0",
  512. "shasum": ""
  513. },
  514. "require": {
  515. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
  516. "php": ">=5.4.0"
  517. },
  518. "require-dev": {
  519. "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
  520. "mockery/mockery": "^1.0",
  521. "phpunit/phpunit": "^6.0"
  522. },
  523. "type": "library",
  524. "extra": {
  525. "laravel": {
  526. "providers": [
  527. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  528. ]
  529. }
  530. },
  531. "autoload": {
  532. "psr-4": {
  533. "Fideloper\\Proxy\\": "src/"
  534. }
  535. },
  536. "notification-url": "https://packagist.org/downloads/",
  537. "license": [
  538. "MIT"
  539. ],
  540. "authors": [
  541. {
  542. "name": "Chris Fidao",
  543. "email": "fideloper@gmail.com"
  544. }
  545. ],
  546. "description": "Set trusted proxies for Laravel",
  547. "keywords": [
  548. "load balancing",
  549. "proxy",
  550. "trusted proxy"
  551. ],
  552. "support": {
  553. "issues": "https://github.com/fideloper/TrustedProxy/issues",
  554. "source": "https://github.com/fideloper/TrustedProxy/tree/4.4.1"
  555. },
  556. "time": "2020-10-22T13:48:01+00:00"
  557. },
  558. {
  559. "name": "fruitcake/laravel-cors",
  560. "version": "v2.0.4",
  561. "source": {
  562. "type": "git",
  563. "url": "https://github.com/fruitcake/laravel-cors.git",
  564. "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
  565. },
  566. "dist": {
  567. "type": "zip",
  568. "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
  569. "reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
  570. "shasum": ""
  571. },
  572. "require": {
  573. "asm89/stack-cors": "^2.0.1",
  574. "illuminate/contracts": "^6|^7|^8|^9",
  575. "illuminate/support": "^6|^7|^8|^9",
  576. "php": ">=7.2",
  577. "symfony/http-foundation": "^4|^5",
  578. "symfony/http-kernel": "^4.3.4|^5"
  579. },
  580. "require-dev": {
  581. "laravel/framework": "^6|^7|^8",
  582. "orchestra/testbench-dusk": "^4|^5|^6|^7",
  583. "phpunit/phpunit": "^6|^7|^8|^9",
  584. "squizlabs/php_codesniffer": "^3.5"
  585. },
  586. "type": "library",
  587. "extra": {
  588. "branch-alias": {
  589. "dev-master": "2.0-dev"
  590. },
  591. "laravel": {
  592. "providers": [
  593. "Fruitcake\\Cors\\CorsServiceProvider"
  594. ]
  595. }
  596. },
  597. "autoload": {
  598. "psr-4": {
  599. "Fruitcake\\Cors\\": "src/"
  600. }
  601. },
  602. "notification-url": "https://packagist.org/downloads/",
  603. "license": [
  604. "MIT"
  605. ],
  606. "authors": [
  607. {
  608. "name": "Fruitcake",
  609. "homepage": "https://fruitcake.nl"
  610. },
  611. {
  612. "name": "Barry vd. Heuvel",
  613. "email": "barryvdh@gmail.com"
  614. }
  615. ],
  616. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
  617. "keywords": [
  618. "api",
  619. "cors",
  620. "crossdomain",
  621. "laravel"
  622. ],
  623. "support": {
  624. "issues": "https://github.com/fruitcake/laravel-cors/issues",
  625. "source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
  626. },
  627. "funding": [
  628. {
  629. "url": "https://github.com/barryvdh",
  630. "type": "github"
  631. }
  632. ],
  633. "time": "2021-04-26T11:24:25+00:00"
  634. },
  635. {
  636. "name": "graham-campbell/result-type",
  637. "version": "v1.0.1",
  638. "source": {
  639. "type": "git",
  640. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  641. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
  642. },
  643. "dist": {
  644. "type": "zip",
  645. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
  646. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
  647. "shasum": ""
  648. },
  649. "require": {
  650. "php": "^7.0|^8.0",
  651. "phpoption/phpoption": "^1.7.3"
  652. },
  653. "require-dev": {
  654. "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
  655. },
  656. "type": "library",
  657. "extra": {
  658. "branch-alias": {
  659. "dev-master": "1.0-dev"
  660. }
  661. },
  662. "autoload": {
  663. "psr-4": {
  664. "GrahamCampbell\\ResultType\\": "src/"
  665. }
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "MIT"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Graham Campbell",
  674. "email": "graham@alt-three.com"
  675. }
  676. ],
  677. "description": "An Implementation Of The Result Type",
  678. "keywords": [
  679. "Graham Campbell",
  680. "GrahamCampbell",
  681. "Result Type",
  682. "Result-Type",
  683. "result"
  684. ],
  685. "support": {
  686. "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
  687. "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
  688. },
  689. "funding": [
  690. {
  691. "url": "https://github.com/GrahamCampbell",
  692. "type": "github"
  693. },
  694. {
  695. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  696. "type": "tidelift"
  697. }
  698. ],
  699. "time": "2020-04-13T13:17:36+00:00"
  700. },
  701. {
  702. "name": "guzzlehttp/guzzle",
  703. "version": "7.3.0",
  704. "source": {
  705. "type": "git",
  706. "url": "https://github.com/guzzle/guzzle.git",
  707. "reference": "7008573787b430c1c1f650e3722d9bba59967628"
  708. },
  709. "dist": {
  710. "type": "zip",
  711. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
  712. "reference": "7008573787b430c1c1f650e3722d9bba59967628",
  713. "shasum": ""
  714. },
  715. "require": {
  716. "ext-json": "*",
  717. "guzzlehttp/promises": "^1.4",
  718. "guzzlehttp/psr7": "^1.7 || ^2.0",
  719. "php": "^7.2.5 || ^8.0",
  720. "psr/http-client": "^1.0"
  721. },
  722. "provide": {
  723. "psr/http-client-implementation": "1.0"
  724. },
  725. "require-dev": {
  726. "bamarni/composer-bin-plugin": "^1.4.1",
  727. "ext-curl": "*",
  728. "php-http/client-integration-tests": "^3.0",
  729. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  730. "psr/log": "^1.1"
  731. },
  732. "suggest": {
  733. "ext-curl": "Required for CURL handler support",
  734. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  735. "psr/log": "Required for using the Log middleware"
  736. },
  737. "type": "library",
  738. "extra": {
  739. "branch-alias": {
  740. "dev-master": "7.3-dev"
  741. }
  742. },
  743. "autoload": {
  744. "psr-4": {
  745. "GuzzleHttp\\": "src/"
  746. },
  747. "files": [
  748. "src/functions_include.php"
  749. ]
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Michael Dowling",
  758. "email": "mtdowling@gmail.com",
  759. "homepage": "https://github.com/mtdowling"
  760. },
  761. {
  762. "name": "Márk Sági-Kazár",
  763. "email": "mark.sagikazar@gmail.com",
  764. "homepage": "https://sagikazarmark.hu"
  765. }
  766. ],
  767. "description": "Guzzle is a PHP HTTP client library",
  768. "homepage": "http://guzzlephp.org/",
  769. "keywords": [
  770. "client",
  771. "curl",
  772. "framework",
  773. "http",
  774. "http client",
  775. "psr-18",
  776. "psr-7",
  777. "rest",
  778. "web service"
  779. ],
  780. "support": {
  781. "issues": "https://github.com/guzzle/guzzle/issues",
  782. "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
  783. },
  784. "funding": [
  785. {
  786. "url": "https://github.com/GrahamCampbell",
  787. "type": "github"
  788. },
  789. {
  790. "url": "https://github.com/Nyholm",
  791. "type": "github"
  792. },
  793. {
  794. "url": "https://github.com/alexeyshockov",
  795. "type": "github"
  796. },
  797. {
  798. "url": "https://github.com/gmponos",
  799. "type": "github"
  800. }
  801. ],
  802. "time": "2021-03-23T11:33:13+00:00"
  803. },
  804. {
  805. "name": "guzzlehttp/promises",
  806. "version": "1.4.1",
  807. "source": {
  808. "type": "git",
  809. "url": "https://github.com/guzzle/promises.git",
  810. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
  811. },
  812. "dist": {
  813. "type": "zip",
  814. "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  815. "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
  816. "shasum": ""
  817. },
  818. "require": {
  819. "php": ">=5.5"
  820. },
  821. "require-dev": {
  822. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  823. },
  824. "type": "library",
  825. "extra": {
  826. "branch-alias": {
  827. "dev-master": "1.4-dev"
  828. }
  829. },
  830. "autoload": {
  831. "psr-4": {
  832. "GuzzleHttp\\Promise\\": "src/"
  833. },
  834. "files": [
  835. "src/functions_include.php"
  836. ]
  837. },
  838. "notification-url": "https://packagist.org/downloads/",
  839. "license": [
  840. "MIT"
  841. ],
  842. "authors": [
  843. {
  844. "name": "Michael Dowling",
  845. "email": "mtdowling@gmail.com",
  846. "homepage": "https://github.com/mtdowling"
  847. }
  848. ],
  849. "description": "Guzzle promises library",
  850. "keywords": [
  851. "promise"
  852. ],
  853. "support": {
  854. "issues": "https://github.com/guzzle/promises/issues",
  855. "source": "https://github.com/guzzle/promises/tree/1.4.1"
  856. },
  857. "time": "2021-03-07T09:25:29+00:00"
  858. },
  859. {
  860. "name": "guzzlehttp/psr7",
  861. "version": "2.0.0",
  862. "source": {
  863. "type": "git",
  864. "url": "https://github.com/guzzle/psr7.git",
  865. "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7"
  866. },
  867. "dist": {
  868. "type": "zip",
  869. "url": "https://api.github.com/repos/guzzle/psr7/zipball/1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
  870. "reference": "1dc8d9cba3897165e16d12bb13d813afb1eb3fe7",
  871. "shasum": ""
  872. },
  873. "require": {
  874. "php": "^7.2.5 || ^8.0",
  875. "psr/http-factory": "^1.0",
  876. "psr/http-message": "^1.0",
  877. "ralouphie/getallheaders": "^3.0"
  878. },
  879. "provide": {
  880. "psr/http-factory-implementation": "1.0",
  881. "psr/http-message-implementation": "1.0"
  882. },
  883. "require-dev": {
  884. "bamarni/composer-bin-plugin": "^1.4.1",
  885. "http-interop/http-factory-tests": "^0.9",
  886. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  887. },
  888. "suggest": {
  889. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  890. },
  891. "type": "library",
  892. "extra": {
  893. "branch-alias": {
  894. "dev-master": "2.0-dev"
  895. }
  896. },
  897. "autoload": {
  898. "psr-4": {
  899. "GuzzleHttp\\Psr7\\": "src/"
  900. }
  901. },
  902. "notification-url": "https://packagist.org/downloads/",
  903. "license": [
  904. "MIT"
  905. ],
  906. "authors": [
  907. {
  908. "name": "Michael Dowling",
  909. "email": "mtdowling@gmail.com",
  910. "homepage": "https://github.com/mtdowling"
  911. },
  912. {
  913. "name": "Tobias Schultze",
  914. "homepage": "https://github.com/Tobion"
  915. },
  916. {
  917. "name": "Márk Sági-Kazár",
  918. "email": "mark.sagikazar@gmail.com",
  919. "homepage": "https://sagikazarmark.hu"
  920. }
  921. ],
  922. "description": "PSR-7 message implementation that also provides common utility methods",
  923. "keywords": [
  924. "http",
  925. "message",
  926. "psr-7",
  927. "request",
  928. "response",
  929. "stream",
  930. "uri",
  931. "url"
  932. ],
  933. "support": {
  934. "issues": "https://github.com/guzzle/psr7/issues",
  935. "source": "https://github.com/guzzle/psr7/tree/2.0.0"
  936. },
  937. "time": "2021-06-30T20:03:07+00:00"
  938. },
  939. {
  940. "name": "laravel/framework",
  941. "version": "v8.51.0",
  942. "source": {
  943. "type": "git",
  944. "url": "https://github.com/laravel/framework.git",
  945. "reference": "208d9c0043b4c192a9bb9b15782cc4ec37f28bb0"
  946. },
  947. "dist": {
  948. "type": "zip",
  949. "url": "https://api.github.com/repos/laravel/framework/zipball/208d9c0043b4c192a9bb9b15782cc4ec37f28bb0",
  950. "reference": "208d9c0043b4c192a9bb9b15782cc4ec37f28bb0",
  951. "shasum": ""
  952. },
  953. "require": {
  954. "doctrine/inflector": "^1.4|^2.0",
  955. "dragonmantank/cron-expression": "^3.0.2",
  956. "egulias/email-validator": "^2.1.10",
  957. "ext-json": "*",
  958. "ext-mbstring": "*",
  959. "ext-openssl": "*",
  960. "league/commonmark": "^1.3|^2.0",
  961. "league/flysystem": "^1.1",
  962. "monolog/monolog": "^2.0",
  963. "nesbot/carbon": "^2.31",
  964. "opis/closure": "^3.6",
  965. "php": "^7.3|^8.0",
  966. "psr/container": "^1.0",
  967. "psr/simple-cache": "^1.0",
  968. "ramsey/uuid": "^4.0",
  969. "swiftmailer/swiftmailer": "^6.0",
  970. "symfony/console": "^5.1.4",
  971. "symfony/error-handler": "^5.1.4",
  972. "symfony/finder": "^5.1.4",
  973. "symfony/http-foundation": "^5.1.4",
  974. "symfony/http-kernel": "^5.1.4",
  975. "symfony/mime": "^5.1.4",
  976. "symfony/process": "^5.1.4",
  977. "symfony/routing": "^5.1.4",
  978. "symfony/var-dumper": "^5.1.4",
  979. "tijsverkoyen/css-to-inline-styles": "^2.2.2",
  980. "vlucas/phpdotenv": "^5.2",
  981. "voku/portable-ascii": "^1.4.8"
  982. },
  983. "conflict": {
  984. "tightenco/collect": "<5.5.33"
  985. },
  986. "provide": {
  987. "psr/container-implementation": "1.0"
  988. },
  989. "replace": {
  990. "illuminate/auth": "self.version",
  991. "illuminate/broadcasting": "self.version",
  992. "illuminate/bus": "self.version",
  993. "illuminate/cache": "self.version",
  994. "illuminate/collections": "self.version",
  995. "illuminate/config": "self.version",
  996. "illuminate/console": "self.version",
  997. "illuminate/container": "self.version",
  998. "illuminate/contracts": "self.version",
  999. "illuminate/cookie": "self.version",
  1000. "illuminate/database": "self.version",
  1001. "illuminate/encryption": "self.version",
  1002. "illuminate/events": "self.version",
  1003. "illuminate/filesystem": "self.version",
  1004. "illuminate/hashing": "self.version",
  1005. "illuminate/http": "self.version",
  1006. "illuminate/log": "self.version",
  1007. "illuminate/macroable": "self.version",
  1008. "illuminate/mail": "self.version",
  1009. "illuminate/notifications": "self.version",
  1010. "illuminate/pagination": "self.version",
  1011. "illuminate/pipeline": "self.version",
  1012. "illuminate/queue": "self.version",
  1013. "illuminate/redis": "self.version",
  1014. "illuminate/routing": "self.version",
  1015. "illuminate/session": "self.version",
  1016. "illuminate/support": "self.version",
  1017. "illuminate/testing": "self.version",
  1018. "illuminate/translation": "self.version",
  1019. "illuminate/validation": "self.version",
  1020. "illuminate/view": "self.version"
  1021. },
  1022. "require-dev": {
  1023. "aws/aws-sdk-php": "^3.155",
  1024. "doctrine/dbal": "^2.6|^3.0",
  1025. "filp/whoops": "^2.8",
  1026. "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
  1027. "league/flysystem-cached-adapter": "^1.0",
  1028. "mockery/mockery": "^1.4.2",
  1029. "orchestra/testbench-core": "^6.23",
  1030. "pda/pheanstalk": "^4.0",
  1031. "phpunit/phpunit": "^8.5.8|^9.3.3",
  1032. "predis/predis": "^1.1.2",
  1033. "symfony/cache": "^5.1.4"
  1034. },
  1035. "suggest": {
  1036. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
  1037. "brianium/paratest": "Required to run tests in parallel (^6.0).",
  1038. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
  1039. "ext-ftp": "Required to use the Flysystem FTP driver.",
  1040. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  1041. "ext-memcached": "Required to use the memcache cache driver.",
  1042. "ext-pcntl": "Required to use all features of the queue worker.",
  1043. "ext-posix": "Required to use all features of the queue worker.",
  1044. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  1045. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  1046. "filp/whoops": "Required for friendly error pages in development (^2.8).",
  1047. "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
  1048. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1049. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  1050. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  1051. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  1052. "mockery/mockery": "Required to use mocking (^1.4.2).",
  1053. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  1054. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  1055. "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
  1056. "predis/predis": "Required to use the predis connector (^1.1.2).",
  1057. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  1058. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).",
  1059. "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",
  1060. "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
  1061. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
  1062. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  1063. },
  1064. "type": "library",
  1065. "extra": {
  1066. "branch-alias": {
  1067. "dev-master": "8.x-dev"
  1068. }
  1069. },
  1070. "autoload": {
  1071. "files": [
  1072. "src/Illuminate/Collections/helpers.php",
  1073. "src/Illuminate/Events/functions.php",
  1074. "src/Illuminate/Foundation/helpers.php",
  1075. "src/Illuminate/Support/helpers.php"
  1076. ],
  1077. "psr-4": {
  1078. "Illuminate\\": "src/Illuminate/",
  1079. "Illuminate\\Support\\": [
  1080. "src/Illuminate/Macroable/",
  1081. "src/Illuminate/Collections/"
  1082. ]
  1083. }
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "MIT"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Taylor Otwell",
  1092. "email": "taylor@laravel.com"
  1093. }
  1094. ],
  1095. "description": "The Laravel Framework.",
  1096. "homepage": "https://laravel.com",
  1097. "keywords": [
  1098. "framework",
  1099. "laravel"
  1100. ],
  1101. "support": {
  1102. "issues": "https://github.com/laravel/framework/issues",
  1103. "source": "https://github.com/laravel/framework"
  1104. },
  1105. "time": "2021-07-20T14:38:36+00:00"
  1106. },
  1107. {
  1108. "name": "laravel/tinker",
  1109. "version": "v2.6.1",
  1110. "source": {
  1111. "type": "git",
  1112. "url": "https://github.com/laravel/tinker.git",
  1113. "reference": "04ad32c1a3328081097a181875733fa51f402083"
  1114. },
  1115. "dist": {
  1116. "type": "zip",
  1117. "url": "https://api.github.com/repos/laravel/tinker/zipball/04ad32c1a3328081097a181875733fa51f402083",
  1118. "reference": "04ad32c1a3328081097a181875733fa51f402083",
  1119. "shasum": ""
  1120. },
  1121. "require": {
  1122. "illuminate/console": "^6.0|^7.0|^8.0",
  1123. "illuminate/contracts": "^6.0|^7.0|^8.0",
  1124. "illuminate/support": "^6.0|^7.0|^8.0",
  1125. "php": "^7.2.5|^8.0",
  1126. "psy/psysh": "^0.10.4",
  1127. "symfony/var-dumper": "^4.3.4|^5.0"
  1128. },
  1129. "require-dev": {
  1130. "mockery/mockery": "~1.3.3|^1.4.2",
  1131. "phpunit/phpunit": "^8.5.8|^9.3.3"
  1132. },
  1133. "suggest": {
  1134. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
  1135. },
  1136. "type": "library",
  1137. "extra": {
  1138. "branch-alias": {
  1139. "dev-master": "2.x-dev"
  1140. },
  1141. "laravel": {
  1142. "providers": [
  1143. "Laravel\\Tinker\\TinkerServiceProvider"
  1144. ]
  1145. }
  1146. },
  1147. "autoload": {
  1148. "psr-4": {
  1149. "Laravel\\Tinker\\": "src/"
  1150. }
  1151. },
  1152. "notification-url": "https://packagist.org/downloads/",
  1153. "license": [
  1154. "MIT"
  1155. ],
  1156. "authors": [
  1157. {
  1158. "name": "Taylor Otwell",
  1159. "email": "taylor@laravel.com"
  1160. }
  1161. ],
  1162. "description": "Powerful REPL for the Laravel framework.",
  1163. "keywords": [
  1164. "REPL",
  1165. "Tinker",
  1166. "laravel",
  1167. "psysh"
  1168. ],
  1169. "support": {
  1170. "issues": "https://github.com/laravel/tinker/issues",
  1171. "source": "https://github.com/laravel/tinker/tree/v2.6.1"
  1172. },
  1173. "time": "2021-03-02T16:53:12+00:00"
  1174. },
  1175. {
  1176. "name": "league/commonmark",
  1177. "version": "2.0.0",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/thephpleague/commonmark.git",
  1181. "reference": "167142baf9a6b946f99ad9325b06028606f8238e"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/167142baf9a6b946f99ad9325b06028606f8238e",
  1186. "reference": "167142baf9a6b946f99ad9325b06028606f8238e",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "ext-mbstring": "*",
  1191. "league/config": "^1.1",
  1192. "php": "^7.4 || ^8.0",
  1193. "psr/event-dispatcher": "^1.0",
  1194. "symfony/polyfill-php80": "^1.15"
  1195. },
  1196. "require-dev": {
  1197. "cebe/markdown": "^1.0",
  1198. "commonmark/cmark": "0.30.0",
  1199. "commonmark/commonmark.js": "0.30.0",
  1200. "composer/package-versions-deprecated": "^1.8",
  1201. "erusev/parsedown": "^1.0",
  1202. "ext-json": "*",
  1203. "github/gfm": "0.29.0",
  1204. "michelf/php-markdown": "^1.4",
  1205. "phpstan/phpstan": "^0.12.88",
  1206. "phpunit/phpunit": "^9.5.5",
  1207. "scrutinizer/ocular": "^1.8.1",
  1208. "symfony/finder": "^5.3",
  1209. "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0",
  1210. "unleashedtech/php-coding-standard": "^3.1",
  1211. "vimeo/psalm": "^4.7.3"
  1212. },
  1213. "suggest": {
  1214. "symfony/yaml": "v2.3+ required if using the Front Matter extension"
  1215. },
  1216. "type": "library",
  1217. "extra": {
  1218. "branch-alias": {
  1219. "dev-main": "2.1-dev"
  1220. }
  1221. },
  1222. "autoload": {
  1223. "psr-4": {
  1224. "League\\CommonMark\\": "src"
  1225. }
  1226. },
  1227. "notification-url": "https://packagist.org/downloads/",
  1228. "license": [
  1229. "BSD-3-Clause"
  1230. ],
  1231. "authors": [
  1232. {
  1233. "name": "Colin O'Dell",
  1234. "email": "colinodell@gmail.com",
  1235. "homepage": "https://www.colinodell.com",
  1236. "role": "Lead Developer"
  1237. }
  1238. ],
  1239. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
  1240. "homepage": "https://commonmark.thephpleague.com",
  1241. "keywords": [
  1242. "commonmark",
  1243. "flavored",
  1244. "gfm",
  1245. "github",
  1246. "github-flavored",
  1247. "markdown",
  1248. "md",
  1249. "parser"
  1250. ],
  1251. "support": {
  1252. "docs": "https://commonmark.thephpleague.com/",
  1253. "forum": "https://github.com/thephpleague/commonmark/discussions",
  1254. "issues": "https://github.com/thephpleague/commonmark/issues",
  1255. "rss": "https://github.com/thephpleague/commonmark/releases.atom",
  1256. "source": "https://github.com/thephpleague/commonmark"
  1257. },
  1258. "funding": [
  1259. {
  1260. "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
  1261. "type": "custom"
  1262. },
  1263. {
  1264. "url": "https://www.colinodell.com/sponsor",
  1265. "type": "custom"
  1266. },
  1267. {
  1268. "url": "https://www.paypal.me/colinpodell/10.00",
  1269. "type": "custom"
  1270. },
  1271. {
  1272. "url": "https://github.com/colinodell",
  1273. "type": "github"
  1274. },
  1275. {
  1276. "url": "https://www.patreon.com/colinodell",
  1277. "type": "patreon"
  1278. },
  1279. {
  1280. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  1281. "type": "tidelift"
  1282. }
  1283. ],
  1284. "time": "2021-07-24T20:12:58+00:00"
  1285. },
  1286. {
  1287. "name": "league/config",
  1288. "version": "v1.1.0",
  1289. "source": {
  1290. "type": "git",
  1291. "url": "https://github.com/thephpleague/config.git",
  1292. "reference": "20d42d88f12a76ff862e17af4f14a5a4bbfd0925"
  1293. },
  1294. "dist": {
  1295. "type": "zip",
  1296. "url": "https://api.github.com/repos/thephpleague/config/zipball/20d42d88f12a76ff862e17af4f14a5a4bbfd0925",
  1297. "reference": "20d42d88f12a76ff862e17af4f14a5a4bbfd0925",
  1298. "shasum": ""
  1299. },
  1300. "require": {
  1301. "dflydev/dot-access-data": "^3.0",
  1302. "nette/schema": "^1.2",
  1303. "php": "^7.4 || ^8.0"
  1304. },
  1305. "require-dev": {
  1306. "phpstan/phpstan": "^0.12.90",
  1307. "phpunit/phpunit": "^9.5.5",
  1308. "scrutinizer/ocular": "^1.8.1",
  1309. "unleashedtech/php-coding-standard": "^3.1",
  1310. "vimeo/psalm": "^4.7.3"
  1311. },
  1312. "type": "library",
  1313. "extra": {
  1314. "branch-alias": {
  1315. "dev-main": "1.2-dev"
  1316. }
  1317. },
  1318. "autoload": {
  1319. "psr-4": {
  1320. "League\\Config\\": "src"
  1321. }
  1322. },
  1323. "notification-url": "https://packagist.org/downloads/",
  1324. "license": [
  1325. "BSD-3-Clause"
  1326. ],
  1327. "authors": [
  1328. {
  1329. "name": "Colin O'Dell",
  1330. "email": "colinodell@gmail.com",
  1331. "homepage": "https://www.colinodell.com",
  1332. "role": "Lead Developer"
  1333. }
  1334. ],
  1335. "description": "Define configuration arrays with strict schemas and access values with dot notation",
  1336. "homepage": "https://config.thephpleague.com",
  1337. "keywords": [
  1338. "array",
  1339. "config",
  1340. "configuration",
  1341. "dot",
  1342. "dot-access",
  1343. "nested",
  1344. "schema"
  1345. ],
  1346. "support": {
  1347. "docs": "https://config.thephpleague.com/",
  1348. "issues": "https://github.com/thephpleague/config/issues",
  1349. "rss": "https://github.com/thephpleague/config/releases.atom",
  1350. "source": "https://github.com/thephpleague/config"
  1351. },
  1352. "funding": [
  1353. {
  1354. "url": "https://www.colinodell.com/sponsor",
  1355. "type": "custom"
  1356. },
  1357. {
  1358. "url": "https://www.paypal.me/colinpodell/10.00",
  1359. "type": "custom"
  1360. },
  1361. {
  1362. "url": "https://github.com/colinodell",
  1363. "type": "github"
  1364. }
  1365. ],
  1366. "time": "2021-06-19T15:52:37+00:00"
  1367. },
  1368. {
  1369. "name": "league/flysystem",
  1370. "version": "1.1.4",
  1371. "source": {
  1372. "type": "git",
  1373. "url": "https://github.com/thephpleague/flysystem.git",
  1374. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32"
  1375. },
  1376. "dist": {
  1377. "type": "zip",
  1378. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  1379. "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32",
  1380. "shasum": ""
  1381. },
  1382. "require": {
  1383. "ext-fileinfo": "*",
  1384. "league/mime-type-detection": "^1.3",
  1385. "php": "^7.2.5 || ^8.0"
  1386. },
  1387. "conflict": {
  1388. "league/flysystem-sftp": "<1.0.6"
  1389. },
  1390. "require-dev": {
  1391. "phpspec/prophecy": "^1.11.1",
  1392. "phpunit/phpunit": "^8.5.8"
  1393. },
  1394. "suggest": {
  1395. "ext-ftp": "Allows you to use FTP server storage",
  1396. "ext-openssl": "Allows you to use FTPS server storage",
  1397. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1398. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1399. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1400. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1401. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1402. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1403. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1404. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1405. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1406. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1407. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1408. },
  1409. "type": "library",
  1410. "extra": {
  1411. "branch-alias": {
  1412. "dev-master": "1.1-dev"
  1413. }
  1414. },
  1415. "autoload": {
  1416. "psr-4": {
  1417. "League\\Flysystem\\": "src/"
  1418. }
  1419. },
  1420. "notification-url": "https://packagist.org/downloads/",
  1421. "license": [
  1422. "MIT"
  1423. ],
  1424. "authors": [
  1425. {
  1426. "name": "Frank de Jonge",
  1427. "email": "info@frenky.net"
  1428. }
  1429. ],
  1430. "description": "Filesystem abstraction: Many filesystems, one API.",
  1431. "keywords": [
  1432. "Cloud Files",
  1433. "WebDAV",
  1434. "abstraction",
  1435. "aws",
  1436. "cloud",
  1437. "copy.com",
  1438. "dropbox",
  1439. "file systems",
  1440. "files",
  1441. "filesystem",
  1442. "filesystems",
  1443. "ftp",
  1444. "rackspace",
  1445. "remote",
  1446. "s3",
  1447. "sftp",
  1448. "storage"
  1449. ],
  1450. "support": {
  1451. "issues": "https://github.com/thephpleague/flysystem/issues",
  1452. "source": "https://github.com/thephpleague/flysystem/tree/1.1.4"
  1453. },
  1454. "funding": [
  1455. {
  1456. "url": "https://offset.earth/frankdejonge",
  1457. "type": "other"
  1458. }
  1459. ],
  1460. "time": "2021-06-23T21:56:05+00:00"
  1461. },
  1462. {
  1463. "name": "league/mime-type-detection",
  1464. "version": "1.7.0",
  1465. "source": {
  1466. "type": "git",
  1467. "url": "https://github.com/thephpleague/mime-type-detection.git",
  1468. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
  1469. },
  1470. "dist": {
  1471. "type": "zip",
  1472. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  1473. "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
  1474. "shasum": ""
  1475. },
  1476. "require": {
  1477. "ext-fileinfo": "*",
  1478. "php": "^7.2 || ^8.0"
  1479. },
  1480. "require-dev": {
  1481. "friendsofphp/php-cs-fixer": "^2.18",
  1482. "phpstan/phpstan": "^0.12.68",
  1483. "phpunit/phpunit": "^8.5.8 || ^9.3"
  1484. },
  1485. "type": "library",
  1486. "autoload": {
  1487. "psr-4": {
  1488. "League\\MimeTypeDetection\\": "src"
  1489. }
  1490. },
  1491. "notification-url": "https://packagist.org/downloads/",
  1492. "license": [
  1493. "MIT"
  1494. ],
  1495. "authors": [
  1496. {
  1497. "name": "Frank de Jonge",
  1498. "email": "info@frankdejonge.nl"
  1499. }
  1500. ],
  1501. "description": "Mime-type detection for Flysystem",
  1502. "support": {
  1503. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  1504. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
  1505. },
  1506. "funding": [
  1507. {
  1508. "url": "https://github.com/frankdejonge",
  1509. "type": "github"
  1510. },
  1511. {
  1512. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  1513. "type": "tidelift"
  1514. }
  1515. ],
  1516. "time": "2021-01-18T20:58:21+00:00"
  1517. },
  1518. {
  1519. "name": "monolog/monolog",
  1520. "version": "2.3.2",
  1521. "source": {
  1522. "type": "git",
  1523. "url": "https://github.com/Seldaek/monolog.git",
  1524. "reference": "71312564759a7db5b789296369c1a264efc43aad"
  1525. },
  1526. "dist": {
  1527. "type": "zip",
  1528. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad",
  1529. "reference": "71312564759a7db5b789296369c1a264efc43aad",
  1530. "shasum": ""
  1531. },
  1532. "require": {
  1533. "php": ">=7.2",
  1534. "psr/log": "^1.0.1"
  1535. },
  1536. "provide": {
  1537. "psr/log-implementation": "1.0.0"
  1538. },
  1539. "require-dev": {
  1540. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1541. "doctrine/couchdb": "~1.0@dev",
  1542. "elasticsearch/elasticsearch": "^7",
  1543. "graylog2/gelf-php": "^1.4.2",
  1544. "mongodb/mongodb": "^1.8",
  1545. "php-amqplib/php-amqplib": "~2.4",
  1546. "php-console/php-console": "^3.1.3",
  1547. "phpspec/prophecy": "^1.6.1",
  1548. "phpstan/phpstan": "^0.12.91",
  1549. "phpunit/phpunit": "^8.5",
  1550. "predis/predis": "^1.1",
  1551. "rollbar/rollbar": "^1.3",
  1552. "ruflin/elastica": ">=0.90 <7.0.1",
  1553. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1554. },
  1555. "suggest": {
  1556. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1557. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1558. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1559. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1560. "ext-mbstring": "Allow to work properly with unicode symbols",
  1561. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1562. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1563. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1564. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1565. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1566. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1567. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1568. },
  1569. "type": "library",
  1570. "extra": {
  1571. "branch-alias": {
  1572. "dev-main": "2.x-dev"
  1573. }
  1574. },
  1575. "autoload": {
  1576. "psr-4": {
  1577. "Monolog\\": "src/Monolog"
  1578. }
  1579. },
  1580. "notification-url": "https://packagist.org/downloads/",
  1581. "license": [
  1582. "MIT"
  1583. ],
  1584. "authors": [
  1585. {
  1586. "name": "Jordi Boggiano",
  1587. "email": "j.boggiano@seld.be",
  1588. "homepage": "https://seld.be"
  1589. }
  1590. ],
  1591. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1592. "homepage": "https://github.com/Seldaek/monolog",
  1593. "keywords": [
  1594. "log",
  1595. "logging",
  1596. "psr-3"
  1597. ],
  1598. "support": {
  1599. "issues": "https://github.com/Seldaek/monolog/issues",
  1600. "source": "https://github.com/Seldaek/monolog/tree/2.3.2"
  1601. },
  1602. "funding": [
  1603. {
  1604. "url": "https://github.com/Seldaek",
  1605. "type": "github"
  1606. },
  1607. {
  1608. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  1609. "type": "tidelift"
  1610. }
  1611. ],
  1612. "time": "2021-07-23T07:42:52+00:00"
  1613. },
  1614. {
  1615. "name": "nesbot/carbon",
  1616. "version": "2.50.0",
  1617. "source": {
  1618. "type": "git",
  1619. "url": "https://github.com/briannesbitt/Carbon.git",
  1620. "reference": "f47f17d17602b2243414a44ad53d9f8b9ada5fdb"
  1621. },
  1622. "dist": {
  1623. "type": "zip",
  1624. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f47f17d17602b2243414a44ad53d9f8b9ada5fdb",
  1625. "reference": "f47f17d17602b2243414a44ad53d9f8b9ada5fdb",
  1626. "shasum": ""
  1627. },
  1628. "require": {
  1629. "ext-json": "*",
  1630. "php": "^7.1.8 || ^8.0",
  1631. "symfony/polyfill-mbstring": "^1.0",
  1632. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1633. },
  1634. "require-dev": {
  1635. "doctrine/orm": "^2.7",
  1636. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1637. "kylekatarnls/multi-tester": "^2.0",
  1638. "phpmd/phpmd": "^2.9",
  1639. "phpstan/extension-installer": "^1.0",
  1640. "phpstan/phpstan": "^0.12.54",
  1641. "phpunit/phpunit": "^7.5.20 || ^8.5.14",
  1642. "squizlabs/php_codesniffer": "^3.4"
  1643. },
  1644. "bin": [
  1645. "bin/carbon"
  1646. ],
  1647. "type": "library",
  1648. "extra": {
  1649. "branch-alias": {
  1650. "dev-master": "2.x-dev",
  1651. "dev-3.x": "3.x-dev"
  1652. },
  1653. "laravel": {
  1654. "providers": [
  1655. "Carbon\\Laravel\\ServiceProvider"
  1656. ]
  1657. },
  1658. "phpstan": {
  1659. "includes": [
  1660. "extension.neon"
  1661. ]
  1662. }
  1663. },
  1664. "autoload": {
  1665. "psr-4": {
  1666. "Carbon\\": "src/Carbon/"
  1667. }
  1668. },
  1669. "notification-url": "https://packagist.org/downloads/",
  1670. "license": [
  1671. "MIT"
  1672. ],
  1673. "authors": [
  1674. {
  1675. "name": "Brian Nesbitt",
  1676. "email": "brian@nesbot.com",
  1677. "homepage": "https://markido.com"
  1678. },
  1679. {
  1680. "name": "kylekatarnls",
  1681. "homepage": "https://github.com/kylekatarnls"
  1682. }
  1683. ],
  1684. "description": "An API extension for DateTime that supports 281 different languages.",
  1685. "homepage": "https://carbon.nesbot.com",
  1686. "keywords": [
  1687. "date",
  1688. "datetime",
  1689. "time"
  1690. ],
  1691. "support": {
  1692. "issues": "https://github.com/briannesbitt/Carbon/issues",
  1693. "source": "https://github.com/briannesbitt/Carbon"
  1694. },
  1695. "funding": [
  1696. {
  1697. "url": "https://opencollective.com/Carbon",
  1698. "type": "open_collective"
  1699. },
  1700. {
  1701. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  1702. "type": "tidelift"
  1703. }
  1704. ],
  1705. "time": "2021-06-28T22:38:45+00:00"
  1706. },
  1707. {
  1708. "name": "nette/schema",
  1709. "version": "v1.2.1",
  1710. "source": {
  1711. "type": "git",
  1712. "url": "https://github.com/nette/schema.git",
  1713. "reference": "f5ed39fc96358f922cedfd1e516f0dadf5d2be0d"
  1714. },
  1715. "dist": {
  1716. "type": "zip",
  1717. "url": "https://api.github.com/repos/nette/schema/zipball/f5ed39fc96358f922cedfd1e516f0dadf5d2be0d",
  1718. "reference": "f5ed39fc96358f922cedfd1e516f0dadf5d2be0d",
  1719. "shasum": ""
  1720. },
  1721. "require": {
  1722. "nette/utils": "^3.1.4 || ^4.0",
  1723. "php": ">=7.1 <8.1"
  1724. },
  1725. "require-dev": {
  1726. "nette/tester": "^2.3 || ^2.4",
  1727. "phpstan/phpstan-nette": "^0.12",
  1728. "tracy/tracy": "^2.7"
  1729. },
  1730. "type": "library",
  1731. "extra": {
  1732. "branch-alias": {
  1733. "dev-master": "1.2-dev"
  1734. }
  1735. },
  1736. "autoload": {
  1737. "classmap": [
  1738. "src/"
  1739. ]
  1740. },
  1741. "notification-url": "https://packagist.org/downloads/",
  1742. "license": [
  1743. "BSD-3-Clause",
  1744. "GPL-2.0-only",
  1745. "GPL-3.0-only"
  1746. ],
  1747. "authors": [
  1748. {
  1749. "name": "David Grudl",
  1750. "homepage": "https://davidgrudl.com"
  1751. },
  1752. {
  1753. "name": "Nette Community",
  1754. "homepage": "https://nette.org/contributors"
  1755. }
  1756. ],
  1757. "description": "📐 Nette Schema: validating data structures against a given Schema.",
  1758. "homepage": "https://nette.org",
  1759. "keywords": [
  1760. "config",
  1761. "nette"
  1762. ],
  1763. "support": {
  1764. "issues": "https://github.com/nette/schema/issues",
  1765. "source": "https://github.com/nette/schema/tree/v1.2.1"
  1766. },
  1767. "time": "2021-03-04T17:51:11+00:00"
  1768. },
  1769. {
  1770. "name": "nette/utils",
  1771. "version": "v3.2.2",
  1772. "source": {
  1773. "type": "git",
  1774. "url": "https://github.com/nette/utils.git",
  1775. "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c"
  1776. },
  1777. "dist": {
  1778. "type": "zip",
  1779. "url": "https://api.github.com/repos/nette/utils/zipball/967cfc4f9a1acd5f1058d76715a424c53343c20c",
  1780. "reference": "967cfc4f9a1acd5f1058d76715a424c53343c20c",
  1781. "shasum": ""
  1782. },
  1783. "require": {
  1784. "php": ">=7.2 <8.1"
  1785. },
  1786. "conflict": {
  1787. "nette/di": "<3.0.6"
  1788. },
  1789. "require-dev": {
  1790. "nette/tester": "~2.0",
  1791. "phpstan/phpstan": "^0.12",
  1792. "tracy/tracy": "^2.3"
  1793. },
  1794. "suggest": {
  1795. "ext-gd": "to use Image",
  1796. "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
  1797. "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
  1798. "ext-json": "to use Nette\\Utils\\Json",
  1799. "ext-mbstring": "to use Strings::lower() etc...",
  1800. "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
  1801. "ext-xml": "to use Strings::length() etc. when mbstring is not available"
  1802. },
  1803. "type": "library",
  1804. "extra": {
  1805. "branch-alias": {
  1806. "dev-master": "3.2-dev"
  1807. }
  1808. },
  1809. "autoload": {
  1810. "classmap": [
  1811. "src/"
  1812. ]
  1813. },
  1814. "notification-url": "https://packagist.org/downloads/",
  1815. "license": [
  1816. "BSD-3-Clause",
  1817. "GPL-2.0-only",
  1818. "GPL-3.0-only"
  1819. ],
  1820. "authors": [
  1821. {
  1822. "name": "David Grudl",
  1823. "homepage": "https://davidgrudl.com"
  1824. },
  1825. {
  1826. "name": "Nette Community",
  1827. "homepage": "https://nette.org/contributors"
  1828. }
  1829. ],
  1830. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  1831. "homepage": "https://nette.org",
  1832. "keywords": [
  1833. "array",
  1834. "core",
  1835. "datetime",
  1836. "images",
  1837. "json",
  1838. "nette",
  1839. "paginator",
  1840. "password",
  1841. "slugify",
  1842. "string",
  1843. "unicode",
  1844. "utf-8",
  1845. "utility",
  1846. "validation"
  1847. ],
  1848. "support": {
  1849. "issues": "https://github.com/nette/utils/issues",
  1850. "source": "https://github.com/nette/utils/tree/v3.2.2"
  1851. },
  1852. "time": "2021-03-03T22:53:25+00:00"
  1853. },
  1854. {
  1855. "name": "nikic/php-parser",
  1856. "version": "v4.12.0",
  1857. "source": {
  1858. "type": "git",
  1859. "url": "https://github.com/nikic/PHP-Parser.git",
  1860. "reference": "6608f01670c3cc5079e18c1dab1104e002579143"
  1861. },
  1862. "dist": {
  1863. "type": "zip",
  1864. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143",
  1865. "reference": "6608f01670c3cc5079e18c1dab1104e002579143",
  1866. "shasum": ""
  1867. },
  1868. "require": {
  1869. "ext-tokenizer": "*",
  1870. "php": ">=7.0"
  1871. },
  1872. "require-dev": {
  1873. "ircmaxell/php-yacc": "^0.0.7",
  1874. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  1875. },
  1876. "bin": [
  1877. "bin/php-parse"
  1878. ],
  1879. "type": "library",
  1880. "extra": {
  1881. "branch-alias": {
  1882. "dev-master": "4.9-dev"
  1883. }
  1884. },
  1885. "autoload": {
  1886. "psr-4": {
  1887. "PhpParser\\": "lib/PhpParser"
  1888. }
  1889. },
  1890. "notification-url": "https://packagist.org/downloads/",
  1891. "license": [
  1892. "BSD-3-Clause"
  1893. ],
  1894. "authors": [
  1895. {
  1896. "name": "Nikita Popov"
  1897. }
  1898. ],
  1899. "description": "A PHP parser written in PHP",
  1900. "keywords": [
  1901. "parser",
  1902. "php"
  1903. ],
  1904. "support": {
  1905. "issues": "https://github.com/nikic/PHP-Parser/issues",
  1906. "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0"
  1907. },
  1908. "time": "2021-07-21T10:44:31+00:00"
  1909. },
  1910. {
  1911. "name": "opis/closure",
  1912. "version": "3.6.2",
  1913. "source": {
  1914. "type": "git",
  1915. "url": "https://github.com/opis/closure.git",
  1916. "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
  1917. },
  1918. "dist": {
  1919. "type": "zip",
  1920. "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
  1921. "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
  1922. "shasum": ""
  1923. },
  1924. "require": {
  1925. "php": "^5.4 || ^7.0 || ^8.0"
  1926. },
  1927. "require-dev": {
  1928. "jeremeamia/superclosure": "^2.0",
  1929. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
  1930. },
  1931. "type": "library",
  1932. "extra": {
  1933. "branch-alias": {
  1934. "dev-master": "3.6.x-dev"
  1935. }
  1936. },
  1937. "autoload": {
  1938. "psr-4": {
  1939. "Opis\\Closure\\": "src/"
  1940. },
  1941. "files": [
  1942. "functions.php"
  1943. ]
  1944. },
  1945. "notification-url": "https://packagist.org/downloads/",
  1946. "license": [
  1947. "MIT"
  1948. ],
  1949. "authors": [
  1950. {
  1951. "name": "Marius Sarca",
  1952. "email": "marius.sarca@gmail.com"
  1953. },
  1954. {
  1955. "name": "Sorin Sarca",
  1956. "email": "sarca_sorin@hotmail.com"
  1957. }
  1958. ],
  1959. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1960. "homepage": "https://opis.io/closure",
  1961. "keywords": [
  1962. "anonymous functions",
  1963. "closure",
  1964. "function",
  1965. "serializable",
  1966. "serialization",
  1967. "serialize"
  1968. ],
  1969. "support": {
  1970. "issues": "https://github.com/opis/closure/issues",
  1971. "source": "https://github.com/opis/closure/tree/3.6.2"
  1972. },
  1973. "time": "2021-04-09T13:42:10+00:00"
  1974. },
  1975. {
  1976. "name": "phpoption/phpoption",
  1977. "version": "1.7.5",
  1978. "source": {
  1979. "type": "git",
  1980. "url": "https://github.com/schmittjoh/php-option.git",
  1981. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  1982. },
  1983. "dist": {
  1984. "type": "zip",
  1985. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1986. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1987. "shasum": ""
  1988. },
  1989. "require": {
  1990. "php": "^5.5.9 || ^7.0 || ^8.0"
  1991. },
  1992. "require-dev": {
  1993. "bamarni/composer-bin-plugin": "^1.4.1",
  1994. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  1995. },
  1996. "type": "library",
  1997. "extra": {
  1998. "branch-alias": {
  1999. "dev-master": "1.7-dev"
  2000. }
  2001. },
  2002. "autoload": {
  2003. "psr-4": {
  2004. "PhpOption\\": "src/PhpOption/"
  2005. }
  2006. },
  2007. "notification-url": "https://packagist.org/downloads/",
  2008. "license": [
  2009. "Apache-2.0"
  2010. ],
  2011. "authors": [
  2012. {
  2013. "name": "Johannes M. Schmitt",
  2014. "email": "schmittjoh@gmail.com"
  2015. },
  2016. {
  2017. "name": "Graham Campbell",
  2018. "email": "graham@alt-three.com"
  2019. }
  2020. ],
  2021. "description": "Option Type for PHP",
  2022. "keywords": [
  2023. "language",
  2024. "option",
  2025. "php",
  2026. "type"
  2027. ],
  2028. "support": {
  2029. "issues": "https://github.com/schmittjoh/php-option/issues",
  2030. "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
  2031. },
  2032. "funding": [
  2033. {
  2034. "url": "https://github.com/GrahamCampbell",
  2035. "type": "github"
  2036. },
  2037. {
  2038. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  2039. "type": "tidelift"
  2040. }
  2041. ],
  2042. "time": "2020-07-20T17:29:33+00:00"
  2043. },
  2044. {
  2045. "name": "psr/container",
  2046. "version": "1.1.1",
  2047. "source": {
  2048. "type": "git",
  2049. "url": "https://github.com/php-fig/container.git",
  2050. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
  2051. },
  2052. "dist": {
  2053. "type": "zip",
  2054. "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
  2055. "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
  2056. "shasum": ""
  2057. },
  2058. "require": {
  2059. "php": ">=7.2.0"
  2060. },
  2061. "type": "library",
  2062. "autoload": {
  2063. "psr-4": {
  2064. "Psr\\Container\\": "src/"
  2065. }
  2066. },
  2067. "notification-url": "https://packagist.org/downloads/",
  2068. "license": [
  2069. "MIT"
  2070. ],
  2071. "authors": [
  2072. {
  2073. "name": "PHP-FIG",
  2074. "homepage": "https://www.php-fig.org/"
  2075. }
  2076. ],
  2077. "description": "Common Container Interface (PHP FIG PSR-11)",
  2078. "homepage": "https://github.com/php-fig/container",
  2079. "keywords": [
  2080. "PSR-11",
  2081. "container",
  2082. "container-interface",
  2083. "container-interop",
  2084. "psr"
  2085. ],
  2086. "support": {
  2087. "issues": "https://github.com/php-fig/container/issues",
  2088. "source": "https://github.com/php-fig/container/tree/1.1.1"
  2089. },
  2090. "time": "2021-03-05T17:36:06+00:00"
  2091. },
  2092. {
  2093. "name": "psr/event-dispatcher",
  2094. "version": "1.0.0",
  2095. "source": {
  2096. "type": "git",
  2097. "url": "https://github.com/php-fig/event-dispatcher.git",
  2098. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  2099. },
  2100. "dist": {
  2101. "type": "zip",
  2102. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2103. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  2104. "shasum": ""
  2105. },
  2106. "require": {
  2107. "php": ">=7.2.0"
  2108. },
  2109. "type": "library",
  2110. "extra": {
  2111. "branch-alias": {
  2112. "dev-master": "1.0.x-dev"
  2113. }
  2114. },
  2115. "autoload": {
  2116. "psr-4": {
  2117. "Psr\\EventDispatcher\\": "src/"
  2118. }
  2119. },
  2120. "notification-url": "https://packagist.org/downloads/",
  2121. "license": [
  2122. "MIT"
  2123. ],
  2124. "authors": [
  2125. {
  2126. "name": "PHP-FIG",
  2127. "homepage": "http://www.php-fig.org/"
  2128. }
  2129. ],
  2130. "description": "Standard interfaces for event handling.",
  2131. "keywords": [
  2132. "events",
  2133. "psr",
  2134. "psr-14"
  2135. ],
  2136. "support": {
  2137. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  2138. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  2139. },
  2140. "time": "2019-01-08T18:20:26+00:00"
  2141. },
  2142. {
  2143. "name": "psr/http-client",
  2144. "version": "1.0.1",
  2145. "source": {
  2146. "type": "git",
  2147. "url": "https://github.com/php-fig/http-client.git",
  2148. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  2149. },
  2150. "dist": {
  2151. "type": "zip",
  2152. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  2153. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  2154. "shasum": ""
  2155. },
  2156. "require": {
  2157. "php": "^7.0 || ^8.0",
  2158. "psr/http-message": "^1.0"
  2159. },
  2160. "type": "library",
  2161. "extra": {
  2162. "branch-alias": {
  2163. "dev-master": "1.0.x-dev"
  2164. }
  2165. },
  2166. "autoload": {
  2167. "psr-4": {
  2168. "Psr\\Http\\Client\\": "src/"
  2169. }
  2170. },
  2171. "notification-url": "https://packagist.org/downloads/",
  2172. "license": [
  2173. "MIT"
  2174. ],
  2175. "authors": [
  2176. {
  2177. "name": "PHP-FIG",
  2178. "homepage": "http://www.php-fig.org/"
  2179. }
  2180. ],
  2181. "description": "Common interface for HTTP clients",
  2182. "homepage": "https://github.com/php-fig/http-client",
  2183. "keywords": [
  2184. "http",
  2185. "http-client",
  2186. "psr",
  2187. "psr-18"
  2188. ],
  2189. "support": {
  2190. "source": "https://github.com/php-fig/http-client/tree/master"
  2191. },
  2192. "time": "2020-06-29T06:28:15+00:00"
  2193. },
  2194. {
  2195. "name": "psr/http-factory",
  2196. "version": "1.0.1",
  2197. "source": {
  2198. "type": "git",
  2199. "url": "https://github.com/php-fig/http-factory.git",
  2200. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  2201. },
  2202. "dist": {
  2203. "type": "zip",
  2204. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  2205. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  2206. "shasum": ""
  2207. },
  2208. "require": {
  2209. "php": ">=7.0.0",
  2210. "psr/http-message": "^1.0"
  2211. },
  2212. "type": "library",
  2213. "extra": {
  2214. "branch-alias": {
  2215. "dev-master": "1.0.x-dev"
  2216. }
  2217. },
  2218. "autoload": {
  2219. "psr-4": {
  2220. "Psr\\Http\\Message\\": "src/"
  2221. }
  2222. },
  2223. "notification-url": "https://packagist.org/downloads/",
  2224. "license": [
  2225. "MIT"
  2226. ],
  2227. "authors": [
  2228. {
  2229. "name": "PHP-FIG",
  2230. "homepage": "http://www.php-fig.org/"
  2231. }
  2232. ],
  2233. "description": "Common interfaces for PSR-7 HTTP message factories",
  2234. "keywords": [
  2235. "factory",
  2236. "http",
  2237. "message",
  2238. "psr",
  2239. "psr-17",
  2240. "psr-7",
  2241. "request",
  2242. "response"
  2243. ],
  2244. "support": {
  2245. "source": "https://github.com/php-fig/http-factory/tree/master"
  2246. },
  2247. "time": "2019-04-30T12:38:16+00:00"
  2248. },
  2249. {
  2250. "name": "psr/http-message",
  2251. "version": "1.0.1",
  2252. "source": {
  2253. "type": "git",
  2254. "url": "https://github.com/php-fig/http-message.git",
  2255. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  2256. },
  2257. "dist": {
  2258. "type": "zip",
  2259. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  2260. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  2261. "shasum": ""
  2262. },
  2263. "require": {
  2264. "php": ">=5.3.0"
  2265. },
  2266. "type": "library",
  2267. "extra": {
  2268. "branch-alias": {
  2269. "dev-master": "1.0.x-dev"
  2270. }
  2271. },
  2272. "autoload": {
  2273. "psr-4": {
  2274. "Psr\\Http\\Message\\": "src/"
  2275. }
  2276. },
  2277. "notification-url": "https://packagist.org/downloads/",
  2278. "license": [
  2279. "MIT"
  2280. ],
  2281. "authors": [
  2282. {
  2283. "name": "PHP-FIG",
  2284. "homepage": "http://www.php-fig.org/"
  2285. }
  2286. ],
  2287. "description": "Common interface for HTTP messages",
  2288. "homepage": "https://github.com/php-fig/http-message",
  2289. "keywords": [
  2290. "http",
  2291. "http-message",
  2292. "psr",
  2293. "psr-7",
  2294. "request",
  2295. "response"
  2296. ],
  2297. "support": {
  2298. "source": "https://github.com/php-fig/http-message/tree/master"
  2299. },
  2300. "time": "2016-08-06T14:39:51+00:00"
  2301. },
  2302. {
  2303. "name": "psr/log",
  2304. "version": "1.1.4",
  2305. "source": {
  2306. "type": "git",
  2307. "url": "https://github.com/php-fig/log.git",
  2308. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  2309. },
  2310. "dist": {
  2311. "type": "zip",
  2312. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  2313. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  2314. "shasum": ""
  2315. },
  2316. "require": {
  2317. "php": ">=5.3.0"
  2318. },
  2319. "type": "library",
  2320. "extra": {
  2321. "branch-alias": {
  2322. "dev-master": "1.1.x-dev"
  2323. }
  2324. },
  2325. "autoload": {
  2326. "psr-4": {
  2327. "Psr\\Log\\": "Psr/Log/"
  2328. }
  2329. },
  2330. "notification-url": "https://packagist.org/downloads/",
  2331. "license": [
  2332. "MIT"
  2333. ],
  2334. "authors": [
  2335. {
  2336. "name": "PHP-FIG",
  2337. "homepage": "https://www.php-fig.org/"
  2338. }
  2339. ],
  2340. "description": "Common interface for logging libraries",
  2341. "homepage": "https://github.com/php-fig/log",
  2342. "keywords": [
  2343. "log",
  2344. "psr",
  2345. "psr-3"
  2346. ],
  2347. "support": {
  2348. "source": "https://github.com/php-fig/log/tree/1.1.4"
  2349. },
  2350. "time": "2021-05-03T11:20:27+00:00"
  2351. },
  2352. {
  2353. "name": "psr/simple-cache",
  2354. "version": "1.0.1",
  2355. "source": {
  2356. "type": "git",
  2357. "url": "https://github.com/php-fig/simple-cache.git",
  2358. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2359. },
  2360. "dist": {
  2361. "type": "zip",
  2362. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2363. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2364. "shasum": ""
  2365. },
  2366. "require": {
  2367. "php": ">=5.3.0"
  2368. },
  2369. "type": "library",
  2370. "extra": {
  2371. "branch-alias": {
  2372. "dev-master": "1.0.x-dev"
  2373. }
  2374. },
  2375. "autoload": {
  2376. "psr-4": {
  2377. "Psr\\SimpleCache\\": "src/"
  2378. }
  2379. },
  2380. "notification-url": "https://packagist.org/downloads/",
  2381. "license": [
  2382. "MIT"
  2383. ],
  2384. "authors": [
  2385. {
  2386. "name": "PHP-FIG",
  2387. "homepage": "http://www.php-fig.org/"
  2388. }
  2389. ],
  2390. "description": "Common interfaces for simple caching",
  2391. "keywords": [
  2392. "cache",
  2393. "caching",
  2394. "psr",
  2395. "psr-16",
  2396. "simple-cache"
  2397. ],
  2398. "support": {
  2399. "source": "https://github.com/php-fig/simple-cache/tree/master"
  2400. },
  2401. "time": "2017-10-23T01:57:42+00:00"
  2402. },
  2403. {
  2404. "name": "psy/psysh",
  2405. "version": "v0.10.8",
  2406. "source": {
  2407. "type": "git",
  2408. "url": "https://github.com/bobthecow/psysh.git",
  2409. "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3"
  2410. },
  2411. "dist": {
  2412. "type": "zip",
  2413. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3",
  2414. "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3",
  2415. "shasum": ""
  2416. },
  2417. "require": {
  2418. "ext-json": "*",
  2419. "ext-tokenizer": "*",
  2420. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  2421. "php": "^8.0 || ^7.0 || ^5.5.9",
  2422. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  2423. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  2424. },
  2425. "require-dev": {
  2426. "bamarni/composer-bin-plugin": "^1.2",
  2427. "hoa/console": "3.17.*"
  2428. },
  2429. "suggest": {
  2430. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  2431. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  2432. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  2433. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  2434. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  2435. },
  2436. "bin": [
  2437. "bin/psysh"
  2438. ],
  2439. "type": "library",
  2440. "extra": {
  2441. "branch-alias": {
  2442. "dev-main": "0.10.x-dev"
  2443. }
  2444. },
  2445. "autoload": {
  2446. "files": [
  2447. "src/functions.php"
  2448. ],
  2449. "psr-4": {
  2450. "Psy\\": "src/"
  2451. }
  2452. },
  2453. "notification-url": "https://packagist.org/downloads/",
  2454. "license": [
  2455. "MIT"
  2456. ],
  2457. "authors": [
  2458. {
  2459. "name": "Justin Hileman",
  2460. "email": "justin@justinhileman.info",
  2461. "homepage": "http://justinhileman.com"
  2462. }
  2463. ],
  2464. "description": "An interactive shell for modern PHP.",
  2465. "homepage": "http://psysh.org",
  2466. "keywords": [
  2467. "REPL",
  2468. "console",
  2469. "interactive",
  2470. "shell"
  2471. ],
  2472. "support": {
  2473. "issues": "https://github.com/bobthecow/psysh/issues",
  2474. "source": "https://github.com/bobthecow/psysh/tree/v0.10.8"
  2475. },
  2476. "time": "2021-04-10T16:23:39+00:00"
  2477. },
  2478. {
  2479. "name": "ralouphie/getallheaders",
  2480. "version": "3.0.3",
  2481. "source": {
  2482. "type": "git",
  2483. "url": "https://github.com/ralouphie/getallheaders.git",
  2484. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  2485. },
  2486. "dist": {
  2487. "type": "zip",
  2488. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  2489. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  2490. "shasum": ""
  2491. },
  2492. "require": {
  2493. "php": ">=5.6"
  2494. },
  2495. "require-dev": {
  2496. "php-coveralls/php-coveralls": "^2.1",
  2497. "phpunit/phpunit": "^5 || ^6.5"
  2498. },
  2499. "type": "library",
  2500. "autoload": {
  2501. "files": [
  2502. "src/getallheaders.php"
  2503. ]
  2504. },
  2505. "notification-url": "https://packagist.org/downloads/",
  2506. "license": [
  2507. "MIT"
  2508. ],
  2509. "authors": [
  2510. {
  2511. "name": "Ralph Khattar",
  2512. "email": "ralph.khattar@gmail.com"
  2513. }
  2514. ],
  2515. "description": "A polyfill for getallheaders.",
  2516. "support": {
  2517. "issues": "https://github.com/ralouphie/getallheaders/issues",
  2518. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  2519. },
  2520. "time": "2019-03-08T08:55:37+00:00"
  2521. },
  2522. {
  2523. "name": "ramsey/collection",
  2524. "version": "1.1.3",
  2525. "source": {
  2526. "type": "git",
  2527. "url": "https://github.com/ramsey/collection.git",
  2528. "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
  2529. },
  2530. "dist": {
  2531. "type": "zip",
  2532. "url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
  2533. "reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
  2534. "shasum": ""
  2535. },
  2536. "require": {
  2537. "php": "^7.2 || ^8"
  2538. },
  2539. "require-dev": {
  2540. "captainhook/captainhook": "^5.3",
  2541. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  2542. "ergebnis/composer-normalize": "^2.6",
  2543. "fakerphp/faker": "^1.5",
  2544. "hamcrest/hamcrest-php": "^2",
  2545. "jangregor/phpstan-prophecy": "^0.8",
  2546. "mockery/mockery": "^1.3",
  2547. "phpstan/extension-installer": "^1",
  2548. "phpstan/phpstan": "^0.12.32",
  2549. "phpstan/phpstan-mockery": "^0.12.5",
  2550. "phpstan/phpstan-phpunit": "^0.12.11",
  2551. "phpunit/phpunit": "^8.5 || ^9",
  2552. "psy/psysh": "^0.10.4",
  2553. "slevomat/coding-standard": "^6.3",
  2554. "squizlabs/php_codesniffer": "^3.5",
  2555. "vimeo/psalm": "^4.4"
  2556. },
  2557. "type": "library",
  2558. "autoload": {
  2559. "psr-4": {
  2560. "Ramsey\\Collection\\": "src/"
  2561. }
  2562. },
  2563. "notification-url": "https://packagist.org/downloads/",
  2564. "license": [
  2565. "MIT"
  2566. ],
  2567. "authors": [
  2568. {
  2569. "name": "Ben Ramsey",
  2570. "email": "ben@benramsey.com",
  2571. "homepage": "https://benramsey.com"
  2572. }
  2573. ],
  2574. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  2575. "keywords": [
  2576. "array",
  2577. "collection",
  2578. "hash",
  2579. "map",
  2580. "queue",
  2581. "set"
  2582. ],
  2583. "support": {
  2584. "issues": "https://github.com/ramsey/collection/issues",
  2585. "source": "https://github.com/ramsey/collection/tree/1.1.3"
  2586. },
  2587. "funding": [
  2588. {
  2589. "url": "https://github.com/ramsey",
  2590. "type": "github"
  2591. },
  2592. {
  2593. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  2594. "type": "tidelift"
  2595. }
  2596. ],
  2597. "time": "2021-01-21T17:40:04+00:00"
  2598. },
  2599. {
  2600. "name": "ramsey/uuid",
  2601. "version": "4.1.1",
  2602. "source": {
  2603. "type": "git",
  2604. "url": "https://github.com/ramsey/uuid.git",
  2605. "reference": "cd4032040a750077205918c86049aa0f43d22947"
  2606. },
  2607. "dist": {
  2608. "type": "zip",
  2609. "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
  2610. "reference": "cd4032040a750077205918c86049aa0f43d22947",
  2611. "shasum": ""
  2612. },
  2613. "require": {
  2614. "brick/math": "^0.8 || ^0.9",
  2615. "ext-json": "*",
  2616. "php": "^7.2 || ^8",
  2617. "ramsey/collection": "^1.0",
  2618. "symfony/polyfill-ctype": "^1.8"
  2619. },
  2620. "replace": {
  2621. "rhumsaa/uuid": "self.version"
  2622. },
  2623. "require-dev": {
  2624. "codeception/aspect-mock": "^3",
  2625. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  2626. "doctrine/annotations": "^1.8",
  2627. "goaop/framework": "^2",
  2628. "mockery/mockery": "^1.3",
  2629. "moontoast/math": "^1.1",
  2630. "paragonie/random-lib": "^2",
  2631. "php-mock/php-mock-mockery": "^1.3",
  2632. "php-mock/php-mock-phpunit": "^2.5",
  2633. "php-parallel-lint/php-parallel-lint": "^1.1",
  2634. "phpbench/phpbench": "^0.17.1",
  2635. "phpstan/extension-installer": "^1.0",
  2636. "phpstan/phpstan": "^0.12",
  2637. "phpstan/phpstan-mockery": "^0.12",
  2638. "phpstan/phpstan-phpunit": "^0.12",
  2639. "phpunit/phpunit": "^8.5",
  2640. "psy/psysh": "^0.10.0",
  2641. "slevomat/coding-standard": "^6.0",
  2642. "squizlabs/php_codesniffer": "^3.5",
  2643. "vimeo/psalm": "3.9.4"
  2644. },
  2645. "suggest": {
  2646. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2647. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  2648. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2649. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2650. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2651. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2652. },
  2653. "type": "library",
  2654. "extra": {
  2655. "branch-alias": {
  2656. "dev-master": "4.x-dev"
  2657. }
  2658. },
  2659. "autoload": {
  2660. "psr-4": {
  2661. "Ramsey\\Uuid\\": "src/"
  2662. },
  2663. "files": [
  2664. "src/functions.php"
  2665. ]
  2666. },
  2667. "notification-url": "https://packagist.org/downloads/",
  2668. "license": [
  2669. "MIT"
  2670. ],
  2671. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2672. "homepage": "https://github.com/ramsey/uuid",
  2673. "keywords": [
  2674. "guid",
  2675. "identifier",
  2676. "uuid"
  2677. ],
  2678. "support": {
  2679. "issues": "https://github.com/ramsey/uuid/issues",
  2680. "rss": "https://github.com/ramsey/uuid/releases.atom",
  2681. "source": "https://github.com/ramsey/uuid"
  2682. },
  2683. "funding": [
  2684. {
  2685. "url": "https://github.com/ramsey",
  2686. "type": "github"
  2687. }
  2688. ],
  2689. "time": "2020-08-18T17:17:46+00:00"
  2690. },
  2691. {
  2692. "name": "swiftmailer/swiftmailer",
  2693. "version": "v6.2.7",
  2694. "source": {
  2695. "type": "git",
  2696. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2697. "reference": "15f7faf8508e04471f666633addacf54c0ab5933"
  2698. },
  2699. "dist": {
  2700. "type": "zip",
  2701. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
  2702. "reference": "15f7faf8508e04471f666633addacf54c0ab5933",
  2703. "shasum": ""
  2704. },
  2705. "require": {
  2706. "egulias/email-validator": "^2.0|^3.1",
  2707. "php": ">=7.0.0",
  2708. "symfony/polyfill-iconv": "^1.0",
  2709. "symfony/polyfill-intl-idn": "^1.10",
  2710. "symfony/polyfill-mbstring": "^1.0"
  2711. },
  2712. "require-dev": {
  2713. "mockery/mockery": "^1.0",
  2714. "symfony/phpunit-bridge": "^4.4|^5.0"
  2715. },
  2716. "suggest": {
  2717. "ext-intl": "Needed to support internationalized email addresses"
  2718. },
  2719. "type": "library",
  2720. "extra": {
  2721. "branch-alias": {
  2722. "dev-master": "6.2-dev"
  2723. }
  2724. },
  2725. "autoload": {
  2726. "files": [
  2727. "lib/swift_required.php"
  2728. ]
  2729. },
  2730. "notification-url": "https://packagist.org/downloads/",
  2731. "license": [
  2732. "MIT"
  2733. ],
  2734. "authors": [
  2735. {
  2736. "name": "Chris Corbyn"
  2737. },
  2738. {
  2739. "name": "Fabien Potencier",
  2740. "email": "fabien@symfony.com"
  2741. }
  2742. ],
  2743. "description": "Swiftmailer, free feature-rich PHP mailer",
  2744. "homepage": "https://swiftmailer.symfony.com",
  2745. "keywords": [
  2746. "email",
  2747. "mail",
  2748. "mailer"
  2749. ],
  2750. "support": {
  2751. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  2752. "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7"
  2753. },
  2754. "funding": [
  2755. {
  2756. "url": "https://github.com/fabpot",
  2757. "type": "github"
  2758. },
  2759. {
  2760. "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
  2761. "type": "tidelift"
  2762. }
  2763. ],
  2764. "time": "2021-03-09T12:30:35+00:00"
  2765. },
  2766. {
  2767. "name": "symfony/console",
  2768. "version": "v5.3.2",
  2769. "source": {
  2770. "type": "git",
  2771. "url": "https://github.com/symfony/console.git",
  2772. "reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1"
  2773. },
  2774. "dist": {
  2775. "type": "zip",
  2776. "url": "https://api.github.com/repos/symfony/console/zipball/649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
  2777. "reference": "649730483885ff2ca99ca0560ef0e5f6b03f2ac1",
  2778. "shasum": ""
  2779. },
  2780. "require": {
  2781. "php": ">=7.2.5",
  2782. "symfony/deprecation-contracts": "^2.1",
  2783. "symfony/polyfill-mbstring": "~1.0",
  2784. "symfony/polyfill-php73": "^1.8",
  2785. "symfony/polyfill-php80": "^1.15",
  2786. "symfony/service-contracts": "^1.1|^2",
  2787. "symfony/string": "^5.1"
  2788. },
  2789. "conflict": {
  2790. "symfony/dependency-injection": "<4.4",
  2791. "symfony/dotenv": "<5.1",
  2792. "symfony/event-dispatcher": "<4.4",
  2793. "symfony/lock": "<4.4",
  2794. "symfony/process": "<4.4"
  2795. },
  2796. "provide": {
  2797. "psr/log-implementation": "1.0"
  2798. },
  2799. "require-dev": {
  2800. "psr/log": "~1.0",
  2801. "symfony/config": "^4.4|^5.0",
  2802. "symfony/dependency-injection": "^4.4|^5.0",
  2803. "symfony/event-dispatcher": "^4.4|^5.0",
  2804. "symfony/lock": "^4.4|^5.0",
  2805. "symfony/process": "^4.4|^5.0",
  2806. "symfony/var-dumper": "^4.4|^5.0"
  2807. },
  2808. "suggest": {
  2809. "psr/log": "For using the console logger",
  2810. "symfony/event-dispatcher": "",
  2811. "symfony/lock": "",
  2812. "symfony/process": ""
  2813. },
  2814. "type": "library",
  2815. "autoload": {
  2816. "psr-4": {
  2817. "Symfony\\Component\\Console\\": ""
  2818. },
  2819. "exclude-from-classmap": [
  2820. "/Tests/"
  2821. ]
  2822. },
  2823. "notification-url": "https://packagist.org/downloads/",
  2824. "license": [
  2825. "MIT"
  2826. ],
  2827. "authors": [
  2828. {
  2829. "name": "Fabien Potencier",
  2830. "email": "fabien@symfony.com"
  2831. },
  2832. {
  2833. "name": "Symfony Community",
  2834. "homepage": "https://symfony.com/contributors"
  2835. }
  2836. ],
  2837. "description": "Eases the creation of beautiful and testable command line interfaces",
  2838. "homepage": "https://symfony.com",
  2839. "keywords": [
  2840. "cli",
  2841. "command line",
  2842. "console",
  2843. "terminal"
  2844. ],
  2845. "support": {
  2846. "source": "https://github.com/symfony/console/tree/v5.3.2"
  2847. },
  2848. "funding": [
  2849. {
  2850. "url": "https://symfony.com/sponsor",
  2851. "type": "custom"
  2852. },
  2853. {
  2854. "url": "https://github.com/fabpot",
  2855. "type": "github"
  2856. },
  2857. {
  2858. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2859. "type": "tidelift"
  2860. }
  2861. ],
  2862. "time": "2021-06-12T09:42:48+00:00"
  2863. },
  2864. {
  2865. "name": "symfony/css-selector",
  2866. "version": "v5.3.0",
  2867. "source": {
  2868. "type": "git",
  2869. "url": "https://github.com/symfony/css-selector.git",
  2870. "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814"
  2871. },
  2872. "dist": {
  2873. "type": "zip",
  2874. "url": "https://api.github.com/repos/symfony/css-selector/zipball/fcd0b29a7a0b1bb5bfbedc6231583d77fea04814",
  2875. "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814",
  2876. "shasum": ""
  2877. },
  2878. "require": {
  2879. "php": ">=7.2.5"
  2880. },
  2881. "type": "library",
  2882. "autoload": {
  2883. "psr-4": {
  2884. "Symfony\\Component\\CssSelector\\": ""
  2885. },
  2886. "exclude-from-classmap": [
  2887. "/Tests/"
  2888. ]
  2889. },
  2890. "notification-url": "https://packagist.org/downloads/",
  2891. "license": [
  2892. "MIT"
  2893. ],
  2894. "authors": [
  2895. {
  2896. "name": "Fabien Potencier",
  2897. "email": "fabien@symfony.com"
  2898. },
  2899. {
  2900. "name": "Jean-François Simon",
  2901. "email": "jeanfrancois.simon@sensiolabs.com"
  2902. },
  2903. {
  2904. "name": "Symfony Community",
  2905. "homepage": "https://symfony.com/contributors"
  2906. }
  2907. ],
  2908. "description": "Converts CSS selectors to XPath expressions",
  2909. "homepage": "https://symfony.com",
  2910. "support": {
  2911. "source": "https://github.com/symfony/css-selector/tree/v5.3.0"
  2912. },
  2913. "funding": [
  2914. {
  2915. "url": "https://symfony.com/sponsor",
  2916. "type": "custom"
  2917. },
  2918. {
  2919. "url": "https://github.com/fabpot",
  2920. "type": "github"
  2921. },
  2922. {
  2923. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2924. "type": "tidelift"
  2925. }
  2926. ],
  2927. "time": "2021-05-26T17:40:38+00:00"
  2928. },
  2929. {
  2930. "name": "symfony/deprecation-contracts",
  2931. "version": "v2.4.0",
  2932. "source": {
  2933. "type": "git",
  2934. "url": "https://github.com/symfony/deprecation-contracts.git",
  2935. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
  2936. },
  2937. "dist": {
  2938. "type": "zip",
  2939. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  2940. "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
  2941. "shasum": ""
  2942. },
  2943. "require": {
  2944. "php": ">=7.1"
  2945. },
  2946. "type": "library",
  2947. "extra": {
  2948. "branch-alias": {
  2949. "dev-main": "2.4-dev"
  2950. },
  2951. "thanks": {
  2952. "name": "symfony/contracts",
  2953. "url": "https://github.com/symfony/contracts"
  2954. }
  2955. },
  2956. "autoload": {
  2957. "files": [
  2958. "function.php"
  2959. ]
  2960. },
  2961. "notification-url": "https://packagist.org/downloads/",
  2962. "license": [
  2963. "MIT"
  2964. ],
  2965. "authors": [
  2966. {
  2967. "name": "Nicolas Grekas",
  2968. "email": "p@tchwork.com"
  2969. },
  2970. {
  2971. "name": "Symfony Community",
  2972. "homepage": "https://symfony.com/contributors"
  2973. }
  2974. ],
  2975. "description": "A generic function and convention to trigger deprecation notices",
  2976. "homepage": "https://symfony.com",
  2977. "support": {
  2978. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
  2979. },
  2980. "funding": [
  2981. {
  2982. "url": "https://symfony.com/sponsor",
  2983. "type": "custom"
  2984. },
  2985. {
  2986. "url": "https://github.com/fabpot",
  2987. "type": "github"
  2988. },
  2989. {
  2990. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2991. "type": "tidelift"
  2992. }
  2993. ],
  2994. "time": "2021-03-23T23:28:01+00:00"
  2995. },
  2996. {
  2997. "name": "symfony/error-handler",
  2998. "version": "v5.3.3",
  2999. "source": {
  3000. "type": "git",
  3001. "url": "https://github.com/symfony/error-handler.git",
  3002. "reference": "43323e79c80719e8a4674e33484bca98270d223f"
  3003. },
  3004. "dist": {
  3005. "type": "zip",
  3006. "url": "https://api.github.com/repos/symfony/error-handler/zipball/43323e79c80719e8a4674e33484bca98270d223f",
  3007. "reference": "43323e79c80719e8a4674e33484bca98270d223f",
  3008. "shasum": ""
  3009. },
  3010. "require": {
  3011. "php": ">=7.2.5",
  3012. "psr/log": "^1.0",
  3013. "symfony/polyfill-php80": "^1.15",
  3014. "symfony/var-dumper": "^4.4|^5.0"
  3015. },
  3016. "require-dev": {
  3017. "symfony/deprecation-contracts": "^2.1",
  3018. "symfony/http-kernel": "^4.4|^5.0",
  3019. "symfony/serializer": "^4.4|^5.0"
  3020. },
  3021. "type": "library",
  3022. "autoload": {
  3023. "psr-4": {
  3024. "Symfony\\Component\\ErrorHandler\\": ""
  3025. },
  3026. "exclude-from-classmap": [
  3027. "/Tests/"
  3028. ]
  3029. },
  3030. "notification-url": "https://packagist.org/downloads/",
  3031. "license": [
  3032. "MIT"
  3033. ],
  3034. "authors": [
  3035. {
  3036. "name": "Fabien Potencier",
  3037. "email": "fabien@symfony.com"
  3038. },
  3039. {
  3040. "name": "Symfony Community",
  3041. "homepage": "https://symfony.com/contributors"
  3042. }
  3043. ],
  3044. "description": "Provides tools to manage errors and ease debugging PHP code",
  3045. "homepage": "https://symfony.com",
  3046. "support": {
  3047. "source": "https://github.com/symfony/error-handler/tree/v5.3.3"
  3048. },
  3049. "funding": [
  3050. {
  3051. "url": "https://symfony.com/sponsor",
  3052. "type": "custom"
  3053. },
  3054. {
  3055. "url": "https://github.com/fabpot",
  3056. "type": "github"
  3057. },
  3058. {
  3059. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3060. "type": "tidelift"
  3061. }
  3062. ],
  3063. "time": "2021-06-24T08:13:00+00:00"
  3064. },
  3065. {
  3066. "name": "symfony/event-dispatcher",
  3067. "version": "v5.3.0",
  3068. "source": {
  3069. "type": "git",
  3070. "url": "https://github.com/symfony/event-dispatcher.git",
  3071. "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce"
  3072. },
  3073. "dist": {
  3074. "type": "zip",
  3075. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67a5f354afa8e2f231081b3fa11a5912f933c3ce",
  3076. "reference": "67a5f354afa8e2f231081b3fa11a5912f933c3ce",
  3077. "shasum": ""
  3078. },
  3079. "require": {
  3080. "php": ">=7.2.5",
  3081. "symfony/deprecation-contracts": "^2.1",
  3082. "symfony/event-dispatcher-contracts": "^2",
  3083. "symfony/polyfill-php80": "^1.15"
  3084. },
  3085. "conflict": {
  3086. "symfony/dependency-injection": "<4.4"
  3087. },
  3088. "provide": {
  3089. "psr/event-dispatcher-implementation": "1.0",
  3090. "symfony/event-dispatcher-implementation": "2.0"
  3091. },
  3092. "require-dev": {
  3093. "psr/log": "~1.0",
  3094. "symfony/config": "^4.4|^5.0",
  3095. "symfony/dependency-injection": "^4.4|^5.0",
  3096. "symfony/error-handler": "^4.4|^5.0",
  3097. "symfony/expression-language": "^4.4|^5.0",
  3098. "symfony/http-foundation": "^4.4|^5.0",
  3099. "symfony/service-contracts": "^1.1|^2",
  3100. "symfony/stopwatch": "^4.4|^5.0"
  3101. },
  3102. "suggest": {
  3103. "symfony/dependency-injection": "",
  3104. "symfony/http-kernel": ""
  3105. },
  3106. "type": "library",
  3107. "autoload": {
  3108. "psr-4": {
  3109. "Symfony\\Component\\EventDispatcher\\": ""
  3110. },
  3111. "exclude-from-classmap": [
  3112. "/Tests/"
  3113. ]
  3114. },
  3115. "notification-url": "https://packagist.org/downloads/",
  3116. "license": [
  3117. "MIT"
  3118. ],
  3119. "authors": [
  3120. {
  3121. "name": "Fabien Potencier",
  3122. "email": "fabien@symfony.com"
  3123. },
  3124. {
  3125. "name": "Symfony Community",
  3126. "homepage": "https://symfony.com/contributors"
  3127. }
  3128. ],
  3129. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  3130. "homepage": "https://symfony.com",
  3131. "support": {
  3132. "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.0"
  3133. },
  3134. "funding": [
  3135. {
  3136. "url": "https://symfony.com/sponsor",
  3137. "type": "custom"
  3138. },
  3139. {
  3140. "url": "https://github.com/fabpot",
  3141. "type": "github"
  3142. },
  3143. {
  3144. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3145. "type": "tidelift"
  3146. }
  3147. ],
  3148. "time": "2021-05-26T17:43:10+00:00"
  3149. },
  3150. {
  3151. "name": "symfony/event-dispatcher-contracts",
  3152. "version": "v2.4.0",
  3153. "source": {
  3154. "type": "git",
  3155. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3156. "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
  3157. },
  3158. "dist": {
  3159. "type": "zip",
  3160. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
  3161. "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
  3162. "shasum": ""
  3163. },
  3164. "require": {
  3165. "php": ">=7.2.5",
  3166. "psr/event-dispatcher": "^1"
  3167. },
  3168. "suggest": {
  3169. "symfony/event-dispatcher-implementation": ""
  3170. },
  3171. "type": "library",
  3172. "extra": {
  3173. "branch-alias": {
  3174. "dev-main": "2.4-dev"
  3175. },
  3176. "thanks": {
  3177. "name": "symfony/contracts",
  3178. "url": "https://github.com/symfony/contracts"
  3179. }
  3180. },
  3181. "autoload": {
  3182. "psr-4": {
  3183. "Symfony\\Contracts\\EventDispatcher\\": ""
  3184. }
  3185. },
  3186. "notification-url": "https://packagist.org/downloads/",
  3187. "license": [
  3188. "MIT"
  3189. ],
  3190. "authors": [
  3191. {
  3192. "name": "Nicolas Grekas",
  3193. "email": "p@tchwork.com"
  3194. },
  3195. {
  3196. "name": "Symfony Community",
  3197. "homepage": "https://symfony.com/contributors"
  3198. }
  3199. ],
  3200. "description": "Generic abstractions related to dispatching event",
  3201. "homepage": "https://symfony.com",
  3202. "keywords": [
  3203. "abstractions",
  3204. "contracts",
  3205. "decoupling",
  3206. "interfaces",
  3207. "interoperability",
  3208. "standards"
  3209. ],
  3210. "support": {
  3211. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
  3212. },
  3213. "funding": [
  3214. {
  3215. "url": "https://symfony.com/sponsor",
  3216. "type": "custom"
  3217. },
  3218. {
  3219. "url": "https://github.com/fabpot",
  3220. "type": "github"
  3221. },
  3222. {
  3223. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3224. "type": "tidelift"
  3225. }
  3226. ],
  3227. "time": "2021-03-23T23:28:01+00:00"
  3228. },
  3229. {
  3230. "name": "symfony/finder",
  3231. "version": "v5.3.0",
  3232. "source": {
  3233. "type": "git",
  3234. "url": "https://github.com/symfony/finder.git",
  3235. "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6"
  3236. },
  3237. "dist": {
  3238. "type": "zip",
  3239. "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
  3240. "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6",
  3241. "shasum": ""
  3242. },
  3243. "require": {
  3244. "php": ">=7.2.5"
  3245. },
  3246. "type": "library",
  3247. "autoload": {
  3248. "psr-4": {
  3249. "Symfony\\Component\\Finder\\": ""
  3250. },
  3251. "exclude-from-classmap": [
  3252. "/Tests/"
  3253. ]
  3254. },
  3255. "notification-url": "https://packagist.org/downloads/",
  3256. "license": [
  3257. "MIT"
  3258. ],
  3259. "authors": [
  3260. {
  3261. "name": "Fabien Potencier",
  3262. "email": "fabien@symfony.com"
  3263. },
  3264. {
  3265. "name": "Symfony Community",
  3266. "homepage": "https://symfony.com/contributors"
  3267. }
  3268. ],
  3269. "description": "Finds files and directories via an intuitive fluent interface",
  3270. "homepage": "https://symfony.com",
  3271. "support": {
  3272. "source": "https://github.com/symfony/finder/tree/v5.3.0"
  3273. },
  3274. "funding": [
  3275. {
  3276. "url": "https://symfony.com/sponsor",
  3277. "type": "custom"
  3278. },
  3279. {
  3280. "url": "https://github.com/fabpot",
  3281. "type": "github"
  3282. },
  3283. {
  3284. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3285. "type": "tidelift"
  3286. }
  3287. ],
  3288. "time": "2021-05-26T12:52:38+00:00"
  3289. },
  3290. {
  3291. "name": "symfony/http-client-contracts",
  3292. "version": "v2.4.0",
  3293. "source": {
  3294. "type": "git",
  3295. "url": "https://github.com/symfony/http-client-contracts.git",
  3296. "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
  3297. },
  3298. "dist": {
  3299. "type": "zip",
  3300. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  3301. "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
  3302. "shasum": ""
  3303. },
  3304. "require": {
  3305. "php": ">=7.2.5"
  3306. },
  3307. "suggest": {
  3308. "symfony/http-client-implementation": ""
  3309. },
  3310. "type": "library",
  3311. "extra": {
  3312. "branch-alias": {
  3313. "dev-main": "2.4-dev"
  3314. },
  3315. "thanks": {
  3316. "name": "symfony/contracts",
  3317. "url": "https://github.com/symfony/contracts"
  3318. }
  3319. },
  3320. "autoload": {
  3321. "psr-4": {
  3322. "Symfony\\Contracts\\HttpClient\\": ""
  3323. }
  3324. },
  3325. "notification-url": "https://packagist.org/downloads/",
  3326. "license": [
  3327. "MIT"
  3328. ],
  3329. "authors": [
  3330. {
  3331. "name": "Nicolas Grekas",
  3332. "email": "p@tchwork.com"
  3333. },
  3334. {
  3335. "name": "Symfony Community",
  3336. "homepage": "https://symfony.com/contributors"
  3337. }
  3338. ],
  3339. "description": "Generic abstractions related to HTTP clients",
  3340. "homepage": "https://symfony.com",
  3341. "keywords": [
  3342. "abstractions",
  3343. "contracts",
  3344. "decoupling",
  3345. "interfaces",
  3346. "interoperability",
  3347. "standards"
  3348. ],
  3349. "support": {
  3350. "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
  3351. },
  3352. "funding": [
  3353. {
  3354. "url": "https://symfony.com/sponsor",
  3355. "type": "custom"
  3356. },
  3357. {
  3358. "url": "https://github.com/fabpot",
  3359. "type": "github"
  3360. },
  3361. {
  3362. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3363. "type": "tidelift"
  3364. }
  3365. ],
  3366. "time": "2021-04-11T23:07:08+00:00"
  3367. },
  3368. {
  3369. "name": "symfony/http-foundation",
  3370. "version": "v5.3.3",
  3371. "source": {
  3372. "type": "git",
  3373. "url": "https://github.com/symfony/http-foundation.git",
  3374. "reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf"
  3375. },
  3376. "dist": {
  3377. "type": "zip",
  3378. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0e45ab1574caa0460d9190871a8ce47539e40ccf",
  3379. "reference": "0e45ab1574caa0460d9190871a8ce47539e40ccf",
  3380. "shasum": ""
  3381. },
  3382. "require": {
  3383. "php": ">=7.2.5",
  3384. "symfony/deprecation-contracts": "^2.1",
  3385. "symfony/polyfill-mbstring": "~1.1",
  3386. "symfony/polyfill-php80": "^1.15"
  3387. },
  3388. "require-dev": {
  3389. "predis/predis": "~1.0",
  3390. "symfony/cache": "^4.4|^5.0",
  3391. "symfony/expression-language": "^4.4|^5.0",
  3392. "symfony/mime": "^4.4|^5.0"
  3393. },
  3394. "suggest": {
  3395. "symfony/mime": "To use the file extension guesser"
  3396. },
  3397. "type": "library",
  3398. "autoload": {
  3399. "psr-4": {
  3400. "Symfony\\Component\\HttpFoundation\\": ""
  3401. },
  3402. "exclude-from-classmap": [
  3403. "/Tests/"
  3404. ]
  3405. },
  3406. "notification-url": "https://packagist.org/downloads/",
  3407. "license": [
  3408. "MIT"
  3409. ],
  3410. "authors": [
  3411. {
  3412. "name": "Fabien Potencier",
  3413. "email": "fabien@symfony.com"
  3414. },
  3415. {
  3416. "name": "Symfony Community",
  3417. "homepage": "https://symfony.com/contributors"
  3418. }
  3419. ],
  3420. "description": "Defines an object-oriented layer for the HTTP specification",
  3421. "homepage": "https://symfony.com",
  3422. "support": {
  3423. "source": "https://github.com/symfony/http-foundation/tree/v5.3.3"
  3424. },
  3425. "funding": [
  3426. {
  3427. "url": "https://symfony.com/sponsor",
  3428. "type": "custom"
  3429. },
  3430. {
  3431. "url": "https://github.com/fabpot",
  3432. "type": "github"
  3433. },
  3434. {
  3435. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3436. "type": "tidelift"
  3437. }
  3438. ],
  3439. "time": "2021-06-27T09:19:40+00:00"
  3440. },
  3441. {
  3442. "name": "symfony/http-kernel",
  3443. "version": "v5.3.3",
  3444. "source": {
  3445. "type": "git",
  3446. "url": "https://github.com/symfony/http-kernel.git",
  3447. "reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8"
  3448. },
  3449. "dist": {
  3450. "type": "zip",
  3451. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8",
  3452. "reference": "90ad9f4b21ddcb8ebe9faadfcca54929ad23f9f8",
  3453. "shasum": ""
  3454. },
  3455. "require": {
  3456. "php": ">=7.2.5",
  3457. "psr/log": "~1.0",
  3458. "symfony/deprecation-contracts": "^2.1",
  3459. "symfony/error-handler": "^4.4|^5.0",
  3460. "symfony/event-dispatcher": "^5.0",
  3461. "symfony/http-client-contracts": "^1.1|^2",
  3462. "symfony/http-foundation": "^5.3",
  3463. "symfony/polyfill-ctype": "^1.8",
  3464. "symfony/polyfill-php73": "^1.9",
  3465. "symfony/polyfill-php80": "^1.15"
  3466. },
  3467. "conflict": {
  3468. "symfony/browser-kit": "<4.4",
  3469. "symfony/cache": "<5.0",
  3470. "symfony/config": "<5.0",
  3471. "symfony/console": "<4.4",
  3472. "symfony/dependency-injection": "<5.3",
  3473. "symfony/doctrine-bridge": "<5.0",
  3474. "symfony/form": "<5.0",
  3475. "symfony/http-client": "<5.0",
  3476. "symfony/mailer": "<5.0",
  3477. "symfony/messenger": "<5.0",
  3478. "symfony/translation": "<5.0",
  3479. "symfony/twig-bridge": "<5.0",
  3480. "symfony/validator": "<5.0",
  3481. "twig/twig": "<2.13"
  3482. },
  3483. "provide": {
  3484. "psr/log-implementation": "1.0"
  3485. },
  3486. "require-dev": {
  3487. "psr/cache": "^1.0|^2.0|^3.0",
  3488. "symfony/browser-kit": "^4.4|^5.0",
  3489. "symfony/config": "^5.0",
  3490. "symfony/console": "^4.4|^5.0",
  3491. "symfony/css-selector": "^4.4|^5.0",
  3492. "symfony/dependency-injection": "^5.3",
  3493. "symfony/dom-crawler": "^4.4|^5.0",
  3494. "symfony/expression-language": "^4.4|^5.0",
  3495. "symfony/finder": "^4.4|^5.0",
  3496. "symfony/process": "^4.4|^5.0",
  3497. "symfony/routing": "^4.4|^5.0",
  3498. "symfony/stopwatch": "^4.4|^5.0",
  3499. "symfony/translation": "^4.4|^5.0",
  3500. "symfony/translation-contracts": "^1.1|^2",
  3501. "twig/twig": "^2.13|^3.0.4"
  3502. },
  3503. "suggest": {
  3504. "symfony/browser-kit": "",
  3505. "symfony/config": "",
  3506. "symfony/console": "",
  3507. "symfony/dependency-injection": ""
  3508. },
  3509. "type": "library",
  3510. "autoload": {
  3511. "psr-4": {
  3512. "Symfony\\Component\\HttpKernel\\": ""
  3513. },
  3514. "exclude-from-classmap": [
  3515. "/Tests/"
  3516. ]
  3517. },
  3518. "notification-url": "https://packagist.org/downloads/",
  3519. "license": [
  3520. "MIT"
  3521. ],
  3522. "authors": [
  3523. {
  3524. "name": "Fabien Potencier",
  3525. "email": "fabien@symfony.com"
  3526. },
  3527. {
  3528. "name": "Symfony Community",
  3529. "homepage": "https://symfony.com/contributors"
  3530. }
  3531. ],
  3532. "description": "Provides a structured process for converting a Request into a Response",
  3533. "homepage": "https://symfony.com",
  3534. "support": {
  3535. "source": "https://github.com/symfony/http-kernel/tree/v5.3.3"
  3536. },
  3537. "funding": [
  3538. {
  3539. "url": "https://symfony.com/sponsor",
  3540. "type": "custom"
  3541. },
  3542. {
  3543. "url": "https://github.com/fabpot",
  3544. "type": "github"
  3545. },
  3546. {
  3547. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3548. "type": "tidelift"
  3549. }
  3550. ],
  3551. "time": "2021-06-30T08:27:49+00:00"
  3552. },
  3553. {
  3554. "name": "symfony/mime",
  3555. "version": "v5.3.2",
  3556. "source": {
  3557. "type": "git",
  3558. "url": "https://github.com/symfony/mime.git",
  3559. "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a"
  3560. },
  3561. "dist": {
  3562. "type": "zip",
  3563. "url": "https://api.github.com/repos/symfony/mime/zipball/47dd7912152b82d0d4c8d9040dbc93d6232d472a",
  3564. "reference": "47dd7912152b82d0d4c8d9040dbc93d6232d472a",
  3565. "shasum": ""
  3566. },
  3567. "require": {
  3568. "php": ">=7.2.5",
  3569. "symfony/deprecation-contracts": "^2.1",
  3570. "symfony/polyfill-intl-idn": "^1.10",
  3571. "symfony/polyfill-mbstring": "^1.0",
  3572. "symfony/polyfill-php80": "^1.15"
  3573. },
  3574. "conflict": {
  3575. "egulias/email-validator": "~3.0.0",
  3576. "phpdocumentor/reflection-docblock": "<3.2.2",
  3577. "phpdocumentor/type-resolver": "<1.4.0",
  3578. "symfony/mailer": "<4.4"
  3579. },
  3580. "require-dev": {
  3581. "egulias/email-validator": "^2.1.10|^3.1",
  3582. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  3583. "symfony/dependency-injection": "^4.4|^5.0",
  3584. "symfony/property-access": "^4.4|^5.1",
  3585. "symfony/property-info": "^4.4|^5.1",
  3586. "symfony/serializer": "^5.2"
  3587. },
  3588. "type": "library",
  3589. "autoload": {
  3590. "psr-4": {
  3591. "Symfony\\Component\\Mime\\": ""
  3592. },
  3593. "exclude-from-classmap": [
  3594. "/Tests/"
  3595. ]
  3596. },
  3597. "notification-url": "https://packagist.org/downloads/",
  3598. "license": [
  3599. "MIT"
  3600. ],
  3601. "authors": [
  3602. {
  3603. "name": "Fabien Potencier",
  3604. "email": "fabien@symfony.com"
  3605. },
  3606. {
  3607. "name": "Symfony Community",
  3608. "homepage": "https://symfony.com/contributors"
  3609. }
  3610. ],
  3611. "description": "Allows manipulating MIME messages",
  3612. "homepage": "https://symfony.com",
  3613. "keywords": [
  3614. "mime",
  3615. "mime-type"
  3616. ],
  3617. "support": {
  3618. "source": "https://github.com/symfony/mime/tree/v5.3.2"
  3619. },
  3620. "funding": [
  3621. {
  3622. "url": "https://symfony.com/sponsor",
  3623. "type": "custom"
  3624. },
  3625. {
  3626. "url": "https://github.com/fabpot",
  3627. "type": "github"
  3628. },
  3629. {
  3630. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3631. "type": "tidelift"
  3632. }
  3633. ],
  3634. "time": "2021-06-09T10:58:01+00:00"
  3635. },
  3636. {
  3637. "name": "symfony/polyfill-ctype",
  3638. "version": "v1.23.0",
  3639. "source": {
  3640. "type": "git",
  3641. "url": "https://github.com/symfony/polyfill-ctype.git",
  3642. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
  3643. },
  3644. "dist": {
  3645. "type": "zip",
  3646. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  3647. "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
  3648. "shasum": ""
  3649. },
  3650. "require": {
  3651. "php": ">=7.1"
  3652. },
  3653. "suggest": {
  3654. "ext-ctype": "For best performance"
  3655. },
  3656. "type": "library",
  3657. "extra": {
  3658. "branch-alias": {
  3659. "dev-main": "1.23-dev"
  3660. },
  3661. "thanks": {
  3662. "name": "symfony/polyfill",
  3663. "url": "https://github.com/symfony/polyfill"
  3664. }
  3665. },
  3666. "autoload": {
  3667. "psr-4": {
  3668. "Symfony\\Polyfill\\Ctype\\": ""
  3669. },
  3670. "files": [
  3671. "bootstrap.php"
  3672. ]
  3673. },
  3674. "notification-url": "https://packagist.org/downloads/",
  3675. "license": [
  3676. "MIT"
  3677. ],
  3678. "authors": [
  3679. {
  3680. "name": "Gert de Pagter",
  3681. "email": "BackEndTea@gmail.com"
  3682. },
  3683. {
  3684. "name": "Symfony Community",
  3685. "homepage": "https://symfony.com/contributors"
  3686. }
  3687. ],
  3688. "description": "Symfony polyfill for ctype functions",
  3689. "homepage": "https://symfony.com",
  3690. "keywords": [
  3691. "compatibility",
  3692. "ctype",
  3693. "polyfill",
  3694. "portable"
  3695. ],
  3696. "support": {
  3697. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
  3698. },
  3699. "funding": [
  3700. {
  3701. "url": "https://symfony.com/sponsor",
  3702. "type": "custom"
  3703. },
  3704. {
  3705. "url": "https://github.com/fabpot",
  3706. "type": "github"
  3707. },
  3708. {
  3709. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3710. "type": "tidelift"
  3711. }
  3712. ],
  3713. "time": "2021-02-19T12:13:01+00:00"
  3714. },
  3715. {
  3716. "name": "symfony/polyfill-iconv",
  3717. "version": "v1.23.0",
  3718. "source": {
  3719. "type": "git",
  3720. "url": "https://github.com/symfony/polyfill-iconv.git",
  3721. "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
  3722. },
  3723. "dist": {
  3724. "type": "zip",
  3725. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
  3726. "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
  3727. "shasum": ""
  3728. },
  3729. "require": {
  3730. "php": ">=7.1"
  3731. },
  3732. "suggest": {
  3733. "ext-iconv": "For best performance"
  3734. },
  3735. "type": "library",
  3736. "extra": {
  3737. "branch-alias": {
  3738. "dev-main": "1.23-dev"
  3739. },
  3740. "thanks": {
  3741. "name": "symfony/polyfill",
  3742. "url": "https://github.com/symfony/polyfill"
  3743. }
  3744. },
  3745. "autoload": {
  3746. "psr-4": {
  3747. "Symfony\\Polyfill\\Iconv\\": ""
  3748. },
  3749. "files": [
  3750. "bootstrap.php"
  3751. ]
  3752. },
  3753. "notification-url": "https://packagist.org/downloads/",
  3754. "license": [
  3755. "MIT"
  3756. ],
  3757. "authors": [
  3758. {
  3759. "name": "Nicolas Grekas",
  3760. "email": "p@tchwork.com"
  3761. },
  3762. {
  3763. "name": "Symfony Community",
  3764. "homepage": "https://symfony.com/contributors"
  3765. }
  3766. ],
  3767. "description": "Symfony polyfill for the Iconv extension",
  3768. "homepage": "https://symfony.com",
  3769. "keywords": [
  3770. "compatibility",
  3771. "iconv",
  3772. "polyfill",
  3773. "portable",
  3774. "shim"
  3775. ],
  3776. "support": {
  3777. "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
  3778. },
  3779. "funding": [
  3780. {
  3781. "url": "https://symfony.com/sponsor",
  3782. "type": "custom"
  3783. },
  3784. {
  3785. "url": "https://github.com/fabpot",
  3786. "type": "github"
  3787. },
  3788. {
  3789. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3790. "type": "tidelift"
  3791. }
  3792. ],
  3793. "time": "2021-05-27T09:27:20+00:00"
  3794. },
  3795. {
  3796. "name": "symfony/polyfill-intl-grapheme",
  3797. "version": "v1.23.0",
  3798. "source": {
  3799. "type": "git",
  3800. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3801. "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab"
  3802. },
  3803. "dist": {
  3804. "type": "zip",
  3805. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/24b72c6baa32c746a4d0840147c9715e42bb68ab",
  3806. "reference": "24b72c6baa32c746a4d0840147c9715e42bb68ab",
  3807. "shasum": ""
  3808. },
  3809. "require": {
  3810. "php": ">=7.1"
  3811. },
  3812. "suggest": {
  3813. "ext-intl": "For best performance"
  3814. },
  3815. "type": "library",
  3816. "extra": {
  3817. "branch-alias": {
  3818. "dev-main": "1.23-dev"
  3819. },
  3820. "thanks": {
  3821. "name": "symfony/polyfill",
  3822. "url": "https://github.com/symfony/polyfill"
  3823. }
  3824. },
  3825. "autoload": {
  3826. "psr-4": {
  3827. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3828. },
  3829. "files": [
  3830. "bootstrap.php"
  3831. ]
  3832. },
  3833. "notification-url": "https://packagist.org/downloads/",
  3834. "license": [
  3835. "MIT"
  3836. ],
  3837. "authors": [
  3838. {
  3839. "name": "Nicolas Grekas",
  3840. "email": "p@tchwork.com"
  3841. },
  3842. {
  3843. "name": "Symfony Community",
  3844. "homepage": "https://symfony.com/contributors"
  3845. }
  3846. ],
  3847. "description": "Symfony polyfill for intl's grapheme_* functions",
  3848. "homepage": "https://symfony.com",
  3849. "keywords": [
  3850. "compatibility",
  3851. "grapheme",
  3852. "intl",
  3853. "polyfill",
  3854. "portable",
  3855. "shim"
  3856. ],
  3857. "support": {
  3858. "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.0"
  3859. },
  3860. "funding": [
  3861. {
  3862. "url": "https://symfony.com/sponsor",
  3863. "type": "custom"
  3864. },
  3865. {
  3866. "url": "https://github.com/fabpot",
  3867. "type": "github"
  3868. },
  3869. {
  3870. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3871. "type": "tidelift"
  3872. }
  3873. ],
  3874. "time": "2021-05-27T09:17:38+00:00"
  3875. },
  3876. {
  3877. "name": "symfony/polyfill-intl-idn",
  3878. "version": "v1.23.0",
  3879. "source": {
  3880. "type": "git",
  3881. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3882. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
  3883. },
  3884. "dist": {
  3885. "type": "zip",
  3886. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
  3887. "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
  3888. "shasum": ""
  3889. },
  3890. "require": {
  3891. "php": ">=7.1",
  3892. "symfony/polyfill-intl-normalizer": "^1.10",
  3893. "symfony/polyfill-php72": "^1.10"
  3894. },
  3895. "suggest": {
  3896. "ext-intl": "For best performance"
  3897. },
  3898. "type": "library",
  3899. "extra": {
  3900. "branch-alias": {
  3901. "dev-main": "1.23-dev"
  3902. },
  3903. "thanks": {
  3904. "name": "symfony/polyfill",
  3905. "url": "https://github.com/symfony/polyfill"
  3906. }
  3907. },
  3908. "autoload": {
  3909. "psr-4": {
  3910. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3911. },
  3912. "files": [
  3913. "bootstrap.php"
  3914. ]
  3915. },
  3916. "notification-url": "https://packagist.org/downloads/",
  3917. "license": [
  3918. "MIT"
  3919. ],
  3920. "authors": [
  3921. {
  3922. "name": "Laurent Bassin",
  3923. "email": "laurent@bassin.info"
  3924. },
  3925. {
  3926. "name": "Trevor Rowbotham",
  3927. "email": "trevor.rowbotham@pm.me"
  3928. },
  3929. {
  3930. "name": "Symfony Community",
  3931. "homepage": "https://symfony.com/contributors"
  3932. }
  3933. ],
  3934. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3935. "homepage": "https://symfony.com",
  3936. "keywords": [
  3937. "compatibility",
  3938. "idn",
  3939. "intl",
  3940. "polyfill",
  3941. "portable",
  3942. "shim"
  3943. ],
  3944. "support": {
  3945. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
  3946. },
  3947. "funding": [
  3948. {
  3949. "url": "https://symfony.com/sponsor",
  3950. "type": "custom"
  3951. },
  3952. {
  3953. "url": "https://github.com/fabpot",
  3954. "type": "github"
  3955. },
  3956. {
  3957. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3958. "type": "tidelift"
  3959. }
  3960. ],
  3961. "time": "2021-05-27T09:27:20+00:00"
  3962. },
  3963. {
  3964. "name": "symfony/polyfill-intl-normalizer",
  3965. "version": "v1.23.0",
  3966. "source": {
  3967. "type": "git",
  3968. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3969. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
  3970. },
  3971. "dist": {
  3972. "type": "zip",
  3973. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
  3974. "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
  3975. "shasum": ""
  3976. },
  3977. "require": {
  3978. "php": ">=7.1"
  3979. },
  3980. "suggest": {
  3981. "ext-intl": "For best performance"
  3982. },
  3983. "type": "library",
  3984. "extra": {
  3985. "branch-alias": {
  3986. "dev-main": "1.23-dev"
  3987. },
  3988. "thanks": {
  3989. "name": "symfony/polyfill",
  3990. "url": "https://github.com/symfony/polyfill"
  3991. }
  3992. },
  3993. "autoload": {
  3994. "psr-4": {
  3995. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3996. },
  3997. "files": [
  3998. "bootstrap.php"
  3999. ],
  4000. "classmap": [
  4001. "Resources/stubs"
  4002. ]
  4003. },
  4004. "notification-url": "https://packagist.org/downloads/",
  4005. "license": [
  4006. "MIT"
  4007. ],
  4008. "authors": [
  4009. {
  4010. "name": "Nicolas Grekas",
  4011. "email": "p@tchwork.com"
  4012. },
  4013. {
  4014. "name": "Symfony Community",
  4015. "homepage": "https://symfony.com/contributors"
  4016. }
  4017. ],
  4018. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  4019. "homepage": "https://symfony.com",
  4020. "keywords": [
  4021. "compatibility",
  4022. "intl",
  4023. "normalizer",
  4024. "polyfill",
  4025. "portable",
  4026. "shim"
  4027. ],
  4028. "support": {
  4029. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
  4030. },
  4031. "funding": [
  4032. {
  4033. "url": "https://symfony.com/sponsor",
  4034. "type": "custom"
  4035. },
  4036. {
  4037. "url": "https://github.com/fabpot",
  4038. "type": "github"
  4039. },
  4040. {
  4041. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4042. "type": "tidelift"
  4043. }
  4044. ],
  4045. "time": "2021-02-19T12:13:01+00:00"
  4046. },
  4047. {
  4048. "name": "symfony/polyfill-mbstring",
  4049. "version": "v1.23.0",
  4050. "source": {
  4051. "type": "git",
  4052. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4053. "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
  4054. },
  4055. "dist": {
  4056. "type": "zip",
  4057. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
  4058. "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
  4059. "shasum": ""
  4060. },
  4061. "require": {
  4062. "php": ">=7.1"
  4063. },
  4064. "suggest": {
  4065. "ext-mbstring": "For best performance"
  4066. },
  4067. "type": "library",
  4068. "extra": {
  4069. "branch-alias": {
  4070. "dev-main": "1.23-dev"
  4071. },
  4072. "thanks": {
  4073. "name": "symfony/polyfill",
  4074. "url": "https://github.com/symfony/polyfill"
  4075. }
  4076. },
  4077. "autoload": {
  4078. "psr-4": {
  4079. "Symfony\\Polyfill\\Mbstring\\": ""
  4080. },
  4081. "files": [
  4082. "bootstrap.php"
  4083. ]
  4084. },
  4085. "notification-url": "https://packagist.org/downloads/",
  4086. "license": [
  4087. "MIT"
  4088. ],
  4089. "authors": [
  4090. {
  4091. "name": "Nicolas Grekas",
  4092. "email": "p@tchwork.com"
  4093. },
  4094. {
  4095. "name": "Symfony Community",
  4096. "homepage": "https://symfony.com/contributors"
  4097. }
  4098. ],
  4099. "description": "Symfony polyfill for the Mbstring extension",
  4100. "homepage": "https://symfony.com",
  4101. "keywords": [
  4102. "compatibility",
  4103. "mbstring",
  4104. "polyfill",
  4105. "portable",
  4106. "shim"
  4107. ],
  4108. "support": {
  4109. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
  4110. },
  4111. "funding": [
  4112. {
  4113. "url": "https://symfony.com/sponsor",
  4114. "type": "custom"
  4115. },
  4116. {
  4117. "url": "https://github.com/fabpot",
  4118. "type": "github"
  4119. },
  4120. {
  4121. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4122. "type": "tidelift"
  4123. }
  4124. ],
  4125. "time": "2021-05-27T09:27:20+00:00"
  4126. },
  4127. {
  4128. "name": "symfony/polyfill-php72",
  4129. "version": "v1.23.0",
  4130. "source": {
  4131. "type": "git",
  4132. "url": "https://github.com/symfony/polyfill-php72.git",
  4133. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
  4134. },
  4135. "dist": {
  4136. "type": "zip",
  4137. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
  4138. "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
  4139. "shasum": ""
  4140. },
  4141. "require": {
  4142. "php": ">=7.1"
  4143. },
  4144. "type": "library",
  4145. "extra": {
  4146. "branch-alias": {
  4147. "dev-main": "1.23-dev"
  4148. },
  4149. "thanks": {
  4150. "name": "symfony/polyfill",
  4151. "url": "https://github.com/symfony/polyfill"
  4152. }
  4153. },
  4154. "autoload": {
  4155. "psr-4": {
  4156. "Symfony\\Polyfill\\Php72\\": ""
  4157. },
  4158. "files": [
  4159. "bootstrap.php"
  4160. ]
  4161. },
  4162. "notification-url": "https://packagist.org/downloads/",
  4163. "license": [
  4164. "MIT"
  4165. ],
  4166. "authors": [
  4167. {
  4168. "name": "Nicolas Grekas",
  4169. "email": "p@tchwork.com"
  4170. },
  4171. {
  4172. "name": "Symfony Community",
  4173. "homepage": "https://symfony.com/contributors"
  4174. }
  4175. ],
  4176. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  4177. "homepage": "https://symfony.com",
  4178. "keywords": [
  4179. "compatibility",
  4180. "polyfill",
  4181. "portable",
  4182. "shim"
  4183. ],
  4184. "support": {
  4185. "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
  4186. },
  4187. "funding": [
  4188. {
  4189. "url": "https://symfony.com/sponsor",
  4190. "type": "custom"
  4191. },
  4192. {
  4193. "url": "https://github.com/fabpot",
  4194. "type": "github"
  4195. },
  4196. {
  4197. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4198. "type": "tidelift"
  4199. }
  4200. ],
  4201. "time": "2021-05-27T09:17:38+00:00"
  4202. },
  4203. {
  4204. "name": "symfony/polyfill-php73",
  4205. "version": "v1.23.0",
  4206. "source": {
  4207. "type": "git",
  4208. "url": "https://github.com/symfony/polyfill-php73.git",
  4209. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
  4210. },
  4211. "dist": {
  4212. "type": "zip",
  4213. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
  4214. "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
  4215. "shasum": ""
  4216. },
  4217. "require": {
  4218. "php": ">=7.1"
  4219. },
  4220. "type": "library",
  4221. "extra": {
  4222. "branch-alias": {
  4223. "dev-main": "1.23-dev"
  4224. },
  4225. "thanks": {
  4226. "name": "symfony/polyfill",
  4227. "url": "https://github.com/symfony/polyfill"
  4228. }
  4229. },
  4230. "autoload": {
  4231. "psr-4": {
  4232. "Symfony\\Polyfill\\Php73\\": ""
  4233. },
  4234. "files": [
  4235. "bootstrap.php"
  4236. ],
  4237. "classmap": [
  4238. "Resources/stubs"
  4239. ]
  4240. },
  4241. "notification-url": "https://packagist.org/downloads/",
  4242. "license": [
  4243. "MIT"
  4244. ],
  4245. "authors": [
  4246. {
  4247. "name": "Nicolas Grekas",
  4248. "email": "p@tchwork.com"
  4249. },
  4250. {
  4251. "name": "Symfony Community",
  4252. "homepage": "https://symfony.com/contributors"
  4253. }
  4254. ],
  4255. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  4256. "homepage": "https://symfony.com",
  4257. "keywords": [
  4258. "compatibility",
  4259. "polyfill",
  4260. "portable",
  4261. "shim"
  4262. ],
  4263. "support": {
  4264. "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
  4265. },
  4266. "funding": [
  4267. {
  4268. "url": "https://symfony.com/sponsor",
  4269. "type": "custom"
  4270. },
  4271. {
  4272. "url": "https://github.com/fabpot",
  4273. "type": "github"
  4274. },
  4275. {
  4276. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4277. "type": "tidelift"
  4278. }
  4279. ],
  4280. "time": "2021-02-19T12:13:01+00:00"
  4281. },
  4282. {
  4283. "name": "symfony/polyfill-php80",
  4284. "version": "v1.23.0",
  4285. "source": {
  4286. "type": "git",
  4287. "url": "https://github.com/symfony/polyfill-php80.git",
  4288. "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
  4289. },
  4290. "dist": {
  4291. "type": "zip",
  4292. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
  4293. "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
  4294. "shasum": ""
  4295. },
  4296. "require": {
  4297. "php": ">=7.1"
  4298. },
  4299. "type": "library",
  4300. "extra": {
  4301. "branch-alias": {
  4302. "dev-main": "1.23-dev"
  4303. },
  4304. "thanks": {
  4305. "name": "symfony/polyfill",
  4306. "url": "https://github.com/symfony/polyfill"
  4307. }
  4308. },
  4309. "autoload": {
  4310. "psr-4": {
  4311. "Symfony\\Polyfill\\Php80\\": ""
  4312. },
  4313. "files": [
  4314. "bootstrap.php"
  4315. ],
  4316. "classmap": [
  4317. "Resources/stubs"
  4318. ]
  4319. },
  4320. "notification-url": "https://packagist.org/downloads/",
  4321. "license": [
  4322. "MIT"
  4323. ],
  4324. "authors": [
  4325. {
  4326. "name": "Ion Bazan",
  4327. "email": "ion.bazan@gmail.com"
  4328. },
  4329. {
  4330. "name": "Nicolas Grekas",
  4331. "email": "p@tchwork.com"
  4332. },
  4333. {
  4334. "name": "Symfony Community",
  4335. "homepage": "https://symfony.com/contributors"
  4336. }
  4337. ],
  4338. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4339. "homepage": "https://symfony.com",
  4340. "keywords": [
  4341. "compatibility",
  4342. "polyfill",
  4343. "portable",
  4344. "shim"
  4345. ],
  4346. "support": {
  4347. "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
  4348. },
  4349. "funding": [
  4350. {
  4351. "url": "https://symfony.com/sponsor",
  4352. "type": "custom"
  4353. },
  4354. {
  4355. "url": "https://github.com/fabpot",
  4356. "type": "github"
  4357. },
  4358. {
  4359. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4360. "type": "tidelift"
  4361. }
  4362. ],
  4363. "time": "2021-02-19T12:13:01+00:00"
  4364. },
  4365. {
  4366. "name": "symfony/process",
  4367. "version": "v5.3.2",
  4368. "source": {
  4369. "type": "git",
  4370. "url": "https://github.com/symfony/process.git",
  4371. "reference": "714b47f9196de61a196d86c4bad5f09201b307df"
  4372. },
  4373. "dist": {
  4374. "type": "zip",
  4375. "url": "https://api.github.com/repos/symfony/process/zipball/714b47f9196de61a196d86c4bad5f09201b307df",
  4376. "reference": "714b47f9196de61a196d86c4bad5f09201b307df",
  4377. "shasum": ""
  4378. },
  4379. "require": {
  4380. "php": ">=7.2.5",
  4381. "symfony/polyfill-php80": "^1.15"
  4382. },
  4383. "type": "library",
  4384. "autoload": {
  4385. "psr-4": {
  4386. "Symfony\\Component\\Process\\": ""
  4387. },
  4388. "exclude-from-classmap": [
  4389. "/Tests/"
  4390. ]
  4391. },
  4392. "notification-url": "https://packagist.org/downloads/",
  4393. "license": [
  4394. "MIT"
  4395. ],
  4396. "authors": [
  4397. {
  4398. "name": "Fabien Potencier",
  4399. "email": "fabien@symfony.com"
  4400. },
  4401. {
  4402. "name": "Symfony Community",
  4403. "homepage": "https://symfony.com/contributors"
  4404. }
  4405. ],
  4406. "description": "Executes commands in sub-processes",
  4407. "homepage": "https://symfony.com",
  4408. "support": {
  4409. "source": "https://github.com/symfony/process/tree/v5.3.2"
  4410. },
  4411. "funding": [
  4412. {
  4413. "url": "https://symfony.com/sponsor",
  4414. "type": "custom"
  4415. },
  4416. {
  4417. "url": "https://github.com/fabpot",
  4418. "type": "github"
  4419. },
  4420. {
  4421. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4422. "type": "tidelift"
  4423. }
  4424. ],
  4425. "time": "2021-06-12T10:15:01+00:00"
  4426. },
  4427. {
  4428. "name": "symfony/routing",
  4429. "version": "v5.3.0",
  4430. "source": {
  4431. "type": "git",
  4432. "url": "https://github.com/symfony/routing.git",
  4433. "reference": "368e81376a8e049c37cb80ae87dbfbf411279199"
  4434. },
  4435. "dist": {
  4436. "type": "zip",
  4437. "url": "https://api.github.com/repos/symfony/routing/zipball/368e81376a8e049c37cb80ae87dbfbf411279199",
  4438. "reference": "368e81376a8e049c37cb80ae87dbfbf411279199",
  4439. "shasum": ""
  4440. },
  4441. "require": {
  4442. "php": ">=7.2.5",
  4443. "symfony/deprecation-contracts": "^2.1",
  4444. "symfony/polyfill-php80": "^1.15"
  4445. },
  4446. "conflict": {
  4447. "doctrine/annotations": "<1.12",
  4448. "symfony/config": "<5.3",
  4449. "symfony/dependency-injection": "<4.4",
  4450. "symfony/yaml": "<4.4"
  4451. },
  4452. "require-dev": {
  4453. "doctrine/annotations": "^1.12",
  4454. "psr/log": "~1.0",
  4455. "symfony/config": "^5.3",
  4456. "symfony/dependency-injection": "^4.4|^5.0",
  4457. "symfony/expression-language": "^4.4|^5.0",
  4458. "symfony/http-foundation": "^4.4|^5.0",
  4459. "symfony/yaml": "^4.4|^5.0"
  4460. },
  4461. "suggest": {
  4462. "symfony/config": "For using the all-in-one router or any loader",
  4463. "symfony/expression-language": "For using expression matching",
  4464. "symfony/http-foundation": "For using a Symfony Request object",
  4465. "symfony/yaml": "For using the YAML loader"
  4466. },
  4467. "type": "library",
  4468. "autoload": {
  4469. "psr-4": {
  4470. "Symfony\\Component\\Routing\\": ""
  4471. },
  4472. "exclude-from-classmap": [
  4473. "/Tests/"
  4474. ]
  4475. },
  4476. "notification-url": "https://packagist.org/downloads/",
  4477. "license": [
  4478. "MIT"
  4479. ],
  4480. "authors": [
  4481. {
  4482. "name": "Fabien Potencier",
  4483. "email": "fabien@symfony.com"
  4484. },
  4485. {
  4486. "name": "Symfony Community",
  4487. "homepage": "https://symfony.com/contributors"
  4488. }
  4489. ],
  4490. "description": "Maps an HTTP request to a set of configuration variables",
  4491. "homepage": "https://symfony.com",
  4492. "keywords": [
  4493. "router",
  4494. "routing",
  4495. "uri",
  4496. "url"
  4497. ],
  4498. "support": {
  4499. "source": "https://github.com/symfony/routing/tree/v5.3.0"
  4500. },
  4501. "funding": [
  4502. {
  4503. "url": "https://symfony.com/sponsor",
  4504. "type": "custom"
  4505. },
  4506. {
  4507. "url": "https://github.com/fabpot",
  4508. "type": "github"
  4509. },
  4510. {
  4511. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4512. "type": "tidelift"
  4513. }
  4514. ],
  4515. "time": "2021-05-26T17:43:10+00:00"
  4516. },
  4517. {
  4518. "name": "symfony/service-contracts",
  4519. "version": "v2.4.0",
  4520. "source": {
  4521. "type": "git",
  4522. "url": "https://github.com/symfony/service-contracts.git",
  4523. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
  4524. },
  4525. "dist": {
  4526. "type": "zip",
  4527. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  4528. "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
  4529. "shasum": ""
  4530. },
  4531. "require": {
  4532. "php": ">=7.2.5",
  4533. "psr/container": "^1.1"
  4534. },
  4535. "suggest": {
  4536. "symfony/service-implementation": ""
  4537. },
  4538. "type": "library",
  4539. "extra": {
  4540. "branch-alias": {
  4541. "dev-main": "2.4-dev"
  4542. },
  4543. "thanks": {
  4544. "name": "symfony/contracts",
  4545. "url": "https://github.com/symfony/contracts"
  4546. }
  4547. },
  4548. "autoload": {
  4549. "psr-4": {
  4550. "Symfony\\Contracts\\Service\\": ""
  4551. }
  4552. },
  4553. "notification-url": "https://packagist.org/downloads/",
  4554. "license": [
  4555. "MIT"
  4556. ],
  4557. "authors": [
  4558. {
  4559. "name": "Nicolas Grekas",
  4560. "email": "p@tchwork.com"
  4561. },
  4562. {
  4563. "name": "Symfony Community",
  4564. "homepage": "https://symfony.com/contributors"
  4565. }
  4566. ],
  4567. "description": "Generic abstractions related to writing services",
  4568. "homepage": "https://symfony.com",
  4569. "keywords": [
  4570. "abstractions",
  4571. "contracts",
  4572. "decoupling",
  4573. "interfaces",
  4574. "interoperability",
  4575. "standards"
  4576. ],
  4577. "support": {
  4578. "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
  4579. },
  4580. "funding": [
  4581. {
  4582. "url": "https://symfony.com/sponsor",
  4583. "type": "custom"
  4584. },
  4585. {
  4586. "url": "https://github.com/fabpot",
  4587. "type": "github"
  4588. },
  4589. {
  4590. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4591. "type": "tidelift"
  4592. }
  4593. ],
  4594. "time": "2021-04-01T10:43:52+00:00"
  4595. },
  4596. {
  4597. "name": "symfony/string",
  4598. "version": "v5.3.3",
  4599. "source": {
  4600. "type": "git",
  4601. "url": "https://github.com/symfony/string.git",
  4602. "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1"
  4603. },
  4604. "dist": {
  4605. "type": "zip",
  4606. "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
  4607. "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1",
  4608. "shasum": ""
  4609. },
  4610. "require": {
  4611. "php": ">=7.2.5",
  4612. "symfony/polyfill-ctype": "~1.8",
  4613. "symfony/polyfill-intl-grapheme": "~1.0",
  4614. "symfony/polyfill-intl-normalizer": "~1.0",
  4615. "symfony/polyfill-mbstring": "~1.0",
  4616. "symfony/polyfill-php80": "~1.15"
  4617. },
  4618. "require-dev": {
  4619. "symfony/error-handler": "^4.4|^5.0",
  4620. "symfony/http-client": "^4.4|^5.0",
  4621. "symfony/translation-contracts": "^1.1|^2",
  4622. "symfony/var-exporter": "^4.4|^5.0"
  4623. },
  4624. "type": "library",
  4625. "autoload": {
  4626. "psr-4": {
  4627. "Symfony\\Component\\String\\": ""
  4628. },
  4629. "files": [
  4630. "Resources/functions.php"
  4631. ],
  4632. "exclude-from-classmap": [
  4633. "/Tests/"
  4634. ]
  4635. },
  4636. "notification-url": "https://packagist.org/downloads/",
  4637. "license": [
  4638. "MIT"
  4639. ],
  4640. "authors": [
  4641. {
  4642. "name": "Nicolas Grekas",
  4643. "email": "p@tchwork.com"
  4644. },
  4645. {
  4646. "name": "Symfony Community",
  4647. "homepage": "https://symfony.com/contributors"
  4648. }
  4649. ],
  4650. "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
  4651. "homepage": "https://symfony.com",
  4652. "keywords": [
  4653. "grapheme",
  4654. "i18n",
  4655. "string",
  4656. "unicode",
  4657. "utf-8",
  4658. "utf8"
  4659. ],
  4660. "support": {
  4661. "source": "https://github.com/symfony/string/tree/v5.3.3"
  4662. },
  4663. "funding": [
  4664. {
  4665. "url": "https://symfony.com/sponsor",
  4666. "type": "custom"
  4667. },
  4668. {
  4669. "url": "https://github.com/fabpot",
  4670. "type": "github"
  4671. },
  4672. {
  4673. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4674. "type": "tidelift"
  4675. }
  4676. ],
  4677. "time": "2021-06-27T11:44:38+00:00"
  4678. },
  4679. {
  4680. "name": "symfony/translation",
  4681. "version": "v5.3.3",
  4682. "source": {
  4683. "type": "git",
  4684. "url": "https://github.com/symfony/translation.git",
  4685. "reference": "380b8c9e944d0e364b25f28e8e555241eb49c01c"
  4686. },
  4687. "dist": {
  4688. "type": "zip",
  4689. "url": "https://api.github.com/repos/symfony/translation/zipball/380b8c9e944d0e364b25f28e8e555241eb49c01c",
  4690. "reference": "380b8c9e944d0e364b25f28e8e555241eb49c01c",
  4691. "shasum": ""
  4692. },
  4693. "require": {
  4694. "php": ">=7.2.5",
  4695. "symfony/deprecation-contracts": "^2.1",
  4696. "symfony/polyfill-mbstring": "~1.0",
  4697. "symfony/polyfill-php80": "^1.15",
  4698. "symfony/translation-contracts": "^2.3"
  4699. },
  4700. "conflict": {
  4701. "symfony/config": "<4.4",
  4702. "symfony/dependency-injection": "<5.0",
  4703. "symfony/http-kernel": "<5.0",
  4704. "symfony/twig-bundle": "<5.0",
  4705. "symfony/yaml": "<4.4"
  4706. },
  4707. "provide": {
  4708. "symfony/translation-implementation": "2.3"
  4709. },
  4710. "require-dev": {
  4711. "psr/log": "~1.0",
  4712. "symfony/config": "^4.4|^5.0",
  4713. "symfony/console": "^4.4|^5.0",
  4714. "symfony/dependency-injection": "^5.0",
  4715. "symfony/finder": "^4.4|^5.0",
  4716. "symfony/http-kernel": "^5.0",
  4717. "symfony/intl": "^4.4|^5.0",
  4718. "symfony/polyfill-intl-icu": "^1.21",
  4719. "symfony/service-contracts": "^1.1.2|^2",
  4720. "symfony/yaml": "^4.4|^5.0"
  4721. },
  4722. "suggest": {
  4723. "psr/log-implementation": "To use logging capability in translator",
  4724. "symfony/config": "",
  4725. "symfony/yaml": ""
  4726. },
  4727. "type": "library",
  4728. "autoload": {
  4729. "files": [
  4730. "Resources/functions.php"
  4731. ],
  4732. "psr-4": {
  4733. "Symfony\\Component\\Translation\\": ""
  4734. },
  4735. "exclude-from-classmap": [
  4736. "/Tests/"
  4737. ]
  4738. },
  4739. "notification-url": "https://packagist.org/downloads/",
  4740. "license": [
  4741. "MIT"
  4742. ],
  4743. "authors": [
  4744. {
  4745. "name": "Fabien Potencier",
  4746. "email": "fabien@symfony.com"
  4747. },
  4748. {
  4749. "name": "Symfony Community",
  4750. "homepage": "https://symfony.com/contributors"
  4751. }
  4752. ],
  4753. "description": "Provides tools to internationalize your application",
  4754. "homepage": "https://symfony.com",
  4755. "support": {
  4756. "source": "https://github.com/symfony/translation/tree/v5.3.3"
  4757. },
  4758. "funding": [
  4759. {
  4760. "url": "https://symfony.com/sponsor",
  4761. "type": "custom"
  4762. },
  4763. {
  4764. "url": "https://github.com/fabpot",
  4765. "type": "github"
  4766. },
  4767. {
  4768. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4769. "type": "tidelift"
  4770. }
  4771. ],
  4772. "time": "2021-06-27T12:22:47+00:00"
  4773. },
  4774. {
  4775. "name": "symfony/translation-contracts",
  4776. "version": "v2.4.0",
  4777. "source": {
  4778. "type": "git",
  4779. "url": "https://github.com/symfony/translation-contracts.git",
  4780. "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
  4781. },
  4782. "dist": {
  4783. "type": "zip",
  4784. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
  4785. "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
  4786. "shasum": ""
  4787. },
  4788. "require": {
  4789. "php": ">=7.2.5"
  4790. },
  4791. "suggest": {
  4792. "symfony/translation-implementation": ""
  4793. },
  4794. "type": "library",
  4795. "extra": {
  4796. "branch-alias": {
  4797. "dev-main": "2.4-dev"
  4798. },
  4799. "thanks": {
  4800. "name": "symfony/contracts",
  4801. "url": "https://github.com/symfony/contracts"
  4802. }
  4803. },
  4804. "autoload": {
  4805. "psr-4": {
  4806. "Symfony\\Contracts\\Translation\\": ""
  4807. }
  4808. },
  4809. "notification-url": "https://packagist.org/downloads/",
  4810. "license": [
  4811. "MIT"
  4812. ],
  4813. "authors": [
  4814. {
  4815. "name": "Nicolas Grekas",
  4816. "email": "p@tchwork.com"
  4817. },
  4818. {
  4819. "name": "Symfony Community",
  4820. "homepage": "https://symfony.com/contributors"
  4821. }
  4822. ],
  4823. "description": "Generic abstractions related to translation",
  4824. "homepage": "https://symfony.com",
  4825. "keywords": [
  4826. "abstractions",
  4827. "contracts",
  4828. "decoupling",
  4829. "interfaces",
  4830. "interoperability",
  4831. "standards"
  4832. ],
  4833. "support": {
  4834. "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
  4835. },
  4836. "funding": [
  4837. {
  4838. "url": "https://symfony.com/sponsor",
  4839. "type": "custom"
  4840. },
  4841. {
  4842. "url": "https://github.com/fabpot",
  4843. "type": "github"
  4844. },
  4845. {
  4846. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4847. "type": "tidelift"
  4848. }
  4849. ],
  4850. "time": "2021-03-23T23:28:01+00:00"
  4851. },
  4852. {
  4853. "name": "symfony/var-dumper",
  4854. "version": "v5.3.3",
  4855. "source": {
  4856. "type": "git",
  4857. "url": "https://github.com/symfony/var-dumper.git",
  4858. "reference": "46aa709affb9ad3355bd7a810f9662d71025c384"
  4859. },
  4860. "dist": {
  4861. "type": "zip",
  4862. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/46aa709affb9ad3355bd7a810f9662d71025c384",
  4863. "reference": "46aa709affb9ad3355bd7a810f9662d71025c384",
  4864. "shasum": ""
  4865. },
  4866. "require": {
  4867. "php": ">=7.2.5",
  4868. "symfony/polyfill-mbstring": "~1.0",
  4869. "symfony/polyfill-php80": "^1.15"
  4870. },
  4871. "conflict": {
  4872. "phpunit/phpunit": "<5.4.3",
  4873. "symfony/console": "<4.4"
  4874. },
  4875. "require-dev": {
  4876. "ext-iconv": "*",
  4877. "symfony/console": "^4.4|^5.0",
  4878. "symfony/process": "^4.4|^5.0",
  4879. "twig/twig": "^2.13|^3.0.4"
  4880. },
  4881. "suggest": {
  4882. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4883. "ext-intl": "To show region name in time zone dump",
  4884. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4885. },
  4886. "bin": [
  4887. "Resources/bin/var-dump-server"
  4888. ],
  4889. "type": "library",
  4890. "autoload": {
  4891. "files": [
  4892. "Resources/functions/dump.php"
  4893. ],
  4894. "psr-4": {
  4895. "Symfony\\Component\\VarDumper\\": ""
  4896. },
  4897. "exclude-from-classmap": [
  4898. "/Tests/"
  4899. ]
  4900. },
  4901. "notification-url": "https://packagist.org/downloads/",
  4902. "license": [
  4903. "MIT"
  4904. ],
  4905. "authors": [
  4906. {
  4907. "name": "Nicolas Grekas",
  4908. "email": "p@tchwork.com"
  4909. },
  4910. {
  4911. "name": "Symfony Community",
  4912. "homepage": "https://symfony.com/contributors"
  4913. }
  4914. ],
  4915. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  4916. "homepage": "https://symfony.com",
  4917. "keywords": [
  4918. "debug",
  4919. "dump"
  4920. ],
  4921. "support": {
  4922. "source": "https://github.com/symfony/var-dumper/tree/v5.3.3"
  4923. },
  4924. "funding": [
  4925. {
  4926. "url": "https://symfony.com/sponsor",
  4927. "type": "custom"
  4928. },
  4929. {
  4930. "url": "https://github.com/fabpot",
  4931. "type": "github"
  4932. },
  4933. {
  4934. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4935. "type": "tidelift"
  4936. }
  4937. ],
  4938. "time": "2021-06-24T08:13:00+00:00"
  4939. },
  4940. {
  4941. "name": "tijsverkoyen/css-to-inline-styles",
  4942. "version": "2.2.3",
  4943. "source": {
  4944. "type": "git",
  4945. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  4946. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
  4947. },
  4948. "dist": {
  4949. "type": "zip",
  4950. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4951. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4952. "shasum": ""
  4953. },
  4954. "require": {
  4955. "ext-dom": "*",
  4956. "ext-libxml": "*",
  4957. "php": "^5.5 || ^7.0 || ^8.0",
  4958. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  4959. },
  4960. "require-dev": {
  4961. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
  4962. },
  4963. "type": "library",
  4964. "extra": {
  4965. "branch-alias": {
  4966. "dev-master": "2.2.x-dev"
  4967. }
  4968. },
  4969. "autoload": {
  4970. "psr-4": {
  4971. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  4972. }
  4973. },
  4974. "notification-url": "https://packagist.org/downloads/",
  4975. "license": [
  4976. "BSD-3-Clause"
  4977. ],
  4978. "authors": [
  4979. {
  4980. "name": "Tijs Verkoyen",
  4981. "email": "css_to_inline_styles@verkoyen.eu",
  4982. "role": "Developer"
  4983. }
  4984. ],
  4985. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  4986. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  4987. "support": {
  4988. "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
  4989. "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
  4990. },
  4991. "time": "2020-07-13T06:12:54+00:00"
  4992. },
  4993. {
  4994. "name": "vlucas/phpdotenv",
  4995. "version": "v5.3.0",
  4996. "source": {
  4997. "type": "git",
  4998. "url": "https://github.com/vlucas/phpdotenv.git",
  4999. "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
  5000. },
  5001. "dist": {
  5002. "type": "zip",
  5003. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
  5004. "reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
  5005. "shasum": ""
  5006. },
  5007. "require": {
  5008. "ext-pcre": "*",
  5009. "graham-campbell/result-type": "^1.0.1",
  5010. "php": "^7.1.3 || ^8.0",
  5011. "phpoption/phpoption": "^1.7.4",
  5012. "symfony/polyfill-ctype": "^1.17",
  5013. "symfony/polyfill-mbstring": "^1.17",
  5014. "symfony/polyfill-php80": "^1.17"
  5015. },
  5016. "require-dev": {
  5017. "bamarni/composer-bin-plugin": "^1.4.1",
  5018. "ext-filter": "*",
  5019. "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
  5020. },
  5021. "suggest": {
  5022. "ext-filter": "Required to use the boolean validator."
  5023. },
  5024. "type": "library",
  5025. "extra": {
  5026. "branch-alias": {
  5027. "dev-master": "5.3-dev"
  5028. }
  5029. },
  5030. "autoload": {
  5031. "psr-4": {
  5032. "Dotenv\\": "src/"
  5033. }
  5034. },
  5035. "notification-url": "https://packagist.org/downloads/",
  5036. "license": [
  5037. "BSD-3-Clause"
  5038. ],
  5039. "authors": [
  5040. {
  5041. "name": "Graham Campbell",
  5042. "email": "graham@alt-three.com",
  5043. "homepage": "https://gjcampbell.co.uk/"
  5044. },
  5045. {
  5046. "name": "Vance Lucas",
  5047. "email": "vance@vancelucas.com",
  5048. "homepage": "https://vancelucas.com/"
  5049. }
  5050. ],
  5051. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  5052. "keywords": [
  5053. "dotenv",
  5054. "env",
  5055. "environment"
  5056. ],
  5057. "support": {
  5058. "issues": "https://github.com/vlucas/phpdotenv/issues",
  5059. "source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
  5060. },
  5061. "funding": [
  5062. {
  5063. "url": "https://github.com/GrahamCampbell",
  5064. "type": "github"
  5065. },
  5066. {
  5067. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  5068. "type": "tidelift"
  5069. }
  5070. ],
  5071. "time": "2021-01-20T15:23:13+00:00"
  5072. },
  5073. {
  5074. "name": "voku/portable-ascii",
  5075. "version": "1.5.6",
  5076. "source": {
  5077. "type": "git",
  5078. "url": "https://github.com/voku/portable-ascii.git",
  5079. "reference": "80953678b19901e5165c56752d087fc11526017c"
  5080. },
  5081. "dist": {
  5082. "type": "zip",
  5083. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
  5084. "reference": "80953678b19901e5165c56752d087fc11526017c",
  5085. "shasum": ""
  5086. },
  5087. "require": {
  5088. "php": ">=7.0.0"
  5089. },
  5090. "require-dev": {
  5091. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  5092. },
  5093. "suggest": {
  5094. "ext-intl": "Use Intl for transliterator_transliterate() support"
  5095. },
  5096. "type": "library",
  5097. "autoload": {
  5098. "psr-4": {
  5099. "voku\\": "src/voku/"
  5100. }
  5101. },
  5102. "notification-url": "https://packagist.org/downloads/",
  5103. "license": [
  5104. "MIT"
  5105. ],
  5106. "authors": [
  5107. {
  5108. "name": "Lars Moelleken",
  5109. "homepage": "http://www.moelleken.org/"
  5110. }
  5111. ],
  5112. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  5113. "homepage": "https://github.com/voku/portable-ascii",
  5114. "keywords": [
  5115. "ascii",
  5116. "clean",
  5117. "php"
  5118. ],
  5119. "support": {
  5120. "issues": "https://github.com/voku/portable-ascii/issues",
  5121. "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
  5122. },
  5123. "funding": [
  5124. {
  5125. "url": "https://www.paypal.me/moelleken",
  5126. "type": "custom"
  5127. },
  5128. {
  5129. "url": "https://github.com/voku",
  5130. "type": "github"
  5131. },
  5132. {
  5133. "url": "https://opencollective.com/portable-ascii",
  5134. "type": "open_collective"
  5135. },
  5136. {
  5137. "url": "https://www.patreon.com/voku",
  5138. "type": "patreon"
  5139. },
  5140. {
  5141. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  5142. "type": "tidelift"
  5143. }
  5144. ],
  5145. "time": "2020-11-12T00:07:28+00:00"
  5146. },
  5147. {
  5148. "name": "webmozart/assert",
  5149. "version": "1.10.0",
  5150. "source": {
  5151. "type": "git",
  5152. "url": "https://github.com/webmozarts/assert.git",
  5153. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
  5154. },
  5155. "dist": {
  5156. "type": "zip",
  5157. "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
  5158. "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
  5159. "shasum": ""
  5160. },
  5161. "require": {
  5162. "php": "^7.2 || ^8.0",
  5163. "symfony/polyfill-ctype": "^1.8"
  5164. },
  5165. "conflict": {
  5166. "phpstan/phpstan": "<0.12.20",
  5167. "vimeo/psalm": "<4.6.1 || 4.6.2"
  5168. },
  5169. "require-dev": {
  5170. "phpunit/phpunit": "^8.5.13"
  5171. },
  5172. "type": "library",
  5173. "extra": {
  5174. "branch-alias": {
  5175. "dev-master": "1.10-dev"
  5176. }
  5177. },
  5178. "autoload": {
  5179. "psr-4": {
  5180. "Webmozart\\Assert\\": "src/"
  5181. }
  5182. },
  5183. "notification-url": "https://packagist.org/downloads/",
  5184. "license": [
  5185. "MIT"
  5186. ],
  5187. "authors": [
  5188. {
  5189. "name": "Bernhard Schussek",
  5190. "email": "bschussek@gmail.com"
  5191. }
  5192. ],
  5193. "description": "Assertions to validate method input/output with nice error messages.",
  5194. "keywords": [
  5195. "assert",
  5196. "check",
  5197. "validate"
  5198. ],
  5199. "support": {
  5200. "issues": "https://github.com/webmozarts/assert/issues",
  5201. "source": "https://github.com/webmozarts/assert/tree/1.10.0"
  5202. },
  5203. "time": "2021-03-09T10:59:23+00:00"
  5204. }
  5205. ],
  5206. "packages-dev": [
  5207. {
  5208. "name": "doctrine/instantiator",
  5209. "version": "1.4.0",
  5210. "source": {
  5211. "type": "git",
  5212. "url": "https://github.com/doctrine/instantiator.git",
  5213. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  5214. },
  5215. "dist": {
  5216. "type": "zip",
  5217. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  5218. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  5219. "shasum": ""
  5220. },
  5221. "require": {
  5222. "php": "^7.1 || ^8.0"
  5223. },
  5224. "require-dev": {
  5225. "doctrine/coding-standard": "^8.0",
  5226. "ext-pdo": "*",
  5227. "ext-phar": "*",
  5228. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  5229. "phpstan/phpstan": "^0.12",
  5230. "phpstan/phpstan-phpunit": "^0.12",
  5231. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  5232. },
  5233. "type": "library",
  5234. "autoload": {
  5235. "psr-4": {
  5236. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  5237. }
  5238. },
  5239. "notification-url": "https://packagist.org/downloads/",
  5240. "license": [
  5241. "MIT"
  5242. ],
  5243. "authors": [
  5244. {
  5245. "name": "Marco Pivetta",
  5246. "email": "ocramius@gmail.com",
  5247. "homepage": "https://ocramius.github.io/"
  5248. }
  5249. ],
  5250. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  5251. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  5252. "keywords": [
  5253. "constructor",
  5254. "instantiate"
  5255. ],
  5256. "support": {
  5257. "issues": "https://github.com/doctrine/instantiator/issues",
  5258. "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
  5259. },
  5260. "funding": [
  5261. {
  5262. "url": "https://www.doctrine-project.org/sponsorship.html",
  5263. "type": "custom"
  5264. },
  5265. {
  5266. "url": "https://www.patreon.com/phpdoctrine",
  5267. "type": "patreon"
  5268. },
  5269. {
  5270. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  5271. "type": "tidelift"
  5272. }
  5273. ],
  5274. "time": "2020-11-10T18:47:58+00:00"
  5275. },
  5276. {
  5277. "name": "facade/flare-client-php",
  5278. "version": "1.8.1",
  5279. "source": {
  5280. "type": "git",
  5281. "url": "https://github.com/facade/flare-client-php.git",
  5282. "reference": "47b639dc02bcfdfc4ebb83de703856fa01e35f5f"
  5283. },
  5284. "dist": {
  5285. "type": "zip",
  5286. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/47b639dc02bcfdfc4ebb83de703856fa01e35f5f",
  5287. "reference": "47b639dc02bcfdfc4ebb83de703856fa01e35f5f",
  5288. "shasum": ""
  5289. },
  5290. "require": {
  5291. "facade/ignition-contracts": "~1.0",
  5292. "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
  5293. "php": "^7.1|^8.0",
  5294. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  5295. "symfony/mime": "^3.4|^4.0|^5.1",
  5296. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  5297. },
  5298. "require-dev": {
  5299. "friendsofphp/php-cs-fixer": "^2.14",
  5300. "phpunit/phpunit": "^7.5.16",
  5301. "spatie/phpunit-snapshot-assertions": "^2.0"
  5302. },
  5303. "type": "library",
  5304. "extra": {
  5305. "branch-alias": {
  5306. "dev-master": "1.0-dev"
  5307. }
  5308. },
  5309. "autoload": {
  5310. "psr-4": {
  5311. "Facade\\FlareClient\\": "src"
  5312. },
  5313. "files": [
  5314. "src/helpers.php"
  5315. ]
  5316. },
  5317. "notification-url": "https://packagist.org/downloads/",
  5318. "license": [
  5319. "MIT"
  5320. ],
  5321. "description": "Send PHP errors to Flare",
  5322. "homepage": "https://github.com/facade/flare-client-php",
  5323. "keywords": [
  5324. "exception",
  5325. "facade",
  5326. "flare",
  5327. "reporting"
  5328. ],
  5329. "support": {
  5330. "issues": "https://github.com/facade/flare-client-php/issues",
  5331. "source": "https://github.com/facade/flare-client-php/tree/1.8.1"
  5332. },
  5333. "funding": [
  5334. {
  5335. "url": "https://github.com/spatie",
  5336. "type": "github"
  5337. }
  5338. ],
  5339. "time": "2021-05-31T19:23:29+00:00"
  5340. },
  5341. {
  5342. "name": "facade/ignition",
  5343. "version": "2.11.2",
  5344. "source": {
  5345. "type": "git",
  5346. "url": "https://github.com/facade/ignition.git",
  5347. "reference": "7c4e7a7da184cd00c7ce6eacc590200bb9672de7"
  5348. },
  5349. "dist": {
  5350. "type": "zip",
  5351. "url": "https://api.github.com/repos/facade/ignition/zipball/7c4e7a7da184cd00c7ce6eacc590200bb9672de7",
  5352. "reference": "7c4e7a7da184cd00c7ce6eacc590200bb9672de7",
  5353. "shasum": ""
  5354. },
  5355. "require": {
  5356. "ext-json": "*",
  5357. "ext-mbstring": "*",
  5358. "facade/flare-client-php": "^1.6",
  5359. "facade/ignition-contracts": "^1.0.2",
  5360. "illuminate/support": "^7.0|^8.0",
  5361. "monolog/monolog": "^2.0",
  5362. "php": "^7.2.5|^8.0",
  5363. "symfony/console": "^5.0",
  5364. "symfony/var-dumper": "^5.0"
  5365. },
  5366. "require-dev": {
  5367. "friendsofphp/php-cs-fixer": "^2.14",
  5368. "mockery/mockery": "^1.3",
  5369. "orchestra/testbench": "^5.0|^6.0",
  5370. "psalm/plugin-laravel": "^1.2"
  5371. },
  5372. "suggest": {
  5373. "laravel/telescope": "^3.1"
  5374. },
  5375. "type": "library",
  5376. "extra": {
  5377. "branch-alias": {
  5378. "dev-master": "2.x-dev"
  5379. },
  5380. "laravel": {
  5381. "providers": [
  5382. "Facade\\Ignition\\IgnitionServiceProvider"
  5383. ],
  5384. "aliases": {
  5385. "Flare": "Facade\\Ignition\\Facades\\Flare"
  5386. }
  5387. }
  5388. },
  5389. "autoload": {
  5390. "psr-4": {
  5391. "Facade\\Ignition\\": "src"
  5392. },
  5393. "files": [
  5394. "src/helpers.php"
  5395. ]
  5396. },
  5397. "notification-url": "https://packagist.org/downloads/",
  5398. "license": [
  5399. "MIT"
  5400. ],
  5401. "description": "A beautiful error page for Laravel applications.",
  5402. "homepage": "https://github.com/facade/ignition",
  5403. "keywords": [
  5404. "error",
  5405. "flare",
  5406. "laravel",
  5407. "page"
  5408. ],
  5409. "support": {
  5410. "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
  5411. "forum": "https://twitter.com/flareappio",
  5412. "issues": "https://github.com/facade/ignition/issues",
  5413. "source": "https://github.com/facade/ignition"
  5414. },
  5415. "time": "2021-07-20T14:01:22+00:00"
  5416. },
  5417. {
  5418. "name": "facade/ignition-contracts",
  5419. "version": "1.0.2",
  5420. "source": {
  5421. "type": "git",
  5422. "url": "https://github.com/facade/ignition-contracts.git",
  5423. "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
  5424. },
  5425. "dist": {
  5426. "type": "zip",
  5427. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
  5428. "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
  5429. "shasum": ""
  5430. },
  5431. "require": {
  5432. "php": "^7.3|^8.0"
  5433. },
  5434. "require-dev": {
  5435. "friendsofphp/php-cs-fixer": "^v2.15.8",
  5436. "phpunit/phpunit": "^9.3.11",
  5437. "vimeo/psalm": "^3.17.1"
  5438. },
  5439. "type": "library",
  5440. "autoload": {
  5441. "psr-4": {
  5442. "Facade\\IgnitionContracts\\": "src"
  5443. }
  5444. },
  5445. "notification-url": "https://packagist.org/downloads/",
  5446. "license": [
  5447. "MIT"
  5448. ],
  5449. "authors": [
  5450. {
  5451. "name": "Freek Van der Herten",
  5452. "email": "freek@spatie.be",
  5453. "homepage": "https://flareapp.io",
  5454. "role": "Developer"
  5455. }
  5456. ],
  5457. "description": "Solution contracts for Ignition",
  5458. "homepage": "https://github.com/facade/ignition-contracts",
  5459. "keywords": [
  5460. "contracts",
  5461. "flare",
  5462. "ignition"
  5463. ],
  5464. "support": {
  5465. "issues": "https://github.com/facade/ignition-contracts/issues",
  5466. "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
  5467. },
  5468. "time": "2020-10-16T08:27:54+00:00"
  5469. },
  5470. {
  5471. "name": "fakerphp/faker",
  5472. "version": "v1.15.0",
  5473. "source": {
  5474. "type": "git",
  5475. "url": "https://github.com/FakerPHP/Faker.git",
  5476. "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e"
  5477. },
  5478. "dist": {
  5479. "type": "zip",
  5480. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/89c6201c74db25fa759ff16e78a4d8f32547770e",
  5481. "reference": "89c6201c74db25fa759ff16e78a4d8f32547770e",
  5482. "shasum": ""
  5483. },
  5484. "require": {
  5485. "php": "^7.1 || ^8.0",
  5486. "psr/container": "^1.0",
  5487. "symfony/deprecation-contracts": "^2.2"
  5488. },
  5489. "conflict": {
  5490. "fzaninotto/faker": "*"
  5491. },
  5492. "require-dev": {
  5493. "bamarni/composer-bin-plugin": "^1.4.1",
  5494. "ext-intl": "*",
  5495. "symfony/phpunit-bridge": "^4.4 || ^5.2"
  5496. },
  5497. "suggest": {
  5498. "ext-curl": "Required by Faker\\Provider\\Image to download images.",
  5499. "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
  5500. "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
  5501. "ext-mbstring": "Required for multibyte Unicode string functionality."
  5502. },
  5503. "type": "library",
  5504. "extra": {
  5505. "branch-alias": {
  5506. "dev-main": "v1.15-dev"
  5507. }
  5508. },
  5509. "autoload": {
  5510. "psr-4": {
  5511. "Faker\\": "src/Faker/"
  5512. }
  5513. },
  5514. "notification-url": "https://packagist.org/downloads/",
  5515. "license": [
  5516. "MIT"
  5517. ],
  5518. "authors": [
  5519. {
  5520. "name": "François Zaninotto"
  5521. }
  5522. ],
  5523. "description": "Faker is a PHP library that generates fake data for you.",
  5524. "keywords": [
  5525. "data",
  5526. "faker",
  5527. "fixtures"
  5528. ],
  5529. "support": {
  5530. "issues": "https://github.com/FakerPHP/Faker/issues",
  5531. "source": "https://github.com/FakerPHP/Faker/tree/v1.15.0"
  5532. },
  5533. "time": "2021-07-06T20:39:40+00:00"
  5534. },
  5535. {
  5536. "name": "filp/whoops",
  5537. "version": "2.14.0",
  5538. "source": {
  5539. "type": "git",
  5540. "url": "https://github.com/filp/whoops.git",
  5541. "reference": "fdf92f03e150ed84d5967a833ae93abffac0315b"
  5542. },
  5543. "dist": {
  5544. "type": "zip",
  5545. "url": "https://api.github.com/repos/filp/whoops/zipball/fdf92f03e150ed84d5967a833ae93abffac0315b",
  5546. "reference": "fdf92f03e150ed84d5967a833ae93abffac0315b",
  5547. "shasum": ""
  5548. },
  5549. "require": {
  5550. "php": "^5.5.9 || ^7.0 || ^8.0",
  5551. "psr/log": "^1.0.1"
  5552. },
  5553. "require-dev": {
  5554. "mockery/mockery": "^0.9 || ^1.0",
  5555. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
  5556. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  5557. },
  5558. "suggest": {
  5559. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  5560. "whoops/soap": "Formats errors as SOAP responses"
  5561. },
  5562. "type": "library",
  5563. "extra": {
  5564. "branch-alias": {
  5565. "dev-master": "2.7-dev"
  5566. }
  5567. },
  5568. "autoload": {
  5569. "psr-4": {
  5570. "Whoops\\": "src/Whoops/"
  5571. }
  5572. },
  5573. "notification-url": "https://packagist.org/downloads/",
  5574. "license": [
  5575. "MIT"
  5576. ],
  5577. "authors": [
  5578. {
  5579. "name": "Filipe Dobreira",
  5580. "homepage": "https://github.com/filp",
  5581. "role": "Developer"
  5582. }
  5583. ],
  5584. "description": "php error handling for cool kids",
  5585. "homepage": "https://filp.github.io/whoops/",
  5586. "keywords": [
  5587. "error",
  5588. "exception",
  5589. "handling",
  5590. "library",
  5591. "throwable",
  5592. "whoops"
  5593. ],
  5594. "support": {
  5595. "issues": "https://github.com/filp/whoops/issues",
  5596. "source": "https://github.com/filp/whoops/tree/2.14.0"
  5597. },
  5598. "funding": [
  5599. {
  5600. "url": "https://github.com/denis-sokolov",
  5601. "type": "github"
  5602. }
  5603. ],
  5604. "time": "2021-07-13T12:00:00+00:00"
  5605. },
  5606. {
  5607. "name": "hamcrest/hamcrest-php",
  5608. "version": "v2.0.1",
  5609. "source": {
  5610. "type": "git",
  5611. "url": "https://github.com/hamcrest/hamcrest-php.git",
  5612. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  5613. },
  5614. "dist": {
  5615. "type": "zip",
  5616. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5617. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  5618. "shasum": ""
  5619. },
  5620. "require": {
  5621. "php": "^5.3|^7.0|^8.0"
  5622. },
  5623. "replace": {
  5624. "cordoval/hamcrest-php": "*",
  5625. "davedevelopment/hamcrest-php": "*",
  5626. "kodova/hamcrest-php": "*"
  5627. },
  5628. "require-dev": {
  5629. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  5630. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  5631. },
  5632. "type": "library",
  5633. "extra": {
  5634. "branch-alias": {
  5635. "dev-master": "2.1-dev"
  5636. }
  5637. },
  5638. "autoload": {
  5639. "classmap": [
  5640. "hamcrest"
  5641. ]
  5642. },
  5643. "notification-url": "https://packagist.org/downloads/",
  5644. "license": [
  5645. "BSD-3-Clause"
  5646. ],
  5647. "description": "This is the PHP port of Hamcrest Matchers",
  5648. "keywords": [
  5649. "test"
  5650. ],
  5651. "support": {
  5652. "issues": "https://github.com/hamcrest/hamcrest-php/issues",
  5653. "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
  5654. },
  5655. "time": "2020-07-09T08:09:16+00:00"
  5656. },
  5657. {
  5658. "name": "laravel/sail",
  5659. "version": "v1.8.6",
  5660. "source": {
  5661. "type": "git",
  5662. "url": "https://github.com/laravel/sail.git",
  5663. "reference": "51ecfe0f048f8f8e6c5617e02a1f67ca22817c98"
  5664. },
  5665. "dist": {
  5666. "type": "zip",
  5667. "url": "https://api.github.com/repos/laravel/sail/zipball/51ecfe0f048f8f8e6c5617e02a1f67ca22817c98",
  5668. "reference": "51ecfe0f048f8f8e6c5617e02a1f67ca22817c98",
  5669. "shasum": ""
  5670. },
  5671. "require": {
  5672. "illuminate/console": "^8.0|^9.0",
  5673. "illuminate/contracts": "^8.0|^9.0",
  5674. "illuminate/support": "^8.0|^9.0",
  5675. "php": "^7.3|^8.0"
  5676. },
  5677. "bin": [
  5678. "bin/sail"
  5679. ],
  5680. "type": "library",
  5681. "extra": {
  5682. "branch-alias": {
  5683. "dev-master": "1.x-dev"
  5684. },
  5685. "laravel": {
  5686. "providers": [
  5687. "Laravel\\Sail\\SailServiceProvider"
  5688. ]
  5689. }
  5690. },
  5691. "autoload": {
  5692. "psr-4": {
  5693. "Laravel\\Sail\\": "src/"
  5694. }
  5695. },
  5696. "notification-url": "https://packagist.org/downloads/",
  5697. "license": [
  5698. "MIT"
  5699. ],
  5700. "authors": [
  5701. {
  5702. "name": "Taylor Otwell",
  5703. "email": "taylor@laravel.com"
  5704. }
  5705. ],
  5706. "description": "Docker files for running a basic Laravel application.",
  5707. "keywords": [
  5708. "docker",
  5709. "laravel"
  5710. ],
  5711. "support": {
  5712. "issues": "https://github.com/laravel/sail/issues",
  5713. "source": "https://github.com/laravel/sail"
  5714. },
  5715. "time": "2021-07-15T07:35:41+00:00"
  5716. },
  5717. {
  5718. "name": "mockery/mockery",
  5719. "version": "1.4.3",
  5720. "source": {
  5721. "type": "git",
  5722. "url": "https://github.com/mockery/mockery.git",
  5723. "reference": "d1339f64479af1bee0e82a0413813fe5345a54ea"
  5724. },
  5725. "dist": {
  5726. "type": "zip",
  5727. "url": "https://api.github.com/repos/mockery/mockery/zipball/d1339f64479af1bee0e82a0413813fe5345a54ea",
  5728. "reference": "d1339f64479af1bee0e82a0413813fe5345a54ea",
  5729. "shasum": ""
  5730. },
  5731. "require": {
  5732. "hamcrest/hamcrest-php": "^2.0.1",
  5733. "lib-pcre": ">=7.0",
  5734. "php": "^7.3 || ^8.0"
  5735. },
  5736. "conflict": {
  5737. "phpunit/phpunit": "<8.0"
  5738. },
  5739. "require-dev": {
  5740. "phpunit/phpunit": "^8.5 || ^9.3"
  5741. },
  5742. "type": "library",
  5743. "extra": {
  5744. "branch-alias": {
  5745. "dev-master": "1.4.x-dev"
  5746. }
  5747. },
  5748. "autoload": {
  5749. "psr-0": {
  5750. "Mockery": "library/"
  5751. }
  5752. },
  5753. "notification-url": "https://packagist.org/downloads/",
  5754. "license": [
  5755. "BSD-3-Clause"
  5756. ],
  5757. "authors": [
  5758. {
  5759. "name": "Pádraic Brady",
  5760. "email": "padraic.brady@gmail.com",
  5761. "homepage": "http://blog.astrumfutura.com"
  5762. },
  5763. {
  5764. "name": "Dave Marshall",
  5765. "email": "dave.marshall@atstsolutions.co.uk",
  5766. "homepage": "http://davedevelopment.co.uk"
  5767. }
  5768. ],
  5769. "description": "Mockery is a simple yet flexible PHP mock object framework",
  5770. "homepage": "https://github.com/mockery/mockery",
  5771. "keywords": [
  5772. "BDD",
  5773. "TDD",
  5774. "library",
  5775. "mock",
  5776. "mock objects",
  5777. "mockery",
  5778. "stub",
  5779. "test",
  5780. "test double",
  5781. "testing"
  5782. ],
  5783. "support": {
  5784. "issues": "https://github.com/mockery/mockery/issues",
  5785. "source": "https://github.com/mockery/mockery/tree/1.4.3"
  5786. },
  5787. "time": "2021-02-24T09:51:49+00:00"
  5788. },
  5789. {
  5790. "name": "myclabs/deep-copy",
  5791. "version": "1.10.2",
  5792. "source": {
  5793. "type": "git",
  5794. "url": "https://github.com/myclabs/DeepCopy.git",
  5795. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  5796. },
  5797. "dist": {
  5798. "type": "zip",
  5799. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  5800. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  5801. "shasum": ""
  5802. },
  5803. "require": {
  5804. "php": "^7.1 || ^8.0"
  5805. },
  5806. "replace": {
  5807. "myclabs/deep-copy": "self.version"
  5808. },
  5809. "require-dev": {
  5810. "doctrine/collections": "^1.0",
  5811. "doctrine/common": "^2.6",
  5812. "phpunit/phpunit": "^7.1"
  5813. },
  5814. "type": "library",
  5815. "autoload": {
  5816. "psr-4": {
  5817. "DeepCopy\\": "src/DeepCopy/"
  5818. },
  5819. "files": [
  5820. "src/DeepCopy/deep_copy.php"
  5821. ]
  5822. },
  5823. "notification-url": "https://packagist.org/downloads/",
  5824. "license": [
  5825. "MIT"
  5826. ],
  5827. "description": "Create deep copies (clones) of your objects",
  5828. "keywords": [
  5829. "clone",
  5830. "copy",
  5831. "duplicate",
  5832. "object",
  5833. "object graph"
  5834. ],
  5835. "support": {
  5836. "issues": "https://github.com/myclabs/DeepCopy/issues",
  5837. "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
  5838. },
  5839. "funding": [
  5840. {
  5841. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  5842. "type": "tidelift"
  5843. }
  5844. ],
  5845. "time": "2020-11-13T09:40:50+00:00"
  5846. },
  5847. {
  5848. "name": "nunomaduro/collision",
  5849. "version": "v5.5.0",
  5850. "source": {
  5851. "type": "git",
  5852. "url": "https://github.com/nunomaduro/collision.git",
  5853. "reference": "b5cb36122f1c142c3c3ee20a0ae778439ef0244b"
  5854. },
  5855. "dist": {
  5856. "type": "zip",
  5857. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b5cb36122f1c142c3c3ee20a0ae778439ef0244b",
  5858. "reference": "b5cb36122f1c142c3c3ee20a0ae778439ef0244b",
  5859. "shasum": ""
  5860. },
  5861. "require": {
  5862. "facade/ignition-contracts": "^1.0",
  5863. "filp/whoops": "^2.7.2",
  5864. "php": "^7.3 || ^8.0",
  5865. "symfony/console": "^5.0"
  5866. },
  5867. "require-dev": {
  5868. "brianium/paratest": "^6.1",
  5869. "fideloper/proxy": "^4.4.1",
  5870. "friendsofphp/php-cs-fixer": "^2.17.3",
  5871. "fruitcake/laravel-cors": "^2.0.3",
  5872. "laravel/framework": "^9.0",
  5873. "nunomaduro/larastan": "^0.6.2",
  5874. "nunomaduro/mock-final-classes": "^1.0",
  5875. "orchestra/testbench": "^7.0",
  5876. "phpstan/phpstan": "^0.12.64",
  5877. "phpunit/phpunit": "^9.5.0"
  5878. },
  5879. "type": "library",
  5880. "extra": {
  5881. "laravel": {
  5882. "providers": [
  5883. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  5884. ]
  5885. }
  5886. },
  5887. "autoload": {
  5888. "psr-4": {
  5889. "NunoMaduro\\Collision\\": "src/"
  5890. }
  5891. },
  5892. "notification-url": "https://packagist.org/downloads/",
  5893. "license": [
  5894. "MIT"
  5895. ],
  5896. "authors": [
  5897. {
  5898. "name": "Nuno Maduro",
  5899. "email": "enunomaduro@gmail.com"
  5900. }
  5901. ],
  5902. "description": "Cli error handling for console/command-line PHP applications.",
  5903. "keywords": [
  5904. "artisan",
  5905. "cli",
  5906. "command-line",
  5907. "console",
  5908. "error",
  5909. "handling",
  5910. "laravel",
  5911. "laravel-zero",
  5912. "php",
  5913. "symfony"
  5914. ],
  5915. "support": {
  5916. "issues": "https://github.com/nunomaduro/collision/issues",
  5917. "source": "https://github.com/nunomaduro/collision"
  5918. },
  5919. "funding": [
  5920. {
  5921. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
  5922. "type": "custom"
  5923. },
  5924. {
  5925. "url": "https://github.com/nunomaduro",
  5926. "type": "github"
  5927. },
  5928. {
  5929. "url": "https://www.patreon.com/nunomaduro",
  5930. "type": "patreon"
  5931. }
  5932. ],
  5933. "time": "2021-06-22T20:47:22+00:00"
  5934. },
  5935. {
  5936. "name": "phar-io/manifest",
  5937. "version": "2.0.3",
  5938. "source": {
  5939. "type": "git",
  5940. "url": "https://github.com/phar-io/manifest.git",
  5941. "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
  5942. },
  5943. "dist": {
  5944. "type": "zip",
  5945. "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
  5946. "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
  5947. "shasum": ""
  5948. },
  5949. "require": {
  5950. "ext-dom": "*",
  5951. "ext-phar": "*",
  5952. "ext-xmlwriter": "*",
  5953. "phar-io/version": "^3.0.1",
  5954. "php": "^7.2 || ^8.0"
  5955. },
  5956. "type": "library",
  5957. "extra": {
  5958. "branch-alias": {
  5959. "dev-master": "2.0.x-dev"
  5960. }
  5961. },
  5962. "autoload": {
  5963. "classmap": [
  5964. "src/"
  5965. ]
  5966. },
  5967. "notification-url": "https://packagist.org/downloads/",
  5968. "license": [
  5969. "BSD-3-Clause"
  5970. ],
  5971. "authors": [
  5972. {
  5973. "name": "Arne Blankerts",
  5974. "email": "arne@blankerts.de",
  5975. "role": "Developer"
  5976. },
  5977. {
  5978. "name": "Sebastian Heuer",
  5979. "email": "sebastian@phpeople.de",
  5980. "role": "Developer"
  5981. },
  5982. {
  5983. "name": "Sebastian Bergmann",
  5984. "email": "sebastian@phpunit.de",
  5985. "role": "Developer"
  5986. }
  5987. ],
  5988. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  5989. "support": {
  5990. "issues": "https://github.com/phar-io/manifest/issues",
  5991. "source": "https://github.com/phar-io/manifest/tree/2.0.3"
  5992. },
  5993. "time": "2021-07-20T11:28:43+00:00"
  5994. },
  5995. {
  5996. "name": "phar-io/version",
  5997. "version": "3.1.0",
  5998. "source": {
  5999. "type": "git",
  6000. "url": "https://github.com/phar-io/version.git",
  6001. "reference": "bae7c545bef187884426f042434e561ab1ddb182"
  6002. },
  6003. "dist": {
  6004. "type": "zip",
  6005. "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
  6006. "reference": "bae7c545bef187884426f042434e561ab1ddb182",
  6007. "shasum": ""
  6008. },
  6009. "require": {
  6010. "php": "^7.2 || ^8.0"
  6011. },
  6012. "type": "library",
  6013. "autoload": {
  6014. "classmap": [
  6015. "src/"
  6016. ]
  6017. },
  6018. "notification-url": "https://packagist.org/downloads/",
  6019. "license": [
  6020. "BSD-3-Clause"
  6021. ],
  6022. "authors": [
  6023. {
  6024. "name": "Arne Blankerts",
  6025. "email": "arne@blankerts.de",
  6026. "role": "Developer"
  6027. },
  6028. {
  6029. "name": "Sebastian Heuer",
  6030. "email": "sebastian@phpeople.de",
  6031. "role": "Developer"
  6032. },
  6033. {
  6034. "name": "Sebastian Bergmann",
  6035. "email": "sebastian@phpunit.de",
  6036. "role": "Developer"
  6037. }
  6038. ],
  6039. "description": "Library for handling version information and constraints",
  6040. "support": {
  6041. "issues": "https://github.com/phar-io/version/issues",
  6042. "source": "https://github.com/phar-io/version/tree/3.1.0"
  6043. },
  6044. "time": "2021-02-23T14:00:09+00:00"
  6045. },
  6046. {
  6047. "name": "phpdocumentor/reflection-common",
  6048. "version": "2.2.0",
  6049. "source": {
  6050. "type": "git",
  6051. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  6052. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  6053. },
  6054. "dist": {
  6055. "type": "zip",
  6056. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  6057. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  6058. "shasum": ""
  6059. },
  6060. "require": {
  6061. "php": "^7.2 || ^8.0"
  6062. },
  6063. "type": "library",
  6064. "extra": {
  6065. "branch-alias": {
  6066. "dev-2.x": "2.x-dev"
  6067. }
  6068. },
  6069. "autoload": {
  6070. "psr-4": {
  6071. "phpDocumentor\\Reflection\\": "src/"
  6072. }
  6073. },
  6074. "notification-url": "https://packagist.org/downloads/",
  6075. "license": [
  6076. "MIT"
  6077. ],
  6078. "authors": [
  6079. {
  6080. "name": "Jaap van Otterdijk",
  6081. "email": "opensource@ijaap.nl"
  6082. }
  6083. ],
  6084. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  6085. "homepage": "http://www.phpdoc.org",
  6086. "keywords": [
  6087. "FQSEN",
  6088. "phpDocumentor",
  6089. "phpdoc",
  6090. "reflection",
  6091. "static analysis"
  6092. ],
  6093. "support": {
  6094. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  6095. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  6096. },
  6097. "time": "2020-06-27T09:03:43+00:00"
  6098. },
  6099. {
  6100. "name": "phpdocumentor/reflection-docblock",
  6101. "version": "5.2.2",
  6102. "source": {
  6103. "type": "git",
  6104. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  6105. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  6106. },
  6107. "dist": {
  6108. "type": "zip",
  6109. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  6110. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  6111. "shasum": ""
  6112. },
  6113. "require": {
  6114. "ext-filter": "*",
  6115. "php": "^7.2 || ^8.0",
  6116. "phpdocumentor/reflection-common": "^2.2",
  6117. "phpdocumentor/type-resolver": "^1.3",
  6118. "webmozart/assert": "^1.9.1"
  6119. },
  6120. "require-dev": {
  6121. "mockery/mockery": "~1.3.2"
  6122. },
  6123. "type": "library",
  6124. "extra": {
  6125. "branch-alias": {
  6126. "dev-master": "5.x-dev"
  6127. }
  6128. },
  6129. "autoload": {
  6130. "psr-4": {
  6131. "phpDocumentor\\Reflection\\": "src"
  6132. }
  6133. },
  6134. "notification-url": "https://packagist.org/downloads/",
  6135. "license": [
  6136. "MIT"
  6137. ],
  6138. "authors": [
  6139. {
  6140. "name": "Mike van Riel",
  6141. "email": "me@mikevanriel.com"
  6142. },
  6143. {
  6144. "name": "Jaap van Otterdijk",
  6145. "email": "account@ijaap.nl"
  6146. }
  6147. ],
  6148. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  6149. "support": {
  6150. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  6151. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
  6152. },
  6153. "time": "2020-09-03T19:13:55+00:00"
  6154. },
  6155. {
  6156. "name": "phpdocumentor/type-resolver",
  6157. "version": "1.4.0",
  6158. "source": {
  6159. "type": "git",
  6160. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  6161. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  6162. },
  6163. "dist": {
  6164. "type": "zip",
  6165. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  6166. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  6167. "shasum": ""
  6168. },
  6169. "require": {
  6170. "php": "^7.2 || ^8.0",
  6171. "phpdocumentor/reflection-common": "^2.0"
  6172. },
  6173. "require-dev": {
  6174. "ext-tokenizer": "*"
  6175. },
  6176. "type": "library",
  6177. "extra": {
  6178. "branch-alias": {
  6179. "dev-1.x": "1.x-dev"
  6180. }
  6181. },
  6182. "autoload": {
  6183. "psr-4": {
  6184. "phpDocumentor\\Reflection\\": "src"
  6185. }
  6186. },
  6187. "notification-url": "https://packagist.org/downloads/",
  6188. "license": [
  6189. "MIT"
  6190. ],
  6191. "authors": [
  6192. {
  6193. "name": "Mike van Riel",
  6194. "email": "me@mikevanriel.com"
  6195. }
  6196. ],
  6197. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  6198. "support": {
  6199. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  6200. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
  6201. },
  6202. "time": "2020-09-17T18:55:26+00:00"
  6203. },
  6204. {
  6205. "name": "phpspec/prophecy",
  6206. "version": "1.13.0",
  6207. "source": {
  6208. "type": "git",
  6209. "url": "https://github.com/phpspec/prophecy.git",
  6210. "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"
  6211. },
  6212. "dist": {
  6213. "type": "zip",
  6214. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",
  6215. "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",
  6216. "shasum": ""
  6217. },
  6218. "require": {
  6219. "doctrine/instantiator": "^1.2",
  6220. "php": "^7.2 || ~8.0, <8.1",
  6221. "phpdocumentor/reflection-docblock": "^5.2",
  6222. "sebastian/comparator": "^3.0 || ^4.0",
  6223. "sebastian/recursion-context": "^3.0 || ^4.0"
  6224. },
  6225. "require-dev": {
  6226. "phpspec/phpspec": "^6.0",
  6227. "phpunit/phpunit": "^8.0 || ^9.0"
  6228. },
  6229. "type": "library",
  6230. "extra": {
  6231. "branch-alias": {
  6232. "dev-master": "1.11.x-dev"
  6233. }
  6234. },
  6235. "autoload": {
  6236. "psr-4": {
  6237. "Prophecy\\": "src/Prophecy"
  6238. }
  6239. },
  6240. "notification-url": "https://packagist.org/downloads/",
  6241. "license": [
  6242. "MIT"
  6243. ],
  6244. "authors": [
  6245. {
  6246. "name": "Konstantin Kudryashov",
  6247. "email": "ever.zet@gmail.com",
  6248. "homepage": "http://everzet.com"
  6249. },
  6250. {
  6251. "name": "Marcello Duarte",
  6252. "email": "marcello.duarte@gmail.com"
  6253. }
  6254. ],
  6255. "description": "Highly opinionated mocking framework for PHP 5.3+",
  6256. "homepage": "https://github.com/phpspec/prophecy",
  6257. "keywords": [
  6258. "Double",
  6259. "Dummy",
  6260. "fake",
  6261. "mock",
  6262. "spy",
  6263. "stub"
  6264. ],
  6265. "support": {
  6266. "issues": "https://github.com/phpspec/prophecy/issues",
  6267. "source": "https://github.com/phpspec/prophecy/tree/1.13.0"
  6268. },
  6269. "time": "2021-03-17T13:42:18+00:00"
  6270. },
  6271. {
  6272. "name": "phpunit/php-code-coverage",
  6273. "version": "9.2.6",
  6274. "source": {
  6275. "type": "git",
  6276. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  6277. "reference": "f6293e1b30a2354e8428e004689671b83871edde"
  6278. },
  6279. "dist": {
  6280. "type": "zip",
  6281. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde",
  6282. "reference": "f6293e1b30a2354e8428e004689671b83871edde",
  6283. "shasum": ""
  6284. },
  6285. "require": {
  6286. "ext-dom": "*",
  6287. "ext-libxml": "*",
  6288. "ext-xmlwriter": "*",
  6289. "nikic/php-parser": "^4.10.2",
  6290. "php": ">=7.3",
  6291. "phpunit/php-file-iterator": "^3.0.3",
  6292. "phpunit/php-text-template": "^2.0.2",
  6293. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  6294. "sebastian/complexity": "^2.0",
  6295. "sebastian/environment": "^5.1.2",
  6296. "sebastian/lines-of-code": "^1.0.3",
  6297. "sebastian/version": "^3.0.1",
  6298. "theseer/tokenizer": "^1.2.0"
  6299. },
  6300. "require-dev": {
  6301. "phpunit/phpunit": "^9.3"
  6302. },
  6303. "suggest": {
  6304. "ext-pcov": "*",
  6305. "ext-xdebug": "*"
  6306. },
  6307. "type": "library",
  6308. "extra": {
  6309. "branch-alias": {
  6310. "dev-master": "9.2-dev"
  6311. }
  6312. },
  6313. "autoload": {
  6314. "classmap": [
  6315. "src/"
  6316. ]
  6317. },
  6318. "notification-url": "https://packagist.org/downloads/",
  6319. "license": [
  6320. "BSD-3-Clause"
  6321. ],
  6322. "authors": [
  6323. {
  6324. "name": "Sebastian Bergmann",
  6325. "email": "sebastian@phpunit.de",
  6326. "role": "lead"
  6327. }
  6328. ],
  6329. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  6330. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  6331. "keywords": [
  6332. "coverage",
  6333. "testing",
  6334. "xunit"
  6335. ],
  6336. "support": {
  6337. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  6338. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6"
  6339. },
  6340. "funding": [
  6341. {
  6342. "url": "https://github.com/sebastianbergmann",
  6343. "type": "github"
  6344. }
  6345. ],
  6346. "time": "2021-03-28T07:26:59+00:00"
  6347. },
  6348. {
  6349. "name": "phpunit/php-file-iterator",
  6350. "version": "3.0.5",
  6351. "source": {
  6352. "type": "git",
  6353. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  6354. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
  6355. },
  6356. "dist": {
  6357. "type": "zip",
  6358. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
  6359. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
  6360. "shasum": ""
  6361. },
  6362. "require": {
  6363. "php": ">=7.3"
  6364. },
  6365. "require-dev": {
  6366. "phpunit/phpunit": "^9.3"
  6367. },
  6368. "type": "library",
  6369. "extra": {
  6370. "branch-alias": {
  6371. "dev-master": "3.0-dev"
  6372. }
  6373. },
  6374. "autoload": {
  6375. "classmap": [
  6376. "src/"
  6377. ]
  6378. },
  6379. "notification-url": "https://packagist.org/downloads/",
  6380. "license": [
  6381. "BSD-3-Clause"
  6382. ],
  6383. "authors": [
  6384. {
  6385. "name": "Sebastian Bergmann",
  6386. "email": "sebastian@phpunit.de",
  6387. "role": "lead"
  6388. }
  6389. ],
  6390. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  6391. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  6392. "keywords": [
  6393. "filesystem",
  6394. "iterator"
  6395. ],
  6396. "support": {
  6397. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  6398. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
  6399. },
  6400. "funding": [
  6401. {
  6402. "url": "https://github.com/sebastianbergmann",
  6403. "type": "github"
  6404. }
  6405. ],
  6406. "time": "2020-09-28T05:57:25+00:00"
  6407. },
  6408. {
  6409. "name": "phpunit/php-invoker",
  6410. "version": "3.1.1",
  6411. "source": {
  6412. "type": "git",
  6413. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  6414. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  6415. },
  6416. "dist": {
  6417. "type": "zip",
  6418. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  6419. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  6420. "shasum": ""
  6421. },
  6422. "require": {
  6423. "php": ">=7.3"
  6424. },
  6425. "require-dev": {
  6426. "ext-pcntl": "*",
  6427. "phpunit/phpunit": "^9.3"
  6428. },
  6429. "suggest": {
  6430. "ext-pcntl": "*"
  6431. },
  6432. "type": "library",
  6433. "extra": {
  6434. "branch-alias": {
  6435. "dev-master": "3.1-dev"
  6436. }
  6437. },
  6438. "autoload": {
  6439. "classmap": [
  6440. "src/"
  6441. ]
  6442. },
  6443. "notification-url": "https://packagist.org/downloads/",
  6444. "license": [
  6445. "BSD-3-Clause"
  6446. ],
  6447. "authors": [
  6448. {
  6449. "name": "Sebastian Bergmann",
  6450. "email": "sebastian@phpunit.de",
  6451. "role": "lead"
  6452. }
  6453. ],
  6454. "description": "Invoke callables with a timeout",
  6455. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  6456. "keywords": [
  6457. "process"
  6458. ],
  6459. "support": {
  6460. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  6461. "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
  6462. },
  6463. "funding": [
  6464. {
  6465. "url": "https://github.com/sebastianbergmann",
  6466. "type": "github"
  6467. }
  6468. ],
  6469. "time": "2020-09-28T05:58:55+00:00"
  6470. },
  6471. {
  6472. "name": "phpunit/php-text-template",
  6473. "version": "2.0.4",
  6474. "source": {
  6475. "type": "git",
  6476. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  6477. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  6478. },
  6479. "dist": {
  6480. "type": "zip",
  6481. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  6482. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  6483. "shasum": ""
  6484. },
  6485. "require": {
  6486. "php": ">=7.3"
  6487. },
  6488. "require-dev": {
  6489. "phpunit/phpunit": "^9.3"
  6490. },
  6491. "type": "library",
  6492. "extra": {
  6493. "branch-alias": {
  6494. "dev-master": "2.0-dev"
  6495. }
  6496. },
  6497. "autoload": {
  6498. "classmap": [
  6499. "src/"
  6500. ]
  6501. },
  6502. "notification-url": "https://packagist.org/downloads/",
  6503. "license": [
  6504. "BSD-3-Clause"
  6505. ],
  6506. "authors": [
  6507. {
  6508. "name": "Sebastian Bergmann",
  6509. "email": "sebastian@phpunit.de",
  6510. "role": "lead"
  6511. }
  6512. ],
  6513. "description": "Simple template engine.",
  6514. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  6515. "keywords": [
  6516. "template"
  6517. ],
  6518. "support": {
  6519. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  6520. "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
  6521. },
  6522. "funding": [
  6523. {
  6524. "url": "https://github.com/sebastianbergmann",
  6525. "type": "github"
  6526. }
  6527. ],
  6528. "time": "2020-10-26T05:33:50+00:00"
  6529. },
  6530. {
  6531. "name": "phpunit/php-timer",
  6532. "version": "5.0.3",
  6533. "source": {
  6534. "type": "git",
  6535. "url": "https://github.com/sebastianbergmann/php-timer.git",
  6536. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  6537. },
  6538. "dist": {
  6539. "type": "zip",
  6540. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  6541. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  6542. "shasum": ""
  6543. },
  6544. "require": {
  6545. "php": ">=7.3"
  6546. },
  6547. "require-dev": {
  6548. "phpunit/phpunit": "^9.3"
  6549. },
  6550. "type": "library",
  6551. "extra": {
  6552. "branch-alias": {
  6553. "dev-master": "5.0-dev"
  6554. }
  6555. },
  6556. "autoload": {
  6557. "classmap": [
  6558. "src/"
  6559. ]
  6560. },
  6561. "notification-url": "https://packagist.org/downloads/",
  6562. "license": [
  6563. "BSD-3-Clause"
  6564. ],
  6565. "authors": [
  6566. {
  6567. "name": "Sebastian Bergmann",
  6568. "email": "sebastian@phpunit.de",
  6569. "role": "lead"
  6570. }
  6571. ],
  6572. "description": "Utility class for timing",
  6573. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  6574. "keywords": [
  6575. "timer"
  6576. ],
  6577. "support": {
  6578. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  6579. "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
  6580. },
  6581. "funding": [
  6582. {
  6583. "url": "https://github.com/sebastianbergmann",
  6584. "type": "github"
  6585. }
  6586. ],
  6587. "time": "2020-10-26T13:16:10+00:00"
  6588. },
  6589. {
  6590. "name": "phpunit/phpunit",
  6591. "version": "9.5.7",
  6592. "source": {
  6593. "type": "git",
  6594. "url": "https://github.com/sebastianbergmann/phpunit.git",
  6595. "reference": "d0dc8b6999c937616df4fb046792004b33fd31c5"
  6596. },
  6597. "dist": {
  6598. "type": "zip",
  6599. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0dc8b6999c937616df4fb046792004b33fd31c5",
  6600. "reference": "d0dc8b6999c937616df4fb046792004b33fd31c5",
  6601. "shasum": ""
  6602. },
  6603. "require": {
  6604. "doctrine/instantiator": "^1.3.1",
  6605. "ext-dom": "*",
  6606. "ext-json": "*",
  6607. "ext-libxml": "*",
  6608. "ext-mbstring": "*",
  6609. "ext-xml": "*",
  6610. "ext-xmlwriter": "*",
  6611. "myclabs/deep-copy": "^1.10.1",
  6612. "phar-io/manifest": "^2.0.1",
  6613. "phar-io/version": "^3.0.2",
  6614. "php": ">=7.3",
  6615. "phpspec/prophecy": "^1.12.1",
  6616. "phpunit/php-code-coverage": "^9.2.3",
  6617. "phpunit/php-file-iterator": "^3.0.5",
  6618. "phpunit/php-invoker": "^3.1.1",
  6619. "phpunit/php-text-template": "^2.0.3",
  6620. "phpunit/php-timer": "^5.0.2",
  6621. "sebastian/cli-parser": "^1.0.1",
  6622. "sebastian/code-unit": "^1.0.6",
  6623. "sebastian/comparator": "^4.0.5",
  6624. "sebastian/diff": "^4.0.3",
  6625. "sebastian/environment": "^5.1.3",
  6626. "sebastian/exporter": "^4.0.3",
  6627. "sebastian/global-state": "^5.0.1",
  6628. "sebastian/object-enumerator": "^4.0.3",
  6629. "sebastian/resource-operations": "^3.0.3",
  6630. "sebastian/type": "^2.3.4",
  6631. "sebastian/version": "^3.0.2"
  6632. },
  6633. "require-dev": {
  6634. "ext-pdo": "*",
  6635. "phpspec/prophecy-phpunit": "^2.0.1"
  6636. },
  6637. "suggest": {
  6638. "ext-soap": "*",
  6639. "ext-xdebug": "*"
  6640. },
  6641. "bin": [
  6642. "phpunit"
  6643. ],
  6644. "type": "library",
  6645. "extra": {
  6646. "branch-alias": {
  6647. "dev-master": "9.5-dev"
  6648. }
  6649. },
  6650. "autoload": {
  6651. "classmap": [
  6652. "src/"
  6653. ],
  6654. "files": [
  6655. "src/Framework/Assert/Functions.php"
  6656. ]
  6657. },
  6658. "notification-url": "https://packagist.org/downloads/",
  6659. "license": [
  6660. "BSD-3-Clause"
  6661. ],
  6662. "authors": [
  6663. {
  6664. "name": "Sebastian Bergmann",
  6665. "email": "sebastian@phpunit.de",
  6666. "role": "lead"
  6667. }
  6668. ],
  6669. "description": "The PHP Unit Testing framework.",
  6670. "homepage": "https://phpunit.de/",
  6671. "keywords": [
  6672. "phpunit",
  6673. "testing",
  6674. "xunit"
  6675. ],
  6676. "support": {
  6677. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  6678. "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.7"
  6679. },
  6680. "funding": [
  6681. {
  6682. "url": "https://phpunit.de/donate.html",
  6683. "type": "custom"
  6684. },
  6685. {
  6686. "url": "https://github.com/sebastianbergmann",
  6687. "type": "github"
  6688. }
  6689. ],
  6690. "time": "2021-07-19T06:14:47+00:00"
  6691. },
  6692. {
  6693. "name": "sebastian/cli-parser",
  6694. "version": "1.0.1",
  6695. "source": {
  6696. "type": "git",
  6697. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  6698. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  6699. },
  6700. "dist": {
  6701. "type": "zip",
  6702. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  6703. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  6704. "shasum": ""
  6705. },
  6706. "require": {
  6707. "php": ">=7.3"
  6708. },
  6709. "require-dev": {
  6710. "phpunit/phpunit": "^9.3"
  6711. },
  6712. "type": "library",
  6713. "extra": {
  6714. "branch-alias": {
  6715. "dev-master": "1.0-dev"
  6716. }
  6717. },
  6718. "autoload": {
  6719. "classmap": [
  6720. "src/"
  6721. ]
  6722. },
  6723. "notification-url": "https://packagist.org/downloads/",
  6724. "license": [
  6725. "BSD-3-Clause"
  6726. ],
  6727. "authors": [
  6728. {
  6729. "name": "Sebastian Bergmann",
  6730. "email": "sebastian@phpunit.de",
  6731. "role": "lead"
  6732. }
  6733. ],
  6734. "description": "Library for parsing CLI options",
  6735. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  6736. "support": {
  6737. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  6738. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  6739. },
  6740. "funding": [
  6741. {
  6742. "url": "https://github.com/sebastianbergmann",
  6743. "type": "github"
  6744. }
  6745. ],
  6746. "time": "2020-09-28T06:08:49+00:00"
  6747. },
  6748. {
  6749. "name": "sebastian/code-unit",
  6750. "version": "1.0.8",
  6751. "source": {
  6752. "type": "git",
  6753. "url": "https://github.com/sebastianbergmann/code-unit.git",
  6754. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  6755. },
  6756. "dist": {
  6757. "type": "zip",
  6758. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  6759. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  6760. "shasum": ""
  6761. },
  6762. "require": {
  6763. "php": ">=7.3"
  6764. },
  6765. "require-dev": {
  6766. "phpunit/phpunit": "^9.3"
  6767. },
  6768. "type": "library",
  6769. "extra": {
  6770. "branch-alias": {
  6771. "dev-master": "1.0-dev"
  6772. }
  6773. },
  6774. "autoload": {
  6775. "classmap": [
  6776. "src/"
  6777. ]
  6778. },
  6779. "notification-url": "https://packagist.org/downloads/",
  6780. "license": [
  6781. "BSD-3-Clause"
  6782. ],
  6783. "authors": [
  6784. {
  6785. "name": "Sebastian Bergmann",
  6786. "email": "sebastian@phpunit.de",
  6787. "role": "lead"
  6788. }
  6789. ],
  6790. "description": "Collection of value objects that represent the PHP code units",
  6791. "homepage": "https://github.com/sebastianbergmann/code-unit",
  6792. "support": {
  6793. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  6794. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  6795. },
  6796. "funding": [
  6797. {
  6798. "url": "https://github.com/sebastianbergmann",
  6799. "type": "github"
  6800. }
  6801. ],
  6802. "time": "2020-10-26T13:08:54+00:00"
  6803. },
  6804. {
  6805. "name": "sebastian/code-unit-reverse-lookup",
  6806. "version": "2.0.3",
  6807. "source": {
  6808. "type": "git",
  6809. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  6810. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  6811. },
  6812. "dist": {
  6813. "type": "zip",
  6814. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  6815. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  6816. "shasum": ""
  6817. },
  6818. "require": {
  6819. "php": ">=7.3"
  6820. },
  6821. "require-dev": {
  6822. "phpunit/phpunit": "^9.3"
  6823. },
  6824. "type": "library",
  6825. "extra": {
  6826. "branch-alias": {
  6827. "dev-master": "2.0-dev"
  6828. }
  6829. },
  6830. "autoload": {
  6831. "classmap": [
  6832. "src/"
  6833. ]
  6834. },
  6835. "notification-url": "https://packagist.org/downloads/",
  6836. "license": [
  6837. "BSD-3-Clause"
  6838. ],
  6839. "authors": [
  6840. {
  6841. "name": "Sebastian Bergmann",
  6842. "email": "sebastian@phpunit.de"
  6843. }
  6844. ],
  6845. "description": "Looks up which function or method a line of code belongs to",
  6846. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  6847. "support": {
  6848. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  6849. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  6850. },
  6851. "funding": [
  6852. {
  6853. "url": "https://github.com/sebastianbergmann",
  6854. "type": "github"
  6855. }
  6856. ],
  6857. "time": "2020-09-28T05:30:19+00:00"
  6858. },
  6859. {
  6860. "name": "sebastian/comparator",
  6861. "version": "4.0.6",
  6862. "source": {
  6863. "type": "git",
  6864. "url": "https://github.com/sebastianbergmann/comparator.git",
  6865. "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
  6866. },
  6867. "dist": {
  6868. "type": "zip",
  6869. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
  6870. "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
  6871. "shasum": ""
  6872. },
  6873. "require": {
  6874. "php": ">=7.3",
  6875. "sebastian/diff": "^4.0",
  6876. "sebastian/exporter": "^4.0"
  6877. },
  6878. "require-dev": {
  6879. "phpunit/phpunit": "^9.3"
  6880. },
  6881. "type": "library",
  6882. "extra": {
  6883. "branch-alias": {
  6884. "dev-master": "4.0-dev"
  6885. }
  6886. },
  6887. "autoload": {
  6888. "classmap": [
  6889. "src/"
  6890. ]
  6891. },
  6892. "notification-url": "https://packagist.org/downloads/",
  6893. "license": [
  6894. "BSD-3-Clause"
  6895. ],
  6896. "authors": [
  6897. {
  6898. "name": "Sebastian Bergmann",
  6899. "email": "sebastian@phpunit.de"
  6900. },
  6901. {
  6902. "name": "Jeff Welch",
  6903. "email": "whatthejeff@gmail.com"
  6904. },
  6905. {
  6906. "name": "Volker Dusch",
  6907. "email": "github@wallbash.com"
  6908. },
  6909. {
  6910. "name": "Bernhard Schussek",
  6911. "email": "bschussek@2bepublished.at"
  6912. }
  6913. ],
  6914. "description": "Provides the functionality to compare PHP values for equality",
  6915. "homepage": "https://github.com/sebastianbergmann/comparator",
  6916. "keywords": [
  6917. "comparator",
  6918. "compare",
  6919. "equality"
  6920. ],
  6921. "support": {
  6922. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  6923. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
  6924. },
  6925. "funding": [
  6926. {
  6927. "url": "https://github.com/sebastianbergmann",
  6928. "type": "github"
  6929. }
  6930. ],
  6931. "time": "2020-10-26T15:49:45+00:00"
  6932. },
  6933. {
  6934. "name": "sebastian/complexity",
  6935. "version": "2.0.2",
  6936. "source": {
  6937. "type": "git",
  6938. "url": "https://github.com/sebastianbergmann/complexity.git",
  6939. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  6940. },
  6941. "dist": {
  6942. "type": "zip",
  6943. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  6944. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  6945. "shasum": ""
  6946. },
  6947. "require": {
  6948. "nikic/php-parser": "^4.7",
  6949. "php": ">=7.3"
  6950. },
  6951. "require-dev": {
  6952. "phpunit/phpunit": "^9.3"
  6953. },
  6954. "type": "library",
  6955. "extra": {
  6956. "branch-alias": {
  6957. "dev-master": "2.0-dev"
  6958. }
  6959. },
  6960. "autoload": {
  6961. "classmap": [
  6962. "src/"
  6963. ]
  6964. },
  6965. "notification-url": "https://packagist.org/downloads/",
  6966. "license": [
  6967. "BSD-3-Clause"
  6968. ],
  6969. "authors": [
  6970. {
  6971. "name": "Sebastian Bergmann",
  6972. "email": "sebastian@phpunit.de",
  6973. "role": "lead"
  6974. }
  6975. ],
  6976. "description": "Library for calculating the complexity of PHP code units",
  6977. "homepage": "https://github.com/sebastianbergmann/complexity",
  6978. "support": {
  6979. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  6980. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  6981. },
  6982. "funding": [
  6983. {
  6984. "url": "https://github.com/sebastianbergmann",
  6985. "type": "github"
  6986. }
  6987. ],
  6988. "time": "2020-10-26T15:52:27+00:00"
  6989. },
  6990. {
  6991. "name": "sebastian/diff",
  6992. "version": "4.0.4",
  6993. "source": {
  6994. "type": "git",
  6995. "url": "https://github.com/sebastianbergmann/diff.git",
  6996. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
  6997. },
  6998. "dist": {
  6999. "type": "zip",
  7000. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  7001. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  7002. "shasum": ""
  7003. },
  7004. "require": {
  7005. "php": ">=7.3"
  7006. },
  7007. "require-dev": {
  7008. "phpunit/phpunit": "^9.3",
  7009. "symfony/process": "^4.2 || ^5"
  7010. },
  7011. "type": "library",
  7012. "extra": {
  7013. "branch-alias": {
  7014. "dev-master": "4.0-dev"
  7015. }
  7016. },
  7017. "autoload": {
  7018. "classmap": [
  7019. "src/"
  7020. ]
  7021. },
  7022. "notification-url": "https://packagist.org/downloads/",
  7023. "license": [
  7024. "BSD-3-Clause"
  7025. ],
  7026. "authors": [
  7027. {
  7028. "name": "Sebastian Bergmann",
  7029. "email": "sebastian@phpunit.de"
  7030. },
  7031. {
  7032. "name": "Kore Nordmann",
  7033. "email": "mail@kore-nordmann.de"
  7034. }
  7035. ],
  7036. "description": "Diff implementation",
  7037. "homepage": "https://github.com/sebastianbergmann/diff",
  7038. "keywords": [
  7039. "diff",
  7040. "udiff",
  7041. "unidiff",
  7042. "unified diff"
  7043. ],
  7044. "support": {
  7045. "issues": "https://github.com/sebastianbergmann/diff/issues",
  7046. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
  7047. },
  7048. "funding": [
  7049. {
  7050. "url": "https://github.com/sebastianbergmann",
  7051. "type": "github"
  7052. }
  7053. ],
  7054. "time": "2020-10-26T13:10:38+00:00"
  7055. },
  7056. {
  7057. "name": "sebastian/environment",
  7058. "version": "5.1.3",
  7059. "source": {
  7060. "type": "git",
  7061. "url": "https://github.com/sebastianbergmann/environment.git",
  7062. "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
  7063. },
  7064. "dist": {
  7065. "type": "zip",
  7066. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
  7067. "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
  7068. "shasum": ""
  7069. },
  7070. "require": {
  7071. "php": ">=7.3"
  7072. },
  7073. "require-dev": {
  7074. "phpunit/phpunit": "^9.3"
  7075. },
  7076. "suggest": {
  7077. "ext-posix": "*"
  7078. },
  7079. "type": "library",
  7080. "extra": {
  7081. "branch-alias": {
  7082. "dev-master": "5.1-dev"
  7083. }
  7084. },
  7085. "autoload": {
  7086. "classmap": [
  7087. "src/"
  7088. ]
  7089. },
  7090. "notification-url": "https://packagist.org/downloads/",
  7091. "license": [
  7092. "BSD-3-Clause"
  7093. ],
  7094. "authors": [
  7095. {
  7096. "name": "Sebastian Bergmann",
  7097. "email": "sebastian@phpunit.de"
  7098. }
  7099. ],
  7100. "description": "Provides functionality to handle HHVM/PHP environments",
  7101. "homepage": "http://www.github.com/sebastianbergmann/environment",
  7102. "keywords": [
  7103. "Xdebug",
  7104. "environment",
  7105. "hhvm"
  7106. ],
  7107. "support": {
  7108. "issues": "https://github.com/sebastianbergmann/environment/issues",
  7109. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
  7110. },
  7111. "funding": [
  7112. {
  7113. "url": "https://github.com/sebastianbergmann",
  7114. "type": "github"
  7115. }
  7116. ],
  7117. "time": "2020-09-28T05:52:38+00:00"
  7118. },
  7119. {
  7120. "name": "sebastian/exporter",
  7121. "version": "4.0.3",
  7122. "source": {
  7123. "type": "git",
  7124. "url": "https://github.com/sebastianbergmann/exporter.git",
  7125. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
  7126. },
  7127. "dist": {
  7128. "type": "zip",
  7129. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  7130. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  7131. "shasum": ""
  7132. },
  7133. "require": {
  7134. "php": ">=7.3",
  7135. "sebastian/recursion-context": "^4.0"
  7136. },
  7137. "require-dev": {
  7138. "ext-mbstring": "*",
  7139. "phpunit/phpunit": "^9.3"
  7140. },
  7141. "type": "library",
  7142. "extra": {
  7143. "branch-alias": {
  7144. "dev-master": "4.0-dev"
  7145. }
  7146. },
  7147. "autoload": {
  7148. "classmap": [
  7149. "src/"
  7150. ]
  7151. },
  7152. "notification-url": "https://packagist.org/downloads/",
  7153. "license": [
  7154. "BSD-3-Clause"
  7155. ],
  7156. "authors": [
  7157. {
  7158. "name": "Sebastian Bergmann",
  7159. "email": "sebastian@phpunit.de"
  7160. },
  7161. {
  7162. "name": "Jeff Welch",
  7163. "email": "whatthejeff@gmail.com"
  7164. },
  7165. {
  7166. "name": "Volker Dusch",
  7167. "email": "github@wallbash.com"
  7168. },
  7169. {
  7170. "name": "Adam Harvey",
  7171. "email": "aharvey@php.net"
  7172. },
  7173. {
  7174. "name": "Bernhard Schussek",
  7175. "email": "bschussek@gmail.com"
  7176. }
  7177. ],
  7178. "description": "Provides the functionality to export PHP variables for visualization",
  7179. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  7180. "keywords": [
  7181. "export",
  7182. "exporter"
  7183. ],
  7184. "support": {
  7185. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  7186. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
  7187. },
  7188. "funding": [
  7189. {
  7190. "url": "https://github.com/sebastianbergmann",
  7191. "type": "github"
  7192. }
  7193. ],
  7194. "time": "2020-09-28T05:24:23+00:00"
  7195. },
  7196. {
  7197. "name": "sebastian/global-state",
  7198. "version": "5.0.3",
  7199. "source": {
  7200. "type": "git",
  7201. "url": "https://github.com/sebastianbergmann/global-state.git",
  7202. "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
  7203. },
  7204. "dist": {
  7205. "type": "zip",
  7206. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
  7207. "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
  7208. "shasum": ""
  7209. },
  7210. "require": {
  7211. "php": ">=7.3",
  7212. "sebastian/object-reflector": "^2.0",
  7213. "sebastian/recursion-context": "^4.0"
  7214. },
  7215. "require-dev": {
  7216. "ext-dom": "*",
  7217. "phpunit/phpunit": "^9.3"
  7218. },
  7219. "suggest": {
  7220. "ext-uopz": "*"
  7221. },
  7222. "type": "library",
  7223. "extra": {
  7224. "branch-alias": {
  7225. "dev-master": "5.0-dev"
  7226. }
  7227. },
  7228. "autoload": {
  7229. "classmap": [
  7230. "src/"
  7231. ]
  7232. },
  7233. "notification-url": "https://packagist.org/downloads/",
  7234. "license": [
  7235. "BSD-3-Clause"
  7236. ],
  7237. "authors": [
  7238. {
  7239. "name": "Sebastian Bergmann",
  7240. "email": "sebastian@phpunit.de"
  7241. }
  7242. ],
  7243. "description": "Snapshotting of global state",
  7244. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  7245. "keywords": [
  7246. "global state"
  7247. ],
  7248. "support": {
  7249. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  7250. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
  7251. },
  7252. "funding": [
  7253. {
  7254. "url": "https://github.com/sebastianbergmann",
  7255. "type": "github"
  7256. }
  7257. ],
  7258. "time": "2021-06-11T13:31:12+00:00"
  7259. },
  7260. {
  7261. "name": "sebastian/lines-of-code",
  7262. "version": "1.0.3",
  7263. "source": {
  7264. "type": "git",
  7265. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  7266. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  7267. },
  7268. "dist": {
  7269. "type": "zip",
  7270. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  7271. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  7272. "shasum": ""
  7273. },
  7274. "require": {
  7275. "nikic/php-parser": "^4.6",
  7276. "php": ">=7.3"
  7277. },
  7278. "require-dev": {
  7279. "phpunit/phpunit": "^9.3"
  7280. },
  7281. "type": "library",
  7282. "extra": {
  7283. "branch-alias": {
  7284. "dev-master": "1.0-dev"
  7285. }
  7286. },
  7287. "autoload": {
  7288. "classmap": [
  7289. "src/"
  7290. ]
  7291. },
  7292. "notification-url": "https://packagist.org/downloads/",
  7293. "license": [
  7294. "BSD-3-Clause"
  7295. ],
  7296. "authors": [
  7297. {
  7298. "name": "Sebastian Bergmann",
  7299. "email": "sebastian@phpunit.de",
  7300. "role": "lead"
  7301. }
  7302. ],
  7303. "description": "Library for counting the lines of code in PHP source code",
  7304. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  7305. "support": {
  7306. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  7307. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  7308. },
  7309. "funding": [
  7310. {
  7311. "url": "https://github.com/sebastianbergmann",
  7312. "type": "github"
  7313. }
  7314. ],
  7315. "time": "2020-11-28T06:42:11+00:00"
  7316. },
  7317. {
  7318. "name": "sebastian/object-enumerator",
  7319. "version": "4.0.4",
  7320. "source": {
  7321. "type": "git",
  7322. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  7323. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  7324. },
  7325. "dist": {
  7326. "type": "zip",
  7327. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  7328. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  7329. "shasum": ""
  7330. },
  7331. "require": {
  7332. "php": ">=7.3",
  7333. "sebastian/object-reflector": "^2.0",
  7334. "sebastian/recursion-context": "^4.0"
  7335. },
  7336. "require-dev": {
  7337. "phpunit/phpunit": "^9.3"
  7338. },
  7339. "type": "library",
  7340. "extra": {
  7341. "branch-alias": {
  7342. "dev-master": "4.0-dev"
  7343. }
  7344. },
  7345. "autoload": {
  7346. "classmap": [
  7347. "src/"
  7348. ]
  7349. },
  7350. "notification-url": "https://packagist.org/downloads/",
  7351. "license": [
  7352. "BSD-3-Clause"
  7353. ],
  7354. "authors": [
  7355. {
  7356. "name": "Sebastian Bergmann",
  7357. "email": "sebastian@phpunit.de"
  7358. }
  7359. ],
  7360. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  7361. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  7362. "support": {
  7363. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  7364. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  7365. },
  7366. "funding": [
  7367. {
  7368. "url": "https://github.com/sebastianbergmann",
  7369. "type": "github"
  7370. }
  7371. ],
  7372. "time": "2020-10-26T13:12:34+00:00"
  7373. },
  7374. {
  7375. "name": "sebastian/object-reflector",
  7376. "version": "2.0.4",
  7377. "source": {
  7378. "type": "git",
  7379. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  7380. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  7381. },
  7382. "dist": {
  7383. "type": "zip",
  7384. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  7385. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  7386. "shasum": ""
  7387. },
  7388. "require": {
  7389. "php": ">=7.3"
  7390. },
  7391. "require-dev": {
  7392. "phpunit/phpunit": "^9.3"
  7393. },
  7394. "type": "library",
  7395. "extra": {
  7396. "branch-alias": {
  7397. "dev-master": "2.0-dev"
  7398. }
  7399. },
  7400. "autoload": {
  7401. "classmap": [
  7402. "src/"
  7403. ]
  7404. },
  7405. "notification-url": "https://packagist.org/downloads/",
  7406. "license": [
  7407. "BSD-3-Clause"
  7408. ],
  7409. "authors": [
  7410. {
  7411. "name": "Sebastian Bergmann",
  7412. "email": "sebastian@phpunit.de"
  7413. }
  7414. ],
  7415. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  7416. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  7417. "support": {
  7418. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  7419. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  7420. },
  7421. "funding": [
  7422. {
  7423. "url": "https://github.com/sebastianbergmann",
  7424. "type": "github"
  7425. }
  7426. ],
  7427. "time": "2020-10-26T13:14:26+00:00"
  7428. },
  7429. {
  7430. "name": "sebastian/recursion-context",
  7431. "version": "4.0.4",
  7432. "source": {
  7433. "type": "git",
  7434. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  7435. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
  7436. },
  7437. "dist": {
  7438. "type": "zip",
  7439. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
  7440. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
  7441. "shasum": ""
  7442. },
  7443. "require": {
  7444. "php": ">=7.3"
  7445. },
  7446. "require-dev": {
  7447. "phpunit/phpunit": "^9.3"
  7448. },
  7449. "type": "library",
  7450. "extra": {
  7451. "branch-alias": {
  7452. "dev-master": "4.0-dev"
  7453. }
  7454. },
  7455. "autoload": {
  7456. "classmap": [
  7457. "src/"
  7458. ]
  7459. },
  7460. "notification-url": "https://packagist.org/downloads/",
  7461. "license": [
  7462. "BSD-3-Clause"
  7463. ],
  7464. "authors": [
  7465. {
  7466. "name": "Sebastian Bergmann",
  7467. "email": "sebastian@phpunit.de"
  7468. },
  7469. {
  7470. "name": "Jeff Welch",
  7471. "email": "whatthejeff@gmail.com"
  7472. },
  7473. {
  7474. "name": "Adam Harvey",
  7475. "email": "aharvey@php.net"
  7476. }
  7477. ],
  7478. "description": "Provides functionality to recursively process PHP variables",
  7479. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  7480. "support": {
  7481. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  7482. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
  7483. },
  7484. "funding": [
  7485. {
  7486. "url": "https://github.com/sebastianbergmann",
  7487. "type": "github"
  7488. }
  7489. ],
  7490. "time": "2020-10-26T13:17:30+00:00"
  7491. },
  7492. {
  7493. "name": "sebastian/resource-operations",
  7494. "version": "3.0.3",
  7495. "source": {
  7496. "type": "git",
  7497. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  7498. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  7499. },
  7500. "dist": {
  7501. "type": "zip",
  7502. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  7503. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  7504. "shasum": ""
  7505. },
  7506. "require": {
  7507. "php": ">=7.3"
  7508. },
  7509. "require-dev": {
  7510. "phpunit/phpunit": "^9.0"
  7511. },
  7512. "type": "library",
  7513. "extra": {
  7514. "branch-alias": {
  7515. "dev-master": "3.0-dev"
  7516. }
  7517. },
  7518. "autoload": {
  7519. "classmap": [
  7520. "src/"
  7521. ]
  7522. },
  7523. "notification-url": "https://packagist.org/downloads/",
  7524. "license": [
  7525. "BSD-3-Clause"
  7526. ],
  7527. "authors": [
  7528. {
  7529. "name": "Sebastian Bergmann",
  7530. "email": "sebastian@phpunit.de"
  7531. }
  7532. ],
  7533. "description": "Provides a list of PHP built-in functions that operate on resources",
  7534. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  7535. "support": {
  7536. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  7537. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  7538. },
  7539. "funding": [
  7540. {
  7541. "url": "https://github.com/sebastianbergmann",
  7542. "type": "github"
  7543. }
  7544. ],
  7545. "abandoned": true,
  7546. "time": "2020-09-28T06:45:17+00:00"
  7547. },
  7548. {
  7549. "name": "sebastian/type",
  7550. "version": "2.3.4",
  7551. "source": {
  7552. "type": "git",
  7553. "url": "https://github.com/sebastianbergmann/type.git",
  7554. "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
  7555. },
  7556. "dist": {
  7557. "type": "zip",
  7558. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
  7559. "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
  7560. "shasum": ""
  7561. },
  7562. "require": {
  7563. "php": ">=7.3"
  7564. },
  7565. "require-dev": {
  7566. "phpunit/phpunit": "^9.3"
  7567. },
  7568. "type": "library",
  7569. "extra": {
  7570. "branch-alias": {
  7571. "dev-master": "2.3-dev"
  7572. }
  7573. },
  7574. "autoload": {
  7575. "classmap": [
  7576. "src/"
  7577. ]
  7578. },
  7579. "notification-url": "https://packagist.org/downloads/",
  7580. "license": [
  7581. "BSD-3-Clause"
  7582. ],
  7583. "authors": [
  7584. {
  7585. "name": "Sebastian Bergmann",
  7586. "email": "sebastian@phpunit.de",
  7587. "role": "lead"
  7588. }
  7589. ],
  7590. "description": "Collection of value objects that represent the types of the PHP type system",
  7591. "homepage": "https://github.com/sebastianbergmann/type",
  7592. "support": {
  7593. "issues": "https://github.com/sebastianbergmann/type/issues",
  7594. "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
  7595. },
  7596. "funding": [
  7597. {
  7598. "url": "https://github.com/sebastianbergmann",
  7599. "type": "github"
  7600. }
  7601. ],
  7602. "time": "2021-06-15T12:49:02+00:00"
  7603. },
  7604. {
  7605. "name": "sebastian/version",
  7606. "version": "3.0.2",
  7607. "source": {
  7608. "type": "git",
  7609. "url": "https://github.com/sebastianbergmann/version.git",
  7610. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  7611. },
  7612. "dist": {
  7613. "type": "zip",
  7614. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  7615. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  7616. "shasum": ""
  7617. },
  7618. "require": {
  7619. "php": ">=7.3"
  7620. },
  7621. "type": "library",
  7622. "extra": {
  7623. "branch-alias": {
  7624. "dev-master": "3.0-dev"
  7625. }
  7626. },
  7627. "autoload": {
  7628. "classmap": [
  7629. "src/"
  7630. ]
  7631. },
  7632. "notification-url": "https://packagist.org/downloads/",
  7633. "license": [
  7634. "BSD-3-Clause"
  7635. ],
  7636. "authors": [
  7637. {
  7638. "name": "Sebastian Bergmann",
  7639. "email": "sebastian@phpunit.de",
  7640. "role": "lead"
  7641. }
  7642. ],
  7643. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  7644. "homepage": "https://github.com/sebastianbergmann/version",
  7645. "support": {
  7646. "issues": "https://github.com/sebastianbergmann/version/issues",
  7647. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  7648. },
  7649. "funding": [
  7650. {
  7651. "url": "https://github.com/sebastianbergmann",
  7652. "type": "github"
  7653. }
  7654. ],
  7655. "time": "2020-09-28T06:39:44+00:00"
  7656. },
  7657. {
  7658. "name": "theseer/tokenizer",
  7659. "version": "1.2.0",
  7660. "source": {
  7661. "type": "git",
  7662. "url": "https://github.com/theseer/tokenizer.git",
  7663. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  7664. },
  7665. "dist": {
  7666. "type": "zip",
  7667. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  7668. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  7669. "shasum": ""
  7670. },
  7671. "require": {
  7672. "ext-dom": "*",
  7673. "ext-tokenizer": "*",
  7674. "ext-xmlwriter": "*",
  7675. "php": "^7.2 || ^8.0"
  7676. },
  7677. "type": "library",
  7678. "autoload": {
  7679. "classmap": [
  7680. "src/"
  7681. ]
  7682. },
  7683. "notification-url": "https://packagist.org/downloads/",
  7684. "license": [
  7685. "BSD-3-Clause"
  7686. ],
  7687. "authors": [
  7688. {
  7689. "name": "Arne Blankerts",
  7690. "email": "arne@blankerts.de",
  7691. "role": "Developer"
  7692. }
  7693. ],
  7694. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  7695. "support": {
  7696. "issues": "https://github.com/theseer/tokenizer/issues",
  7697. "source": "https://github.com/theseer/tokenizer/tree/master"
  7698. },
  7699. "funding": [
  7700. {
  7701. "url": "https://github.com/theseer",
  7702. "type": "github"
  7703. }
  7704. ],
  7705. "time": "2020-07-12T23:59:07+00:00"
  7706. }
  7707. ],
  7708. "aliases": [],
  7709. "minimum-stability": "dev",
  7710. "stability-flags": [],
  7711. "prefer-stable": true,
  7712. "prefer-lowest": false,
  7713. "platform": {
  7714. "php": "^7.3|^8.0"
  7715. },
  7716. "platform-dev": [],
  7717. "plugin-api-version": "2.0.0"
  7718. }