diff --git a/composer.lock b/composer.lock index 3580d109dc..5ab7b02592 100644 --- a/composer.lock +++ b/composer.lock @@ -39,13 +39,13 @@ } }, "autoload": { - "psr-4": { - "Amp\\": "lib" - }, "files": [ "lib/functions.php", "lib/Internal/functions.php" - ] + ], + "psr-4": { + "Amp\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -123,12 +123,12 @@ } }, "autoload": { - "psr-4": { - "Amp\\ByteStream\\": "lib" - }, "files": [ "lib/functions.php" - ] + ], + "psr-4": { + "Amp\\ByteStream\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -192,14 +192,14 @@ }, "type": "library", "autoload": { - "psr-4": { - "Amp\\Parallel\\": "lib" - }, "files": [ "lib/Context/functions.php", "lib/Sync/functions.php", "lib/Worker/functions.php" - ] + ], + "psr-4": { + "Amp\\Parallel\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -303,12 +303,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "Amp\\Process\\": "lib" - }, "files": [ "lib/functions.php" - ] + ], + "psr-4": { + "Amp\\Process\\": "lib" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -361,12 +361,12 @@ }, "type": "library", "autoload": { - "psr-4": { - "Amp\\Serialization\\": "src" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "Amp\\Serialization\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -417,13 +417,13 @@ }, "type": "library", "autoload": { - "psr-4": { - "Amp\\Sync\\": "src" - }, "files": [ "src/functions.php", "src/ConcurrentIterator/functions.php" - ] + ], + "psr-4": { + "Amp\\Sync\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -767,12 +767,12 @@ }, "type": "library", "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, "files": [ "library/HTMLPurifier.composer.php" ], + "psr-0": { + "HTMLPurifier": "library/" + }, "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] @@ -1193,7 +1193,7 @@ "license": [ "BSD-2-Clause" ], - "description": "Provides interfaces for sending e-mail messages and parsing e-mail addresses." + "description": "A library that provides interfaces for sending e-mail messages and parsing e-mail addresses." }, { "name": "pear-pear.horde.org/Horde_ManageSieve", @@ -1435,7 +1435,7 @@ "license": [ "LGPL-2.1" ], - "description": "A collection of various stream filters." + "description": "A library of various stream filters." }, { "name": "pear-pear.horde.org/Horde_Stream_Wrapper", @@ -1462,7 +1462,7 @@ "license": [ "BSD-2-Clause" ], - "description": "A collection of stream wrappers." + "description": "A library of stream wrappers." }, { "name": "pear-pear.horde.org/Horde_Stringprep", @@ -1521,7 +1521,7 @@ "license": [ "BSD-2-Clause" ], - "description": "Support classes not tied to Horde but is used by it. These classes can be used outside of Horde as well." + "description": "Support library not tied to Horde but used by it." }, { "name": "pear-pear.horde.org/Horde_Text_Filter", @@ -1729,13 +1729,13 @@ }, "type": "library", "autoload": { - "psr-4": { - "Rubix\\ML\\": "src/" - }, "files": [ "src/constants.php", "src/functions.php" - ] + ], + "psr-4": { + "Rubix\\ML\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1870,14 +1870,14 @@ }, "type": "library", "autoload": { + "files": [ + "src/constants.php" + ], "psr-4": { - "Tensor\\": "src/", "JAMA\\": "lib/JAMA", + "Tensor\\": "src/", "Zephir\\Optimizers\\FunctionCall\\": "optimizers/" - }, - "files": [ - "src/constants.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1974,12 +1974,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2022,16 +2022,16 @@ }, { "name": "symfony/polyfill-php73", - "version": "v1.22.1", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { @@ -2040,7 +2040,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -2048,12 +2048,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -2094,7 +2094,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php80", @@ -2124,12 +2124,12 @@ } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -2257,6 +2257,7 @@ } ], "description": "Composer package containing Nextcloud's public API (classes, interfaces)", + "abandoned": "nextcloud/ocp", "time": "2021-02-03T07:58:35+00:00" }, {