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.

6985 lines
244 KiB

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