composer.lock 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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": "8fa5f3e8ff0d88b02f744b9dc4cfa420",
  8. "packages": [
  9. {
  10. "name": "teamtnt/tntsearch",
  11. "version": "v2.9.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/teamtnt/tntsearch.git",
  15. "reference": "ccedae0cfe21f7831f2dd1f973cf8904dad42d8d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/teamtnt/tntsearch/zipball/ccedae0cfe21f7831f2dd1f973cf8904dad42d8d",
  20. "reference": "ccedae0cfe21f7831f2dd1f973cf8904dad42d8d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-mbstring": "*",
  25. "ext-pdo_sqlite": "*",
  26. "ext-sqlite3": "*",
  27. "php": "~7.1|^8"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "7.*|8.*|9.*",
  31. "symfony/var-dumper": "^4|^5.2"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "files": [
  36. "helper/helpers.php"
  37. ],
  38. "psr-4": {
  39. "TeamTNT\\TNTSearch\\": "src"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "MIT"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Nenad Tičarić",
  49. "email": "nticaric@gmail.com",
  50. "homepage": "http://www.tntstudio.us",
  51. "role": "Developer"
  52. }
  53. ],
  54. "description": "A fully featured full text search engine written in PHP",
  55. "homepage": "https://github.com/teamtnt/tntsearch",
  56. "keywords": [
  57. "Fuzzy search",
  58. "bm25",
  59. "fulltext",
  60. "geosearch",
  61. "search",
  62. "stemming",
  63. "teamtnt",
  64. "text classification",
  65. "tntsearch"
  66. ],
  67. "support": {
  68. "issues": "https://github.com/teamtnt/tntsearch/issues",
  69. "source": "https://github.com/teamtnt/tntsearch/tree/v2.9.0"
  70. },
  71. "funding": [
  72. {
  73. "url": "https://ko-fi.com/nticaric",
  74. "type": "ko_fi"
  75. },
  76. {
  77. "url": "https://opencollective.com/tntsearch",
  78. "type": "open_collective"
  79. },
  80. {
  81. "url": "https://www.patreon.com/nticaric",
  82. "type": "patreon"
  83. }
  84. ],
  85. "time": "2022-02-22T10:35:34+00:00"
  86. }
  87. ],
  88. "packages-dev": [],
  89. "aliases": [],
  90. "minimum-stability": "stable",
  91. "stability-flags": [],
  92. "prefer-stable": false,
  93. "prefer-lowest": false,
  94. "platform": {
  95. "php": ">=7.1.3",
  96. "ext-json": "*",
  97. "ext-pdo": "*"
  98. },
  99. "platform-dev": [],
  100. "platform-overrides": {
  101. "php": "7.1.3"
  102. },
  103. "plugin-api-version": "2.3.0"
  104. }