composer.lock 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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": "a56995c0c0eb50fce072f08da4de1561",
  8. "packages": [
  9. {
  10. "name": "sensiolabs/ansi-to-html",
  11. "version": "v1.2.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/sensiolabs/ansi-to-html.git",
  15. "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/94a3145aae4733ff933c8910263ef56d1ae317a9",
  20. "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9",
  21. "shasum": "",
  22. "mirrors": [
  23. {
  24. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  25. "preferred": true
  26. }
  27. ]
  28. },
  29. "require": {
  30. "php": ">=7.2.5"
  31. },
  32. "conflict": {
  33. "twig/twig": "< 2.4.0"
  34. },
  35. "require-dev": {
  36. "twig/twig": "^2.4 || ^3.0"
  37. },
  38. "suggest": {
  39. "twig/twig": "Provides nice templating features"
  40. },
  41. "type": "library",
  42. "extra": {
  43. "branch-alias": {
  44. "dev-master": "1.2-dev"
  45. }
  46. },
  47. "autoload": {
  48. "psr-4": {
  49. "SensioLabs\\AnsiConverter\\": "SensioLabs/AnsiConverter"
  50. }
  51. },
  52. "notification-url": "https://packagist.org/downloads/",
  53. "license": [
  54. "MIT"
  55. ],
  56. "authors": [
  57. {
  58. "name": "Fabien Potencier",
  59. "email": "[email protected]"
  60. }
  61. ],
  62. "description": "A library to convert a text with ANSI codes to HTML",
  63. "support": {
  64. "issues": "https://github.com/sensiolabs/ansi-to-html/issues",
  65. "source": "https://github.com/sensiolabs/ansi-to-html/tree/v1.2.1"
  66. },
  67. "time": "2020-10-06T05:48:55+00:00"
  68. }
  69. ],
  70. "packages-dev": [],
  71. "aliases": [],
  72. "minimum-stability": "stable",
  73. "stability-flags": [],
  74. "prefer-stable": false,
  75. "prefer-lowest": false,
  76. "platform": [],
  77. "platform-dev": [],
  78. "plugin-api-version": "2.1.0"
  79. }