From b9812ba06ac16899df2a25f0abf25962ae3273f2 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 30 May 2023 08:36:17 +0000 Subject: update composer libs --- vendor/composer/autoload_classmap.php | 2 + vendor/composer/autoload_static.php | 2 + vendor/composer/installed.json | 152 +++++++++++++++++----------------- vendor/composer/installed.php | 60 +++++++------- 4 files changed, 108 insertions(+), 108 deletions(-) (limited to 'vendor/composer') diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 052a364b1..b7fa80a14 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -533,6 +533,7 @@ return array( 'Ramsey\\Uuid\\Rfc4122\\UuidV5' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV5.php', 'Ramsey\\Uuid\\Rfc4122\\UuidV6' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV6.php', 'Ramsey\\Uuid\\Rfc4122\\UuidV7' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV7.php', + 'Ramsey\\Uuid\\Rfc4122\\UuidV8' => $vendorDir . '/ramsey/uuid/src/Rfc4122/UuidV8.php', 'Ramsey\\Uuid\\Rfc4122\\Validator' => $vendorDir . '/ramsey/uuid/src/Rfc4122/Validator.php', 'Ramsey\\Uuid\\Rfc4122\\VariantTrait' => $vendorDir . '/ramsey/uuid/src/Rfc4122/VariantTrait.php', 'Ramsey\\Uuid\\Rfc4122\\VersionTrait' => $vendorDir . '/ramsey/uuid/src/Rfc4122/VersionTrait.php', @@ -1334,6 +1335,7 @@ return array( 'Zotlabs\\Module\\Layouts' => $baseDir . '/Zotlabs/Module/Layouts.php', 'Zotlabs\\Module\\Like' => $baseDir . '/Zotlabs/Module/Like.php', 'Zotlabs\\Module\\Linkinfo' => $baseDir . '/Zotlabs/Module/Linkinfo.php', + 'Zotlabs\\Module\\Lists' => $baseDir . '/Zotlabs/Module/Lists.php', 'Zotlabs\\Module\\Lockview' => $baseDir . '/Zotlabs/Module/Lockview.php', 'Zotlabs\\Module\\Locs' => $baseDir . '/Zotlabs/Module/Locs.php', 'Zotlabs\\Module\\Login' => $baseDir . '/Zotlabs/Module/Login.php', diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 5b8d7310a..a8f8229fe 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -770,6 +770,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d 'Ramsey\\Uuid\\Rfc4122\\UuidV5' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV5.php', 'Ramsey\\Uuid\\Rfc4122\\UuidV6' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV6.php', 'Ramsey\\Uuid\\Rfc4122\\UuidV7' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV7.php', + 'Ramsey\\Uuid\\Rfc4122\\UuidV8' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/UuidV8.php', 'Ramsey\\Uuid\\Rfc4122\\Validator' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/Validator.php', 'Ramsey\\Uuid\\Rfc4122\\VariantTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/VariantTrait.php', 'Ramsey\\Uuid\\Rfc4122\\VersionTrait' => __DIR__ . '/..' . '/ramsey/uuid/src/Rfc4122/VersionTrait.php', @@ -1571,6 +1572,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d 'Zotlabs\\Module\\Layouts' => __DIR__ . '/../..' . '/Zotlabs/Module/Layouts.php', 'Zotlabs\\Module\\Like' => __DIR__ . '/../..' . '/Zotlabs/Module/Like.php', 'Zotlabs\\Module\\Linkinfo' => __DIR__ . '/../..' . '/Zotlabs/Module/Linkinfo.php', + 'Zotlabs\\Module\\Lists' => __DIR__ . '/../..' . '/Zotlabs/Module/Lists.php', 'Zotlabs\\Module\\Lockview' => __DIR__ . '/../..' . '/Zotlabs/Module/Lockview.php', 'Zotlabs\\Module\\Locs' => __DIR__ . '/../..' . '/Zotlabs/Module/Locs.php', 'Zotlabs\\Module\\Login' => __DIR__ . '/../..' . '/Zotlabs/Module/Login.php', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 02a8faa7a..acc291c31 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -70,29 +70,28 @@ }, { "name": "brick/math", - "version": "0.9.3", - "version_normalized": "0.9.3.0", + "version": "0.11.0", + "version_normalized": "0.11.0.0", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", - "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", + "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", + "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.1 || ^8.0" + "php": "^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", - "vimeo/psalm": "4.9.2" + "phpunit/phpunit": "^9.0", + "vimeo/psalm": "5.0.0" }, - "time": "2021-08-15T20:50:18+00:00", + "time": "2023-01-15T23:15:59+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -117,33 +116,29 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.9.3" + "source": "https://github.com/brick/math/tree/0.11.0" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/brick/math", - "type": "tidelift" } ], "install-path": "../brick/math" }, { "name": "bshaffer/oauth2-server-php", - "version": "v1.12.1", - "version_normalized": "1.12.1.0", + "version": "v1.13.0", + "version_normalized": "1.13.0.0", "source": { "type": "git", "url": "https://github.com/bshaffer/oauth2-server-php.git", - "reference": "2bfaf9d7bbebe2ba1c1deb48e756ba0b3af4e985" + "reference": "cd11527b29ceb340f24015b6df868c22908bcf12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/2bfaf9d7bbebe2ba1c1deb48e756ba0b3af4e985", - "reference": "2bfaf9d7bbebe2ba1c1deb48e756ba0b3af4e985", + "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/cd11527b29ceb340f24015b6df868c22908bcf12", + "reference": "cd11527b29ceb340f24015b6df868c22908bcf12", "shasum": "" }, "require": { @@ -165,7 +160,7 @@ "predis/predis": "Required to use Redis storage", "thobbs/phpcassa": "Required to use Cassandra storage" }, - "time": "2022-05-31T16:12:58+00:00", + "time": "2022-10-12T17:33:08+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -193,7 +188,7 @@ ], "support": { "issues": "https://github.com/bshaffer/oauth2-server-php/issues", - "source": "https://github.com/bshaffer/oauth2-server-php/tree/v1.12.1" + "source": "https://github.com/bshaffer/oauth2-server-php/tree/v1.13.0" }, "install-path": "../bshaffer/oauth2-server-php" }, @@ -347,27 +342,27 @@ }, { "name": "commerceguys/intl", - "version": "v1.1.1", - "version_normalized": "1.1.1.0", + "version": "v1.1.2", + "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/commerceguys/intl.git", - "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f" + "reference": "f6200ca01f8c095f2a2602782b353770f738db87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/intl/zipball/cab3b55dbf8c1753fe54457404082c777a8c154f", - "reference": "cab3b55dbf8c1753fe54457404082c777a8c154f", + "url": "https://api.github.com/repos/commerceguys/intl/zipball/f6200ca01f8c095f2a2602782b353770f738db87", + "reference": "f6200ca01f8c095f2a2602782b353770f738db87", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.3" }, "require-dev": { "mikey179/vfsstream": "1.*", - "phpunit/phpunit": "^7.5" + "phpunit/phpunit": "^9.5" }, - "time": "2021-10-30T18:07:14+00:00", + "time": "2023-02-20T09:57:58+00:00", "type": "library", "extra": { "branch-alias": { @@ -387,12 +382,15 @@ "authors": [ { "name": "Bojan Zivanovic" + }, + { + "name": "Jonathan Sacksick" } ], "description": "Internationalization library powered by CLDR data.", "support": { "issues": "https://github.com/commerceguys/intl/issues", - "source": "https://github.com/commerceguys/intl/tree/v1.1.1" + "source": "https://github.com/commerceguys/intl/tree/v1.1.2" }, "install-path": "../commerceguys/intl" }, @@ -838,17 +836,17 @@ }, { "name": "pear/text_languagedetect", - "version": "v1.0.1", - "version_normalized": "1.0.1.0", + "version": "v1.0.2", + "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/pear/Text_LanguageDetect.git", - "reference": "9e253f26cef9a9066f53f200cc3e0684018cb5b5" + "reference": "655b269959782416426cf0aa7bd47e19fed63210" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/9e253f26cef9a9066f53f200cc3e0684018cb5b5", - "reference": "9e253f26cef9a9066f53f200cc3e0684018cb5b5", + "url": "https://api.github.com/repos/pear/Text_LanguageDetect/zipball/655b269959782416426cf0aa7bd47e19fed63210", + "reference": "655b269959782416426cf0aa7bd47e19fed63210", "shasum": "" }, "require-dev": { @@ -857,7 +855,7 @@ "suggest": { "ext-mbstring": "May require the mbstring PHP extension" }, - "time": "2020-05-17T12:19:40+00:00", + "time": "2023-02-27T20:54:21+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1136,25 +1134,24 @@ }, { "name": "ramsey/uuid", - "version": "4.5.1", - "version_normalized": "4.5.1.0", + "version": "4.7.4", + "version_normalized": "4.7.4.0", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d" + "reference": "60a4c63ab724854332900504274f6150ff26d286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/a161a26d917604dc6d3aa25100fddf2556e9f35d", - "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286", + "reference": "60a4c63ab724854332900504274f6150ff26d286", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10", - "ext-ctype": "*", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", "ext-json": "*", "php": "^8.0", - "ramsey/collection": "^1.0" + "ramsey/collection": "^1.2 || ^2.0" }, "replace": { "rhumsaa/uuid": "self.version" @@ -1183,13 +1180,12 @@ }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-ctype": "Enables faster processing of character classification using ctype functions.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, - "time": "2022-09-16T03:22:46+00:00", + "time": "2023-04-15T23:01:58+00:00", "type": "library", "extra": { "captainhook": { @@ -1217,7 +1213,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.5.1" + "source": "https://github.com/ramsey/uuid/tree/4.7.4" }, "funding": [ { @@ -1517,23 +1513,23 @@ }, { "name": "sabre/vobject", - "version": "4.5.1", - "version_normalized": "4.5.1.0", + "version": "4.5.3", + "version_normalized": "4.5.3.0", "source": { "type": "git", "url": "https://github.com/sabre-io/vobject.git", - "reference": "1f836740c88bac483f3b572a332eb8fd1cd04981" + "reference": "fe6d9183154ed6f2f913f2b568d3d51d8ae9b308" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/vobject/zipball/1f836740c88bac483f3b572a332eb8fd1cd04981", - "reference": "1f836740c88bac483f3b572a332eb8fd1cd04981", + "url": "https://api.github.com/repos/sabre-io/vobject/zipball/fe6d9183154ed6f2f913f2b568d3d51d8ae9b308", + "reference": "fe6d9183154ed6f2f913f2b568d3d51d8ae9b308", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^7.1 || ^8.0", - "sabre/xml": "^2.1" + "sabre/xml": "^2.1 || ^3.0 || ^4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.17.1", @@ -1544,7 +1540,7 @@ "suggest": { "hoa/bench": "If you would like to run the benchmark scripts" }, - "time": "2022-10-09T10:06:31+00:00", + "time": "2023-01-22T12:21:50+00:00", "bin": [ "bin/vobject", "bin/generate_vcards" @@ -1785,17 +1781,17 @@ }, { "name": "smarty/smarty", - "version": "v4.3.0", - "version_normalized": "4.3.0.0", + "version": "v4.3.1", + "version_normalized": "4.3.1.0", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "c02e9e135ea719b91f457a0072748ded0e852e7d" + "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c02e9e135ea719b91f457a0072748ded0e852e7d", - "reference": "c02e9e135ea719b91f457a0072748ded0e852e7d", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e28cb0915b4e3749bf57d4ebae2984e25395cfe5", + "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5", "shasum": "" }, "require": { @@ -1805,7 +1801,7 @@ "phpunit/phpunit": "^8.5 || ^7.5", "smarty/smarty-lexer": "^3.1" }, - "time": "2022-11-22T21:47:32+00:00", + "time": "2023-03-28T19:47:03+00:00", "type": "library", "extra": { "branch-alias": { @@ -1848,23 +1844,23 @@ "support": { "forum": "https://github.com/smarty-php/smarty/discussions", "issues": "https://github.com/smarty-php/smarty/issues", - "source": "https://github.com/smarty-php/smarty/tree/v4.3.0" + "source": "https://github.com/smarty-php/smarty/tree/v4.3.1" }, "install-path": "../smarty/smarty" }, { "name": "spomky-labs/otphp", - "version": "11.1.0", - "version_normalized": "11.1.0.0", + "version": "11.2.0", + "version_normalized": "11.2.0.0", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/otphp.git", - "reference": "4849ac1aa560bfc56c0d1534b0d72532da4665ab" + "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/4849ac1aa560bfc56c0d1534b0d72532da4665ab", - "reference": "4849ac1aa560bfc56c0d1534b0d72532da4665ab", + "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9a1569038bb1c8e98040b14b8bcbba54f25e7795", + "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795", "shasum": "" }, "require": { @@ -1882,11 +1878,11 @@ "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5.26", "qossmic/deptrac-shim": "^1.0", - "rector/rector": "^0.14", + "rector/rector": "^0.15", "symfony/phpunit-bridge": "^6.1", "symplify/easy-coding-standard": "^11.0" }, - "time": "2022-11-11T12:57:17+00:00", + "time": "2023-03-16T19:16:25+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1921,7 +1917,7 @@ ], "support": { "issues": "https://github.com/Spomky-Labs/otphp/issues", - "source": "https://github.com/Spomky-Labs/otphp/tree/11.1.0" + "source": "https://github.com/Spomky-Labs/otphp/tree/11.2.0" }, "funding": [ { @@ -1937,27 +1933,27 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.26.0", - "version_normalized": "1.26.0.0", + "version": "v1.27.0", + "version_normalized": "1.27.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { "php": ">=7.1" }, - "time": "2022-05-24T11:49:31+00:00", + "time": "2022-11-03T14:55:06+00:00", "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1999,7 +1995,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 3bf54862e..c1e603fb7 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '1ed8b9dd149b9d2cb2fe30dc56ddc24cc523255c', + 'reference' => 'bc6aded074156ec81084334a4d6aa58bc0f37a68', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -20,18 +20,18 @@ 'dev_requirement' => false, ), 'brick/math' => array( - 'pretty_version' => '0.9.3', - 'version' => '0.9.3.0', - 'reference' => 'ca57d18f028f84f777b2168cd1911b0dee2343ae', + 'pretty_version' => '0.11.0', + 'version' => '0.11.0.0', + 'reference' => '0ad82ce168c82ba30d1c01ec86116ab52f589478', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => false, ), 'bshaffer/oauth2-server-php' => array( - 'pretty_version' => 'v1.12.1', - 'version' => '1.12.1.0', - 'reference' => '2bfaf9d7bbebe2ba1c1deb48e756ba0b3af4e985', + 'pretty_version' => 'v1.13.0', + 'version' => '1.13.0.0', + 'reference' => 'cd11527b29ceb340f24015b6df868c22908bcf12', 'type' => 'library', 'install_path' => __DIR__ . '/../bshaffer/oauth2-server-php', 'aliases' => array(), @@ -56,9 +56,9 @@ 'dev_requirement' => false, ), 'commerceguys/intl' => array( - 'pretty_version' => 'v1.1.1', - 'version' => '1.1.1.0', - 'reference' => 'cab3b55dbf8c1753fe54457404082c777a8c154f', + 'pretty_version' => 'v1.1.2', + 'version' => '1.1.2.0', + 'reference' => 'f6200ca01f8c095f2a2602782b353770f738db87', 'type' => 'library', 'install_path' => __DIR__ . '/../commerceguys/intl', 'aliases' => array(), @@ -128,9 +128,9 @@ 'dev_requirement' => false, ), 'pear/text_languagedetect' => array( - 'pretty_version' => 'v1.0.1', - 'version' => '1.0.1.0', - 'reference' => '9e253f26cef9a9066f53f200cc3e0684018cb5b5', + 'pretty_version' => 'v1.0.2', + 'version' => '1.0.2.0', + 'reference' => '655b269959782416426cf0aa7bd47e19fed63210', 'type' => 'library', 'install_path' => __DIR__ . '/../pear/text_languagedetect', 'aliases' => array(), @@ -164,9 +164,9 @@ 'dev_requirement' => false, ), 'ramsey/uuid' => array( - 'pretty_version' => '4.5.1', - 'version' => '4.5.1.0', - 'reference' => 'a161a26d917604dc6d3aa25100fddf2556e9f35d', + 'pretty_version' => '4.7.4', + 'version' => '4.7.4.0', + 'reference' => '60a4c63ab724854332900504274f6150ff26d286', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), @@ -175,7 +175,7 @@ 'rhumsaa/uuid' => array( 'dev_requirement' => false, 'replaced' => array( - 0 => '4.5.1', + 0 => '4.7.4', ), ), 'sabre/dav' => array( @@ -215,9 +215,9 @@ 'dev_requirement' => false, ), 'sabre/vobject' => array( - 'pretty_version' => '4.5.1', - 'version' => '4.5.1.0', - 'reference' => '1f836740c88bac483f3b572a332eb8fd1cd04981', + 'pretty_version' => '4.5.3', + 'version' => '4.5.3.0', + 'reference' => 'fe6d9183154ed6f2f913f2b568d3d51d8ae9b308', 'type' => 'library', 'install_path' => __DIR__ . '/../sabre/vobject', 'aliases' => array(), @@ -242,27 +242,27 @@ 'dev_requirement' => false, ), 'smarty/smarty' => array( - 'pretty_version' => 'v4.3.0', - 'version' => '4.3.0.0', - 'reference' => 'c02e9e135ea719b91f457a0072748ded0e852e7d', + 'pretty_version' => 'v4.3.1', + 'version' => '4.3.1.0', + 'reference' => 'e28cb0915b4e3749bf57d4ebae2984e25395cfe5', 'type' => 'library', 'install_path' => __DIR__ . '/../smarty/smarty', 'aliases' => array(), 'dev_requirement' => false, ), 'spomky-labs/otphp' => array( - 'pretty_version' => '11.1.0', - 'version' => '11.1.0.0', - 'reference' => '4849ac1aa560bfc56c0d1534b0d72532da4665ab', + 'pretty_version' => '11.2.0', + 'version' => '11.2.0.0', + 'reference' => '9a1569038bb1c8e98040b14b8bcbba54f25e7795', 'type' => 'library', 'install_path' => __DIR__ . '/../spomky-labs/otphp', 'aliases' => array(), 'dev_requirement' => false, ), 'symfony/polyfill-php81' => array( - 'pretty_version' => 'v1.26.0', - 'version' => '1.26.0.0', - 'reference' => '13f6d1271c663dc5ae9fb843a8f16521db7687a1', + 'pretty_version' => 'v1.27.0', + 'version' => '1.27.0.0', + 'reference' => '707403074c8ea6e2edaf8794b0157a0bfa52157a', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), @@ -304,7 +304,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '1ed8b9dd149b9d2cb2fe30dc56ddc24cc523255c', + 'reference' => 'bc6aded074156ec81084334a4d6aa58bc0f37a68', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), -- cgit v1.2.3