DE translation of langfilter addon
[friendica-addons.git/.git] / langfilter / composer.lock
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": "7524bbd9381490bdfd604a84385da630",
8     "packages": [
9         {
10             "name": "matriphe/iso-639",
11             "version": "1.2",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/matriphe/php-iso-639.git",
15                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/matriphe/php-iso-639/zipball/0245d844daeefdd22a54b47103ffdb0e03c323e1",
20                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1",
21                 "shasum": ""
22             },
23             "require-dev": {
24                 "phpunit/phpunit": "^4.7"
25             },
26             "type": "library",
27             "autoload": {
28                 "psr-4": {
29                     "Matriphe\\ISO639\\": "src/"
30                 }
31             },
32             "notification-url": "https://packagist.org/downloads/",
33             "license": [
34                 "MIT"
35             ],
36             "authors": [
37                 {
38                     "name": "Muhammad Zamroni",
39                     "email": "halo@matriphe.com"
40                 }
41             ],
42             "description": "PHP library to convert ISO-639-1 code to language name.",
43             "keywords": [
44                 "639",
45                 "iso",
46                 "iso-639",
47                 "lang",
48                 "language",
49                 "laravel"
50             ],
51             "time": "2017-07-19T15:11:19+00:00"
52         }
53     ],
54     "packages-dev": [],
55     "aliases": [],
56     "minimum-stability": "stable",
57     "stability-flags": [],
58     "prefer-stable": false,
59     "prefer-lowest": false,
60     "platform": [],
61     "platform-dev": [],
62     "plugin-api-version": "1.1.0"
63 }