diff options
author | Mario <mario@mariovavti.com> | 2024-09-30 07:13:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-30 07:13:55 +0000 |
commit | 0bfdb958f50e2dff94913fa9747334f428cef672 (patch) | |
tree | 5cefce6fad63741ff6ea4d46548c4a79b4e88f5b /vendor/symfony | |
parent | becd4c6ffd3138731e528acdf6842fe53f381f6a (diff) | |
download | volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.tar.gz volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.tar.bz2 volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.zip |
update symfony/polyfill-php81
Diffstat (limited to 'vendor/symfony')
-rw-r--r-- | vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php | 2 | ||||
-rw-r--r-- | vendor/symfony/polyfill-php81/composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php b/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php index eb5952ee3..5ff93fcaf 100644 --- a/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php +++ b/vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php @@ -32,7 +32,7 @@ if (\PHP_VERSION_ID >= 70400 && extension_loaded('curl')) { } if (is_object($value) ? !method_exists($value, '__toString') : !is_scalar($value)) { - throw new \TypeError('Cannot assign '.gettype($value).' to property CURLStringFile::$data of type string'); + throw new TypeError('Cannot assign '.gettype($value).' to property CURLStringFile::$data of type string'); } $this->name = 'data://application/octet-stream;base64,'.base64_encode($value); diff --git a/vendor/symfony/polyfill-php81/composer.json b/vendor/symfony/polyfill-php81/composer.json index 381af79ac..28b6408ea 100644 --- a/vendor/symfony/polyfill-php81/composer.json +++ b/vendor/symfony/polyfill-php81/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=7.1" + "php": ">=7.2" }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, |