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.

7351 lines
261 KiB

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