My beer compendium
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7885 lines
281 KiB

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