{ "_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": "5844111f2dcdd07cb67674c95339d59a", "packages": [ { "name": "patrickschur/language-detection", "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/patrickschur/language-detection.git", "reference": "9d7a45118289939ef46d8a02763c7fec32eed7ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/9d7a45118289939ef46d8a02763c7fec32eed7ba", "reference": "9d7a45118289939ef46d8a02763c7fec32eed7ba", "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": "2019-11-16T14:23:06+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" }