X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.lock;h=edbc73926bd3dcf3bf74686e1e1ad704ae3eb263;hb=3153e098b0e83910a550773f5661d4e8541b14b7;hp=facde6d0bdf5f31436b1f43885a50b17aee7aacd;hpb=4af63bd70261317f2f956e6970e3a9aaacb020ec;p=friendica.git diff --git a/composer.lock b/composer.lock index facde6d0bd..edbc73926b 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": "6dda88f5629c38f3d07b31e13ded57aa", + "content-hash": "c43b7d45ba7fe0a870b75b2e4334f9da", "packages": [ { "name": "asika/simple-console", @@ -739,6 +739,54 @@ ], "time": "2019-08-08T18:36:07+00:00" }, + { + "name": "geekwright/po", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/geekwright/Po.git", + "reference": "f9222a901d38f2101d22f767099926d945c78db5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/geekwright/Po/zipball/f9222a901d38f2101d22f767099926d945c78db5", + "reference": "f9222a901d38f2101d22f767099926d945c78db5", + "shasum": "" + }, + "require": { + "php": ">7.1" + }, + "require-dev": { + "phpunit/phpunit": "^7.0|^8.0", + "smarty/smarty": "^3.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Geekwright\\Po\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Richard Griffith", + "email": "richard@geekwright.com" + } + ], + "description": "Objects to assist in reading, manipulating and creating GNU gettext style PO files", + "homepage": "https://github.com/geekwright/Po", + "keywords": [ + "gettext", + "i18n", + "l10n", + "po", + "pot" + ], + "time": "2020-12-30T23:34:48+00:00" + }, { "name": "guzzlehttp/guzzle", "version": "6.5.5", @@ -1133,6 +1181,52 @@ ], "time": "2017-07-19T15:11:19+00:00" }, + { + "name": "mattwright/urlresolver", + "version": "2.0", + "source": { + "type": "git", + "url": "https://github.com/mattwright/URLResolver.php.git", + "reference": "416039192cb6d9158bdacd68349bceff8739b857" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mattwright/URLResolver.php/zipball/416039192cb6d9158bdacd68349bceff8739b857", + "reference": "416039192cb6d9158bdacd68349bceff8739b857", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-mbstring": "*", + "php": ">=5.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "mattwright\\": "." + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Wright", + "email": "mw@mattwright.com" + } + ], + "description": "PHP class that attempts to resolve URLs to a final, canonical link.", + "homepage": "https://github.com/mattwright/URLResolver.php", + "keywords": [ + "canonical", + "link", + "redirect", + "resolve", + "url" + ], + "time": "2019-01-18T00:59:34+00:00" + }, { "name": "michelf/php-markdown", "version": "1.9.0",