composer.lock 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "5d0b2bff6d079a741f0b58fa8bf1995a",
  8. "content-hash": "bbb6d709ce4c36bb620969bde613b3df",
  9. "packages": [
  10. {
  11. "name": "cebe/markdown",
  12. "version": "1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/cebe/markdown.git",
  16. "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/cebe/markdown/zipball/54a2c49de31cc44e864ebf0500a35ef21d0010b2",
  21. "reference": "54a2c49de31cc44e864ebf0500a35ef21d0010b2",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "lib-pcre": "*",
  26. "php": ">=5.4.0"
  27. },
  28. "require-dev": {
  29. "cebe/indent": "*",
  30. "facebook/xhprof": "*@dev",
  31. "phpunit/phpunit": "4.1.*"
  32. },
  33. "bin": [
  34. "bin/markdown"
  35. ],
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "1.1.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "cebe\\markdown\\": ""
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Carsten Brandt",
  54. "email": "mail@cebe.cc",
  55. "homepage": "http://cebe.cc/",
  56. "role": "Creator"
  57. }
  58. ],
  59. "description": "A super fast, highly extensible markdown parser for PHP",
  60. "homepage": "https://github.com/cebe/markdown#readme",
  61. "keywords": [
  62. "extensible",
  63. "fast",
  64. "gfm",
  65. "markdown",
  66. "markdown-extra"
  67. ],
  68. "time": "2015-03-06 05:28:07"
  69. }
  70. ],
  71. "packages-dev": [],
  72. "aliases": [],
  73. "minimum-stability": "stable",
  74. "stability-flags": [],
  75. "prefer-stable": false,
  76. "prefer-lowest": false,
  77. "platform": [],
  78. "platform-dev": []
  79. }