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.

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