composer.lock 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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": "10553853f6dbffaebc62032c1fd378b6",
  8. "packages": [
  9. {
  10. "name": "patrickschur/language-detection",
  11. "version": "v5.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/patrickschur/language-detection.git",
  15. "reference": "728f1434dcf126ce3ed7118567c014d80d7fdd9c"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/728f1434dcf126ce3ed7118567c014d80d7fdd9c",
  20. "reference": "728f1434dcf126ce3ed7118567c014d80d7fdd9c",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "ext-mbstring": "*",
  26. "php": "^7.3 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^9.5.0"
  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. "support": {
  55. "issues": "https://github.com/patrickschur/language-detection/issues",
  56. "source": "https://github.com/patrickschur/language-detection/tree/v5.1.0"
  57. },
  58. "time": "2021-03-05T22:18:57+00:00"
  59. }
  60. ],
  61. "packages-dev": [],
  62. "aliases": [],
  63. "minimum-stability": "stable",
  64. "stability-flags": [],
  65. "prefer-stable": false,
  66. "prefer-lowest": false,
  67. "platform": [],
  68. "platform-dev": [],
  69. "plugin-api-version": "2.3.0"
  70. }