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.

6972 lines
244 KiB

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