aboutsummaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-09-30 07:13:55 +0000
committerMario <mario@mariovavti.com>2024-09-30 07:13:55 +0000
commit0bfdb958f50e2dff94913fa9747334f428cef672 (patch)
tree5cefce6fad63741ff6ea4d46548c4a79b4e88f5b /vendor
parentbecd4c6ffd3138731e528acdf6842fe53f381f6a (diff)
downloadvolse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.tar.gz
volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.tar.bz2
volse-hubzilla-0bfdb958f50e2dff94913fa9747334f428cef672.zip
update symfony/polyfill-php81
Diffstat (limited to 'vendor')
-rw-r--r--vendor/composer/installed.json16
-rw-r--r--vendor/composer/installed.php10
-rw-r--r--vendor/symfony/polyfill-php81/Resources/stubs/CURLStringFile.php2
-rw-r--r--vendor/symfony/polyfill-php81/composer.json2
4 files changed, 15 insertions, 15 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 9428e1899..abbf62c86 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -2173,23 +2173,23 @@
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.29.0",
- "version_normalized": "1.29.0.0",
+ "version": "v1.31.0",
+ "version_normalized": "1.31.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
- "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
- "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
- "time": "2024-01-29T20:11:03+00:00",
+ "time": "2024-09-09T11:45:10+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -2232,7 +2232,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
},
"funding": [
{
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 212ebcc47..7de5f28cd 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' => '3f411787c1436e2259efb184c0f84b13f4244fb0',
+ 'reference' => 'becd4c6ffd3138731e528acdf6842fe53f381f6a',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -296,9 +296,9 @@
'dev_requirement' => false,
),
'symfony/polyfill-php81' => array(
- 'pretty_version' => 'v1.29.0',
- 'version' => '1.29.0.0',
- 'reference' => 'c565ad1e63f30e7477fc40738343c62b40bc672d',
+ 'pretty_version' => 'v1.31.0',
+ 'version' => '1.31.0.0',
+ 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/polyfill-php81',
'aliases' => array(),
@@ -349,7 +349,7 @@
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => '3f411787c1436e2259efb184c0f84b13f4244fb0',
+ 'reference' => 'becd4c6ffd3138731e528acdf6842fe53f381f6a',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
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\\": "" },