installed.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "name": "patrickschur/language-detection",
  4. "version": "v3.4.2",
  5. "version_normalized": "3.4.2.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/patrickschur/language-detection.git",
  9. "reference": "9d7a45118289939ef46d8a02763c7fec32eed7ba"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/9d7a45118289939ef46d8a02763c7fec32eed7ba",
  14. "reference": "9d7a45118289939ef46d8a02763c7fec32eed7ba",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-json": "*",
  19. "ext-mbstring": "*",
  20. "php": "^7.2"
  21. },
  22. "require-dev": {
  23. "phpunit/phpunit": "^8.4.3"
  24. },
  25. "time": "2019-11-16T14:23:06+00:00",
  26. "type": "library",
  27. "installation-source": "dist",
  28. "autoload": {
  29. "psr-4": {
  30. "LanguageDetection\\": "src/LanguageDetection"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Patrick Schur",
  40. "email": "patrick_schur@outlook.de"
  41. }
  42. ],
  43. "description": "A language detection library for PHP. Detects the language from a given text string.",
  44. "homepage": "https://github.com/patrickschur/language-detection",
  45. "keywords": [
  46. "detect",
  47. "detection",
  48. "language"
  49. ]
  50. }
  51. ]