]> git.mxchange.org Git - friendica.git/commitdiff
[Composer] Add new geekwright/po dependency
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Oct 2021 14:18:53 +0000 (10:18 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 9 Oct 2021 19:46:55 +0000 (15:46 -0400)
composer.json
composer.lock

index 0efba36645f5ed4a351c31349ffe333227df6115..b7f1fc60ad867e6442ad94d5cb4912516b61a6a0 100644 (file)
                "divineomega/password_exposed": "^2.8",
                "ezyang/htmlpurifier": "^4.7",
                "friendica/json-ld": "^1.0",
+               "geekwright/po": "^2.0",
                "guzzlehttp/guzzle": "^6.5",
                "league/html-to-markdown": "^4.8",
                "level-2/dice": "^4",
                "lightopenid/lightopenid": "dev-master",
                "matriphe/iso-639": "^1.2",
+               "mattwright/urlresolver": "^2.0",
                "michelf/php-markdown": "^1.7",
+               "minishlink/web-push": "^6.0",
                "mobiledetect/mobiledetectlib": "^2.8",
                "monolog/monolog": "^1.25",
                "nikic/fast-route": "^1.3",
@@ -68,9 +71,7 @@
                "npm-asset/moment": "^2.24",
                "npm-asset/perfect-scrollbar": "0.6.16",
                "npm-asset/textcomplete": "^0.18.2",
-               "npm-asset/typeahead.js": "^0.11.1",
-               "minishlink/web-push": "^6.0",
-               "mattwright/urlresolver": "^2.0"
+               "npm-asset/typeahead.js": "^0.11.1"
        },
        "repositories": [
                {
index 906a681e452967cd89436b5d91090b4d556fc0f9..edbc73926bd3dcf3bf74686e1e1ad704ae3eb263 100644 (file)
@@ -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": "c9e0a9eacc23d884012042eeab01cc8b",
+    "content-hash": "c43b7d45ba7fe0a870b75b2e4334f9da",
     "packages": [
         {
             "name": "asika/simple-console",
             ],
             "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",