66 lines
2.2 KiB
JSON
66 lines
2.2 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "8d312d270cd3c49a7382a797894024f0",
|
|
"packages": [
|
|
{
|
|
"name": "patrickschur/language-detection",
|
|
"version": "v4.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/patrickschur/language-detection.git",
|
|
"reference": "2457cd130cb5d0f03d7c4337b1f1ca40dcc9de7b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/patrickschur/language-detection/zipball/2457cd130cb5d0f03d7c4337b1f1ca40dcc9de7b",
|
|
"reference": "2457cd130cb5d0f03d7c4337b1f1ca40dcc9de7b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.4.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LanguageDetection\\": "src/LanguageDetection"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Patrick Schur",
|
|
"email": "patrick_schur@outlook.de"
|
|
}
|
|
],
|
|
"description": "A language detection library for PHP. Detects the language from a given text string.",
|
|
"homepage": "https://github.com/patrickschur/language-detection",
|
|
"keywords": [
|
|
"detect",
|
|
"detection",
|
|
"language"
|
|
],
|
|
"time": "2020-08-12T14:46:28+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "1.1.0"
|
|
}
|