Second Commit
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

9336 wiersze
335 KiB

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