installed.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "packages": [
  3. {
  4. "name": "patrickschur/language-detection",
  5. "version": "v5.1.0",
  6. "version_normalized": "5.1.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/patrickschur/language-detection.git",
  10. "reference": "728f1434dcf126ce3ed7118567c014d80d7fdd9c"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/728f1434dcf126ce3ed7118567c014d80d7fdd9c",
  15. "reference": "728f1434dcf126ce3ed7118567c014d80d7fdd9c",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "ext-json": "*",
  20. "ext-mbstring": "*",
  21. "php": "^7.3 || ^8.0"
  22. },
  23. "require-dev": {
  24. "phpunit/phpunit": "^9.5.0"
  25. },
  26. "time": "2021-03-05T22:18:57+00:00",
  27. "type": "library",
  28. "installation-source": "dist",
  29. "autoload": {
  30. "psr-4": {
  31. "LanguageDetection\\": "src/LanguageDetection"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Patrick Schur",
  41. "email": "patrick_schur@outlook.de"
  42. }
  43. ],
  44. "description": "A language detection library for PHP. Detects the language from a given text string.",
  45. "homepage": "https://github.com/patrickschur/language-detection",
  46. "keywords": [
  47. "detect",
  48. "detection",
  49. "language"
  50. ],
  51. "support": {
  52. "issues": "https://github.com/patrickschur/language-detection/issues",
  53. "source": "https://github.com/patrickschur/language-detection/tree/v5.1.0"
  54. },
  55. "install-path": "../patrickschur/language-detection"
  56. }
  57. ],
  58. "dev": true,
  59. "dev-package-names": []
  60. }