Skip to content

Commit

Permalink
Merge pull request #1800 from nextcloud/dependabot/composer/pear/pear…
Browse files Browse the repository at this point in the history
…-core-minimal-1.10.15

chore(deps): Bump pear/pear-core-minimal from 1.10.14 to 1.10.15
  • Loading branch information
nickvergessen authored Apr 17, 2024
2 parents fa5a4a4 + 802bc68 commit a805047
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 45 deletions.
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,7 @@
'OpenStack\\ObjectStore\\v1\\Service' => $vendorDir . '/php-opencloud/openstack/src/ObjectStore/v1/Service.php',
'OpenStack\\OpenStack' => $vendorDir . '/php-opencloud/openstack/src/OpenStack.php',
'PEAR' => $vendorDir . '/pear/pear-core-minimal/src/PEAR.php',
'PEAR_Error' => $vendorDir . '/pear/pear-core-minimal/src/PEAR.php',
'PEAR_ErrorStack' => $vendorDir . '/pear/pear-core-minimal/src/PEAR/ErrorStack.php',
'PEAR_Exception' => $vendorDir . '/pear/pear_exception/PEAR/Exception.php',
'ParagonIE\\ConstantTime\\Base32' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php',
Expand Down
1 change: 0 additions & 1 deletion composer/autoload_namespaces.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
'Pimple' => array($vendorDir . '/pimple/pimple/src'),
'Console' => array($vendorDir . '/pear/console_getopt'),
'Archive_Tar' => array($vendorDir . '/pear/archive_tar'),
'' => array($vendorDir . '/pear/pear-core-minimal/src'),
);
6 changes: 1 addition & 5 deletions composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,10 +550,6 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
),
);

public static $fallbackDirsPsr0 = array (
0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src',
);

public static $classMap = array (
'AWS\\CRT\\Auth\\AwsCredentials' => __DIR__ . '/..' . '/aws/aws-crt-php/src/AWS/CRT/Auth/AwsCredentials.php',
'AWS\\CRT\\Auth\\CredentialsProvider' => __DIR__ . '/..' . '/aws/aws-crt-php/src/AWS/CRT/Auth/CredentialsProvider.php',
Expand Down Expand Up @@ -2533,6 +2529,7 @@ class ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652
'OpenStack\\ObjectStore\\v1\\Service' => __DIR__ . '/..' . '/php-opencloud/openstack/src/ObjectStore/v1/Service.php',
'OpenStack\\OpenStack' => __DIR__ . '/..' . '/php-opencloud/openstack/src/OpenStack.php',
'PEAR' => __DIR__ . '/..' . '/pear/pear-core-minimal/src/PEAR.php',
'PEAR_Error' => __DIR__ . '/..' . '/pear/pear-core-minimal/src/PEAR.php',
'PEAR_ErrorStack' => __DIR__ . '/..' . '/pear/pear-core-minimal/src/PEAR/ErrorStack.php',
'PEAR_Exception' => __DIR__ . '/..' . '/pear/pear_exception/PEAR/Exception.php',
'ParagonIE\\ConstantTime\\Base32' => __DIR__ . '/..' . '/paragonie/constant_time_encoding/src/Base32.php',
Expand Down Expand Up @@ -4191,7 +4188,6 @@ public static function getInitializer(ClassLoader $loader)
$loader->prefixLengthsPsr4 = ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInit2f23f73bc0cc116b4b1eee1521aa8652::$classMap;

}, null, ClassLoader::class);
Expand Down
18 changes: 9 additions & 9 deletions composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2476,17 +2476,17 @@
},
{
"name": "pear/pear-core-minimal",
"version": "v1.10.14",
"version_normalized": "1.10.14.0",
"version": "v1.10.15",
"version_normalized": "1.10.15.0",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
"reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32"
"reference": "ce0adade8b97561656ace07cdaac4751c271ea8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32",
"reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32",
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/ce0adade8b97561656ace07cdaac4751c271ea8c",
"reference": "ce0adade8b97561656ace07cdaac4751c271ea8c",
"shasum": ""
},
"require": {
Expand All @@ -2497,13 +2497,13 @@
"replace": {
"rsky/pear-core-min": "self.version"
},
"time": "2023-11-26T16:15:38+00:00",
"time": "2024-03-16T18:41:45+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"": "src/"
}
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
Expand Down
12 changes: 6 additions & 6 deletions composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'nextcloud/3rdparty',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '6cb8e7a63f3eace6a3a6f59f4081a7012d304453',
'reference' => '8b0b1d39a99caaab7fefebfda92543b01ba6a8bb',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down Expand Up @@ -292,7 +292,7 @@
'nextcloud/3rdparty' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '6cb8e7a63f3eace6a3a6f59f4081a7012d304453',
'reference' => '8b0b1d39a99caaab7fefebfda92543b01ba6a8bb',
'type' => 'library',
'install_path' => __DIR__ . '/../',
'aliases' => array(),
Expand Down Expand Up @@ -335,9 +335,9 @@
'dev_requirement' => false,
),
'pear/pear-core-minimal' => array(
'pretty_version' => 'v1.10.14',
'version' => '1.10.14.0',
'reference' => 'a86fc145edb5caedbf96527214ce3cadc9de4a32',
'pretty_version' => 'v1.10.15',
'version' => '1.10.15.0',
'reference' => 'ce0adade8b97561656ace07cdaac4751c271ea8c',
'type' => 'library',
'install_path' => __DIR__ . '/../pear/pear-core-minimal',
'aliases' => array(),
Expand Down Expand Up @@ -559,7 +559,7 @@
'rsky/pear-core-min' => array(
'dev_requirement' => false,
'replaced' => array(
0 => 'v1.10.14',
0 => 'v1.10.15',
),
),
'sabre/dav' => array(
Expand Down
4 changes: 2 additions & 2 deletions pear/pear-core-minimal/src/PEAR.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function __call($method, $arguments)
);
}
return call_user_func_array(
array(get_class(), '_' . $method),
array(__CLASS__, '_' . $method),
array_merge(array($this), $arguments)
);
}
Expand All @@ -232,7 +232,7 @@ public static function __callStatic($method, $arguments)
);
}
return call_user_func_array(
array(get_class(), '_' . $method),
array(__CLASS__, '_' . $method),
array_merge(array(null), $arguments)
);
}
Expand Down
14 changes: 0 additions & 14 deletions pear/pear-core-minimal/src/PEAR/Error.php

This file was deleted.

0 comments on commit a805047

Please sign in to comment.