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.

8269 lines
296 KiB

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