From 53e241f7723548f9885ae579580eaec3c039fa78 Mon Sep 17 00:00:00 2001 From: SharkyKZ Date: Wed, 30 Oct 2019 11:11:33 +0200 Subject: [PATCH] Update typo3/phar-stream-wrapper to 2.1.3 --- composer.lock | 34 +++++++++---------- .../vendor/composer/autoload_classmap.php | 5 --- libraries/vendor/composer/autoload_static.php | 5 --- libraries/vendor/composer/installed.json | 12 +++---- .../phar-stream-wrapper/src/Phar/Reader.php | 2 +- .../src/PharStreamWrapper.php | 2 +- 6 files changed, 25 insertions(+), 35 deletions(-) diff --git a/composer.lock b/composer.lock index 8bd7bdda4826d..8a2faeb7504b0 100644 --- a/composer.lock +++ b/composer.lock @@ -1720,16 +1720,16 @@ }, { "name": "typo3/phar-stream-wrapper", - "version": "v2.1.2", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "057622f5a3b92a5ffbea0fbaadce573500a62870" + "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/057622f5a3b92a5ffbea0fbaadce573500a62870", - "reference": "057622f5a3b92a5ffbea0fbaadce573500a62870", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e8a656d72028b97ab9f61ed993734f3cded02eeb", + "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb", "shasum": "" }, "require": { @@ -1762,7 +1762,7 @@ "security", "stream-wrapper" ], - "time": "2019-05-14T13:14:31+00:00" + "time": "2019-10-18T11:59:10+00:00" } ], "packages-dev": [ @@ -2149,8 +2149,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sb@sebastian-bergmann.de" + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", @@ -2197,8 +2197,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sb@sebastian-bergmann.de" + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", @@ -2239,8 +2239,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "email": "sebastian@phpunit.de", + "role": "lead" } ], "description": "Simple template engine.", @@ -2288,8 +2288,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sb@sebastian-bergmann.de" + "email": "sb@sebastian-bergmann.de", + "role": "lead" } ], "description": "Utility class for timing", @@ -2407,8 +2407,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "email": "sebastian@phpunit.de", + "role": "lead" } ], "description": "The PHP Unit Testing framework.", @@ -2841,8 +2841,8 @@ "authors": [ { "name": "Sebastian Bergmann", - "role": "lead", - "email": "sebastian@phpunit.de" + "email": "sebastian@phpunit.de", + "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", diff --git a/libraries/vendor/composer/autoload_classmap.php b/libraries/vendor/composer/autoload_classmap.php index cf7d54dfee3d8..95ccba60a0d6f 100644 --- a/libraries/vendor/composer/autoload_classmap.php +++ b/libraries/vendor/composer/autoload_classmap.php @@ -189,11 +189,6 @@ 'Symfony\\Polyfill\\Util\\Binary' => $vendorDir . '/symfony/polyfill-util/Binary.php', 'Symfony\\Polyfill\\Util\\BinaryNoFuncOverload' => $vendorDir . '/symfony/polyfill-util/BinaryNoFuncOverload.php', 'Symfony\\Polyfill\\Util\\BinaryOnFuncOverload' => $vendorDir . '/symfony/polyfill-util/BinaryOnFuncOverload.php', - 'Symfony\\Polyfill\\Util\\TestListener' => $vendorDir . '/symfony/polyfill-util/TestListener.php', - 'Symfony\\Polyfill\\Util\\TestListenerForV5' => $vendorDir . '/symfony/polyfill-util/TestListenerForV5.php', - 'Symfony\\Polyfill\\Util\\TestListenerForV6' => $vendorDir . '/symfony/polyfill-util/TestListenerForV6.php', - 'Symfony\\Polyfill\\Util\\TestListenerForV7' => $vendorDir . '/symfony/polyfill-util/TestListenerForV7.php', - 'Symfony\\Polyfill\\Util\\TestListenerTrait' => $vendorDir . '/symfony/polyfill-util/TestListenerTrait.php', 'TYPO3\\PharStreamWrapper\\Assertable' => $vendorDir . '/typo3/phar-stream-wrapper/src/Assertable.php', 'TYPO3\\PharStreamWrapper\\Behavior' => $vendorDir . '/typo3/phar-stream-wrapper/src/Behavior.php', 'TYPO3\\PharStreamWrapper\\Collectable' => $vendorDir . '/typo3/phar-stream-wrapper/src/Collectable.php', diff --git a/libraries/vendor/composer/autoload_static.php b/libraries/vendor/composer/autoload_static.php index 4b45e7ec9172d..dc6f5322177ed 100644 --- a/libraries/vendor/composer/autoload_static.php +++ b/libraries/vendor/composer/autoload_static.php @@ -397,11 +397,6 @@ class ComposerStaticInit205c915b9c7d3e718e7c95793ee67ffe 'Symfony\\Polyfill\\Util\\Binary' => __DIR__ . '/..' . '/symfony/polyfill-util/Binary.php', 'Symfony\\Polyfill\\Util\\BinaryNoFuncOverload' => __DIR__ . '/..' . '/symfony/polyfill-util/BinaryNoFuncOverload.php', 'Symfony\\Polyfill\\Util\\BinaryOnFuncOverload' => __DIR__ . '/..' . '/symfony/polyfill-util/BinaryOnFuncOverload.php', - 'Symfony\\Polyfill\\Util\\TestListener' => __DIR__ . '/..' . '/symfony/polyfill-util/TestListener.php', - 'Symfony\\Polyfill\\Util\\TestListenerForV5' => __DIR__ . '/..' . '/symfony/polyfill-util/TestListenerForV5.php', - 'Symfony\\Polyfill\\Util\\TestListenerForV6' => __DIR__ . '/..' . '/symfony/polyfill-util/TestListenerForV6.php', - 'Symfony\\Polyfill\\Util\\TestListenerForV7' => __DIR__ . '/..' . '/symfony/polyfill-util/TestListenerForV7.php', - 'Symfony\\Polyfill\\Util\\TestListenerTrait' => __DIR__ . '/..' . '/symfony/polyfill-util/TestListenerTrait.php', 'TYPO3\\PharStreamWrapper\\Assertable' => __DIR__ . '/..' . '/typo3/phar-stream-wrapper/src/Assertable.php', 'TYPO3\\PharStreamWrapper\\Behavior' => __DIR__ . '/..' . '/typo3/phar-stream-wrapper/src/Behavior.php', 'TYPO3\\PharStreamWrapper\\Collectable' => __DIR__ . '/..' . '/typo3/phar-stream-wrapper/src/Collectable.php', diff --git a/libraries/vendor/composer/installed.json b/libraries/vendor/composer/installed.json index 98223e79a1b75..227a92777dc4a 100644 --- a/libraries/vendor/composer/installed.json +++ b/libraries/vendor/composer/installed.json @@ -1779,17 +1779,17 @@ }, { "name": "typo3/phar-stream-wrapper", - "version": "v2.1.2", - "version_normalized": "2.1.2.0", + "version": "v2.1.3", + "version_normalized": "2.1.3.0", "source": { "type": "git", "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "057622f5a3b92a5ffbea0fbaadce573500a62870" + "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/057622f5a3b92a5ffbea0fbaadce573500a62870", - "reference": "057622f5a3b92a5ffbea0fbaadce573500a62870", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/e8a656d72028b97ab9f61ed993734f3cded02eeb", + "reference": "e8a656d72028b97ab9f61ed993734f3cded02eeb", "shasum": "" }, "require": { @@ -1804,7 +1804,7 @@ "suggest": { "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" }, - "time": "2019-05-14T13:14:31+00:00", + "time": "2019-10-18T11:59:10+00:00", "type": "library", "installation-source": "source", "autoload": { diff --git a/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Reader.php b/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Reader.php index 42794faf52977..6cc124cf753f1 100644 --- a/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Reader.php +++ b/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Reader.php @@ -144,7 +144,7 @@ private function extractData($fileName) */ private function resolveStream() { - if ($this->fileType === 'application/x-gzip') { + if ($this->fileType === 'application/x-gzip' || $this->fileType === 'application/gzip') { return 'compress.zlib://'; } elseif ($this->fileType === 'application/x-bzip2') { return 'compress.bzip2://'; diff --git a/libraries/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php b/libraries/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php index acd5656f47b51..d704d26ab1d2a 100644 --- a/libraries/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php +++ b/libraries/vendor/typo3/phar-stream-wrapper/src/PharStreamWrapper.php @@ -476,7 +476,7 @@ private function invokeInternalStreamWrapper($functionName) { $arguments = func_get_args(); array_shift($arguments); - $silentExecution = $functionName{0} === '@'; + $silentExecution = $functionName[0] === '@'; $functionName = ltrim($functionName, '@'); $this->restoreInternalSteamWrapper();