composer.lock 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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": "5844111f2dcdd07cb67674c95339d59a",
  8. "packages": [
  9. {
  10. "name": "patrickschur/language-detection",
  11. "version": "v3.4.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/patrickschur/language-detection.git",
  15. "reference": "9d7a45118289939ef46d8a02763c7fec32eed7ba"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/9d7a45118289939ef46d8a02763c7fec32eed7ba",
  20. "reference": "9d7a45118289939ef46d8a02763c7fec32eed7ba",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "ext-mbstring": "*",
  26. "php": "^7.2"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^8.4.3"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "LanguageDetection\\": "src/LanguageDetection"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Patrick Schur",
  44. "email": "patrick_schur@outlook.de"
  45. }
  46. ],
  47. "description": "A language detection library for PHP. Detects the language from a given text string.",
  48. "homepage": "https://github.com/patrickschur/language-detection",
  49. "keywords": [
  50. "detect",
  51. "detection",
  52. "language"
  53. ],
  54. "time": "2019-11-16T14:23:06+00:00"
  55. }
  56. ],
  57. "packages-dev": [],
  58. "aliases": [],
  59. "minimum-stability": "stable",
  60. "stability-flags": [],
  61. "prefer-stable": false,
  62. "prefer-lowest": false,
  63. "platform": [],
  64. "platform-dev": [],
  65. "plugin-api-version": "1.1.0"
  66. }