Captive Portal - Hotspot Wifi
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

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