Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
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.

109 lines
3.6 KiB

5 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": "d290fe8615d2fd09cfd976def6121adc",
  8. "packages": [
  9. {
  10. "name": "erusev/parsedown",
  11. "version": "1.7.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/erusev/parsedown.git",
  15. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  20. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.8.35"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-0": {
  33. "Parsedown": ""
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Emanuil Rusev",
  43. "email": "hello@erusev.com",
  44. "homepage": "http://erusev.com"
  45. }
  46. ],
  47. "description": "Parser for Markdown.",
  48. "homepage": "http://parsedown.org",
  49. "keywords": [
  50. "markdown",
  51. "parser"
  52. ],
  53. "time": "2019-03-17T18:48:37+00:00"
  54. },
  55. {
  56. "name": "mikecao/flight",
  57. "version": "v1.3.7",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/mikecao/flight.git",
  61. "reference": "7d5970f7617861c868a5c728764421d8950faaf0"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/mikecao/flight/zipball/7d5970f7617861c868a5c728764421d8950faaf0",
  66. "reference": "7d5970f7617861c868a5c728764421d8950faaf0",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "php": ">=5.3.0"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "~4.6"
  74. },
  75. "type": "library",
  76. "autoload": {
  77. "files": [
  78. "flight/autoload.php",
  79. "flight/Flight.php"
  80. ]
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "Mike Cao",
  89. "email": "mike@mikecao.com",
  90. "homepage": "http://www.mikecao.com/",
  91. "role": "Original Developer"
  92. }
  93. ],
  94. "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
  95. "homepage": "http://flightphp.com",
  96. "time": "2018-11-23T23:05:33+00:00"
  97. }
  98. ],
  99. "packages-dev": [],
  100. "aliases": [],
  101. "minimum-stability": "stable",
  102. "stability-flags": [],
  103. "prefer-stable": false,
  104. "prefer-lowest": false,
  105. "platform": {
  106. "php": "^7.0"
  107. },
  108. "platform-dev": []
  109. }