You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8152 lines
292 KiB

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