Commit c217cf8a by Manzar Hussain

update vendor and composer.lock

parent de41ff03
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php'; require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit4f839f7b2a45d5d982e207f3e602715a::getLoader(); return ComposerAutoloaderInit897a33fcae25d217a784289c8c5537f0::getLoader();
...@@ -19,7 +19,7 @@ class InstalledVersions ...@@ -19,7 +19,7 @@ class InstalledVersions
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => 'c855dacce720124e3680a49dc9435179e5a932a6', 'reference' => 'de41ff03309b495f175ed3f8e039d6d575031ab5',
'name' => 'drupal/legacy-project', 'name' => 'drupal/legacy-project',
), ),
'versions' => 'versions' =>
...@@ -746,7 +746,7 @@ class InstalledVersions ...@@ -746,7 +746,7 @@ class InstalledVersions
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => 'c855dacce720124e3680a49dc9435179e5a932a6', 'reference' => 'de41ff03309b495f175ed3f8e039d6d575031ab5',
), ),
'drupal/link' => 'drupal/link' =>
array ( array (
...@@ -1240,8 +1240,8 @@ class InstalledVersions ...@@ -1240,8 +1240,8 @@ class InstalledVersions
array ( array (
'provided' => 'provided' =>
array ( array (
0 => '^1.0', 0 => '1.0',
1 => '1.0', 1 => '^1.0',
), ),
), ),
'psr/event-dispatcher-implementation' => 'psr/event-dispatcher-implementation' =>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php', 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
...@@ -37,6 +37,6 @@ ...@@ -37,6 +37,6 @@
'786bf90caabc9e09b6ad4cc5ca8f0e30' => $vendorDir . '/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php', '786bf90caabc9e09b6ad4cc5ca8f0e30' => $vendorDir . '/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php',
'751a5a3f463e4be759be31748b61737c' => $vendorDir . '/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php', '751a5a3f463e4be759be31748b61737c' => $vendorDir . '/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php',
'2f69d3914119f042cca9e44442d5ce95' => $baseDir . '/core/includes/bootstrap.inc', '2f69d3914119f042cca9e44442d5ce95' => $baseDir . '/core/includes/bootstrap.inc',
'952683d815ff0a7bf322b93c0be7e4e4' => $vendorDir . '/chi-teck/drupal-code-generator/src/bootstrap.php',
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php', '801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
'952683d815ff0a7bf322b93c0be7e4e4' => $vendorDir . '/chi-teck/drupal-code-generator/src/bootstrap.php',
); );
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
'Robo\\' => array($vendorDir . '/consolidation/robo/src'), 'Robo\\' => array($vendorDir . '/consolidation/robo/src'),
'Psy\\' => array($vendorDir . '/psy/psysh/src'), 'Psy\\' => array($vendorDir . '/psy/psysh/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'), 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'), 'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer // autoload_real.php @generated by Composer
class ComposerAutoloaderInit4f839f7b2a45d5d982e207f3e602715a class ComposerAutoloaderInit897a33fcae25d217a784289c8c5537f0
{ {
private static $loader; private static $loader;
...@@ -24,9 +24,9 @@ public static function getLoader() ...@@ -24,9 +24,9 @@ public static function getLoader()
require __DIR__ . '/platform_check.php'; require __DIR__ . '/platform_check.php';
spl_autoload_register(array('ComposerAutoloaderInit4f839f7b2a45d5d982e207f3e602715a', 'loadClassLoader'), true, true); spl_autoload_register(array('ComposerAutoloaderInit897a33fcae25d217a784289c8c5537f0', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(); self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit4f839f7b2a45d5d982e207f3e602715a', 'loadClassLoader')); spl_autoload_unregister(array('ComposerAutoloaderInit897a33fcae25d217a784289c8c5537f0', 'loadClassLoader'));
$includePaths = require __DIR__ . '/include_paths.php'; $includePaths = require __DIR__ . '/include_paths.php';
$includePaths[] = get_include_path(); $includePaths[] = get_include_path();
...@@ -36,7 +36,7 @@ public static function getLoader() ...@@ -36,7 +36,7 @@ public static function getLoader()
if ($useStaticLoader) { if ($useStaticLoader) {
require __DIR__ . '/autoload_static.php'; require __DIR__ . '/autoload_static.php';
call_user_func(\Composer\Autoload\ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::getInitializer($loader)); call_user_func(\Composer\Autoload\ComposerStaticInit897a33fcae25d217a784289c8c5537f0::getInitializer($loader));
} else { } else {
$map = require __DIR__ . '/autoload_namespaces.php'; $map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) { foreach ($map as $namespace => $path) {
...@@ -57,19 +57,19 @@ public static function getLoader() ...@@ -57,19 +57,19 @@ public static function getLoader()
$loader->register(true); $loader->register(true);
if ($useStaticLoader) { if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::$files; $includeFiles = Composer\Autoload\ComposerStaticInit897a33fcae25d217a784289c8c5537f0::$files;
} else { } else {
$includeFiles = require __DIR__ . '/autoload_files.php'; $includeFiles = require __DIR__ . '/autoload_files.php';
} }
foreach ($includeFiles as $fileIdentifier => $file) { foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire4f839f7b2a45d5d982e207f3e602715a($fileIdentifier, $file); composerRequire897a33fcae25d217a784289c8c5537f0($fileIdentifier, $file);
} }
return $loader; return $loader;
} }
} }
function composerRequire4f839f7b2a45d5d982e207f3e602715a($fileIdentifier, $file) function composerRequire897a33fcae25d217a784289c8c5537f0($fileIdentifier, $file)
{ {
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file; require $file;
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
namespace Composer\Autoload; namespace Composer\Autoload;
class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a class ComposerStaticInit897a33fcae25d217a784289c8c5537f0
{ {
public static $files = array ( public static $files = array (
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
...@@ -38,8 +38,8 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a ...@@ -38,8 +38,8 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
'786bf90caabc9e09b6ad4cc5ca8f0e30' => __DIR__ . '/..' . '/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php', '786bf90caabc9e09b6ad4cc5ca8f0e30' => __DIR__ . '/..' . '/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php',
'751a5a3f463e4be759be31748b61737c' => __DIR__ . '/..' . '/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php', '751a5a3f463e4be759be31748b61737c' => __DIR__ . '/..' . '/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php',
'2f69d3914119f042cca9e44442d5ce95' => __DIR__ . '/../..' . '/core/includes/bootstrap.inc', '2f69d3914119f042cca9e44442d5ce95' => __DIR__ . '/../..' . '/core/includes/bootstrap.inc',
'952683d815ff0a7bf322b93c0be7e4e4' => __DIR__ . '/..' . '/chi-teck/drupal-code-generator/src/bootstrap.php',
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php', '801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
'952683d815ff0a7bf322b93c0be7e4e4' => __DIR__ . '/..' . '/chi-teck/drupal-code-generator/src/bootstrap.php',
); );
public static $prefixLengthsPsr4 = array ( public static $prefixLengthsPsr4 = array (
...@@ -329,8 +329,8 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a ...@@ -329,8 +329,8 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
), ),
'Psr\\Http\\Message\\' => 'Psr\\Http\\Message\\' =>
array ( array (
0 => __DIR__ . '/..' . '/psr/http-factory/src', 0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-message/src', 1 => __DIR__ . '/..' . '/psr/http-factory/src',
), ),
'Psr\\Container\\' => 'Psr\\Container\\' =>
array ( array (
...@@ -568,11 +568,11 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a ...@@ -568,11 +568,11 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
public static function getInitializer(ClassLoader $loader) public static function getInitializer(ClassLoader $loader)
{ {
return \Closure::bind(function () use ($loader) { return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::$prefixLengthsPsr4; $loader->prefixLengthsPsr4 = ComposerStaticInit897a33fcae25d217a784289c8c5537f0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::$prefixDirsPsr4; $loader->prefixDirsPsr4 = ComposerStaticInit897a33fcae25d217a784289c8c5537f0::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::$prefixesPsr0; $loader->prefixesPsr0 = ComposerStaticInit897a33fcae25d217a784289c8c5537f0::$prefixesPsr0;
$loader->fallbackDirsPsr0 = ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::$fallbackDirsPsr0; $loader->fallbackDirsPsr0 = ComposerStaticInit897a33fcae25d217a784289c8c5537f0::$fallbackDirsPsr0;
$loader->classMap = ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a::$classMap; $loader->classMap = ComposerStaticInit897a33fcae25d217a784289c8c5537f0::$classMap;
}, null, ClassLoader::class); }, null, ClassLoader::class);
} }
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
$baseDir = dirname($vendorDir); $baseDir = dirname($vendorDir);
return array( return array(
$vendorDir . '/pear/archive_tar', $vendorDir . '/pear/pear_exception',
$vendorDir . '/pear/console_getopt', $vendorDir . '/pear/console_getopt',
$vendorDir . '/pear/pear-core-minimal/src', $vendorDir . '/pear/pear-core-minimal/src',
$vendorDir . '/pear/pear_exception', $vendorDir . '/pear/archive_tar',
); );
...@@ -53,6 +53,10 @@ ...@@ -53,6 +53,10 @@
"cors", "cors",
"stack" "stack"
], ],
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/1.3.0"
},
"install-path": "../asm89/stack-cors" "install-path": "../asm89/stack-cors"
}, },
{ {
...@@ -238,6 +242,10 @@ ...@@ -238,6 +242,10 @@
"zend", "zend",
"zikula" "zikula"
], ],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.9.0"
},
"funding": [ "funding": [
{ {
"url": "https://packagist.com", "url": "https://packagist.com",
...@@ -1273,6 +1281,10 @@ ...@@ -1273,6 +1281,10 @@
"parser", "parser",
"php" "php"
], ],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
"funding": [ "funding": [
{ {
"url": "https://www.doctrine-project.org/sponsorship.html", "url": "https://www.doctrine-project.org/sponsorship.html",
...@@ -3118,6 +3130,10 @@ ...@@ -3118,6 +3130,10 @@
"archive", "archive",
"tar" "tar"
], ],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
"install-path": "../pear/archive_tar" "install-path": "../pear/archive_tar"
}, },
{ {
...@@ -3168,6 +3184,10 @@ ...@@ -3168,6 +3184,10 @@
} }
], ],
"description": "More info available on: http://pear.php.net/package/Console_Getopt", "description": "More info available on: http://pear.php.net/package/Console_Getopt",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
"install-path": "../pear/console_getopt" "install-path": "../pear/console_getopt"
}, },
{ {
...@@ -3215,6 +3235,10 @@ ...@@ -3215,6 +3235,10 @@
} }
], ],
"description": "Minimal set of PEAR core files to be used as composer dependency", "description": "Minimal set of PEAR core files to be used as composer dependency",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
"install-path": "../pear/pear-core-minimal" "install-path": "../pear/pear-core-minimal"
}, },
{ {
...@@ -3273,6 +3297,10 @@ ...@@ -3273,6 +3297,10 @@
"keywords": [ "keywords": [
"exception" "exception"
], ],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
"install-path": "../pear/pear_exception" "install-path": "../pear/pear_exception"
}, },
{ {
...@@ -3325,6 +3353,10 @@ ...@@ -3325,6 +3353,10 @@
"container-interop", "container-interop",
"psr" "psr"
], ],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/master"
},
"install-path": "../psr/container" "install-path": "../psr/container"
}, },
{ {
...@@ -3380,6 +3412,9 @@ ...@@ -3380,6 +3412,9 @@
"request", "request",
"response" "response"
], ],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"install-path": "../psr/http-factory" "install-path": "../psr/http-factory"
}, },
{ {
...@@ -3433,6 +3468,9 @@ ...@@ -3433,6 +3468,9 @@
"request", "request",
"response" "response"
], ],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"install-path": "../psr/http-message" "install-path": "../psr/http-message"
}, },
{ {
...@@ -3483,6 +3521,9 @@ ...@@ -3483,6 +3521,9 @@
"psr", "psr",
"psr-3" "psr-3"
], ],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.3"
},
"install-path": "../psr/log" "install-path": "../psr/log"
}, },
{ {
...@@ -3605,6 +3646,10 @@ ...@@ -3605,6 +3646,10 @@
} }
], ],
"description": "A polyfill for getallheaders.", "description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"install-path": "../ralouphie/getallheaders" "install-path": "../ralouphie/getallheaders"
}, },
{ {
...@@ -3658,6 +3703,10 @@ ...@@ -3658,6 +3703,10 @@
"keywords": [ "keywords": [
"stack" "stack"
], ],
"support": {
"issues": "https://github.com/stackphp/builder/issues",
"source": "https://github.com/stackphp/builder/tree/v1.0.6"
},
"install-path": "../stack/builder" "install-path": "../stack/builder"
}, },
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => 'c855dacce720124e3680a49dc9435179e5a932a6', 'reference' => 'de41ff03309b495f175ed3f8e039d6d575031ab5',
'name' => 'drupal/legacy-project', 'name' => 'drupal/legacy-project',
), ),
'versions' => 'versions' =>
...@@ -733,7 +733,7 @@ ...@@ -733,7 +733,7 @@
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => 'c855dacce720124e3680a49dc9435179e5a932a6', 'reference' => 'de41ff03309b495f175ed3f8e039d6d575031ab5',
), ),
'drupal/link' => 'drupal/link' =>
array ( array (
...@@ -1227,8 +1227,8 @@ ...@@ -1227,8 +1227,8 @@
array ( array (
'provided' => 'provided' =>
array ( array (
0 => '^1.0', 0 => '1.0',
1 => '1.0', 1 => '^1.0',
), ),
), ),
'psr/event-dispatcher-implementation' => 'psr/event-dispatcher-implementation' =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment