installed.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "packages": [
  3. {
  4. "name": "teamtnt/tntsearch",
  5. "version": "v2.9.0",
  6. "version_normalized": "2.9.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/teamtnt/tntsearch.git",
  10. "reference": "ccedae0cfe21f7831f2dd1f973cf8904dad42d8d"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/teamtnt/tntsearch/zipball/ccedae0cfe21f7831f2dd1f973cf8904dad42d8d",
  15. "reference": "ccedae0cfe21f7831f2dd1f973cf8904dad42d8d",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-mbstring": "*",
  20. "ext-pdo_sqlite": "*",
  21. "ext-sqlite3": "*",
  22. "php": "~7.1|^8"
  23. },
  24. "require-dev": {
  25. "phpunit/phpunit": "7.*|8.*|9.*",
  26. "symfony/var-dumper": "^4|^5.2"
  27. },
  28. "time": "2022-02-22T10:35:34+00:00",
  29. "type": "library",
  30. "installation-source": "dist",
  31. "autoload": {
  32. "files": [
  33. "helper/helpers.php"
  34. ],
  35. "psr-4": {
  36. "TeamTNT\\TNTSearch\\": "src"
  37. }
  38. },
  39. "notification-url": "https://packagist.org/downloads/",
  40. "license": [
  41. "MIT"
  42. ],
  43. "authors": [
  44. {
  45. "name": "Nenad Tičarić",
  46. "email": "nticaric@gmail.com",
  47. "homepage": "http://www.tntstudio.us",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "A fully featured full text search engine written in PHP",
  52. "homepage": "https://github.com/teamtnt/tntsearch",
  53. "keywords": [
  54. "Fuzzy search",
  55. "bm25",
  56. "fulltext",
  57. "geosearch",
  58. "search",
  59. "stemming",
  60. "teamtnt",
  61. "text classification",
  62. "tntsearch"
  63. ],
  64. "support": {
  65. "issues": "https://github.com/teamtnt/tntsearch/issues",
  66. "source": "https://github.com/teamtnt/tntsearch/tree/v2.9.0"
  67. },
  68. "funding": [
  69. {
  70. "url": "https://ko-fi.com/nticaric",
  71. "type": "ko_fi"
  72. },
  73. {
  74. "url": "https://opencollective.com/tntsearch",
  75. "type": "open_collective"
  76. },
  77. {
  78. "url": "https://www.patreon.com/nticaric",
  79. "type": "patreon"
  80. }
  81. ],
  82. "install-path": "../teamtnt/tntsearch"
  83. }
  84. ],
  85. "dev": true,
  86. "dev-package-names": []
  87. }