My SMM panel
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7964 lines
284 KiB

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