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.

6875 lines
240 KiB

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