X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.lock;h=8ba31ecb03b77979a05932677e9c9868b30c1994;hb=0de8319c1553c90e7eb6b1e74c854d86de56ea87;hp=e36677808008c9a518cc0dfee4e40016f1849cad;hpb=d4968b456204416136ec800197a408842d2e25c5;p=friendica.git diff --git a/composer.lock b/composer.lock index e366778080..8ba31ecb03 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "744827edc867db110530c378e051db9b", + "content-hash": "fd22bd8c29dcea3d6b6eeb117d79af52", "packages": [ { "name": "asika/simple-console", @@ -877,6 +877,50 @@ ], "time": "2013-10-27T16:25:49+00:00" }, + { + "name": "matriphe/iso-639", + "version": "1.2", + "source": { + "type": "git", + "url": "https://github.com/matriphe/php-iso-639.git", + "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matriphe/php-iso-639/zipball/0245d844daeefdd22a54b47103ffdb0e03c323e1", + "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "^4.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Matriphe\\ISO639\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Muhammad Zamroni", + "email": "halo@matriphe.com" + } + ], + "description": "PHP library to convert ISO-639-1 code to language name.", + "keywords": [ + "639", + "iso", + "iso-639", + "lang", + "language", + "laravel" + ], + "time": "2017-07-19T15:11:19+00:00" + }, { "name": "michelf/php-markdown", "version": "1.9.0",