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.

8417 lines
301 KiB

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