Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
c217cf8a
Commit
c217cf8a
authored
Dec 16, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update vendor and composer.lock
parent
de41ff03
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
80 additions
and
31 deletions
+80
-31
autoload.php
vendor/autoload.php
+1
-1
InstalledVersions.php
vendor/composer/InstalledVersions.php
+4
-4
autoload_files.php
vendor/composer/autoload_files.php
+2
-2
autoload_psr4.php
vendor/composer/autoload_psr4.php
+1
-1
autoload_real.php
vendor/composer/autoload_real.php
+7
-7
autoload_static.php
vendor/composer/autoload_static.php
+10
-10
include_paths.php
vendor/composer/include_paths.php
+2
-2
installed.json
vendor/composer/installed.json
+49
-0
installed.php
vendor/composer/installed.php
+4
-4
No files found.
vendor/autoload.php
View file @
c217cf8a
...
...
@@ -4,4 +4,4 @@
require_once
__DIR__
.
'/composer/autoload_real.php'
;
return
ComposerAutoloaderInit
4f839f7b2a45d5d982e207f3e602715a
::
getLoader
();
return
ComposerAutoloaderInit
897a33fcae25d217a784289c8c5537f0
::
getLoader
();
vendor/composer/InstalledVersions.php
View file @
c217cf8a
...
...
@@ -19,7 +19,7 @@ class InstalledVersions
'aliases'
=>
array
(
),
'reference'
=>
'
c855dacce720124e3680a49dc9435179e5a932a6
'
,
'reference'
=>
'
de41ff03309b495f175ed3f8e039d6d575031ab5
'
,
'name'
=>
'drupal/legacy-project'
,
),
'versions'
=>
...
...
@@ -746,7 +746,7 @@ class InstalledVersions
'aliases'
=>
array
(
),
'reference'
=>
'
c855dacce720124e3680a49dc9435179e5a932a6
'
,
'reference'
=>
'
de41ff03309b495f175ed3f8e039d6d575031ab5
'
,
),
'drupal/link'
=>
array
(
...
...
@@ -1240,8 +1240,8 @@ class InstalledVersions
array
(
'provided'
=>
array
(
0
=>
'
^
1.0'
,
1
=>
'1.0'
,
0
=>
'1.0'
,
1
=>
'
^
1.0'
,
),
),
'psr/event-dispatcher-implementation'
=>
...
...
vendor/composer/autoload_files.php
View file @
c217cf8a
...
...
@@ -6,8 +6,8 @@
$baseDir
=
dirname
(
$vendorDir
);
return
array
(
'320cde22f66dd4f5d3fd621d3e88b98f'
=>
$vendorDir
.
'/symfony/polyfill-ctype/bootstrap.php'
,
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a'
=>
$vendorDir
.
'/symfony/polyfill-mbstring/bootstrap.php'
,
'320cde22f66dd4f5d3fd621d3e88b98f'
=>
$vendorDir
.
'/symfony/polyfill-ctype/bootstrap.php'
,
'a4a119a56e50fbb293281d9a48007e0e'
=>
$vendorDir
.
'/symfony/polyfill-php80/bootstrap.php'
,
'e69f7f6ee287b969198c3c9d6777bd38'
=>
$vendorDir
.
'/symfony/polyfill-intl-normalizer/bootstrap.php'
,
'25072dd6e2470089de65ae7bf11d3109'
=>
$vendorDir
.
'/symfony/polyfill-php72/bootstrap.php'
,
...
...
@@ -37,6 +37,6 @@
'786bf90caabc9e09b6ad4cc5ca8f0e30'
=>
$vendorDir
.
'/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php'
,
'751a5a3f463e4be759be31748b61737c'
=>
$vendorDir
.
'/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php'
,
'2f69d3914119f042cca9e44442d5ce95'
=>
$baseDir
.
'/core/includes/bootstrap.inc'
,
'952683d815ff0a7bf322b93c0be7e4e4'
=>
$vendorDir
.
'/chi-teck/drupal-code-generator/src/bootstrap.php'
,
'801c31d8ed748cfa537fa45402288c95'
=>
$vendorDir
.
'/psy/psysh/src/functions.php'
,
'952683d815ff0a7bf322b93c0be7e4e4'
=>
$vendorDir
.
'/chi-teck/drupal-code-generator/src/bootstrap.php'
,
);
vendor/composer/autoload_psr4.php
View file @
c217cf8a
...
...
@@ -46,7 +46,7 @@
'Robo\\'
=>
array
(
$vendorDir
.
'/consolidation/robo/src'
),
'Psy\\'
=>
array
(
$vendorDir
.
'/psy/psysh/src'
),
'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'
),
'PhpParser\\'
=>
array
(
$vendorDir
.
'/nikic/php-parser/lib/PhpParser'
),
'Masterminds\\'
=>
array
(
$vendorDir
.
'/masterminds/html5/src'
),
...
...
vendor/composer/autoload_real.php
View file @
c217cf8a
...
...
@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
class
ComposerAutoloaderInit
4f839f7b2a45d5d982e207f3e602715a
class
ComposerAutoloaderInit
897a33fcae25d217a784289c8c5537f0
{
private
static
$loader
;
...
...
@@ -24,9 +24,9 @@ public static function getLoader()
require
__DIR__
.
'/platform_check.php'
;
spl_autoload_register
(
array
(
'ComposerAutoloaderInit
4f839f7b2a45d5d982e207f3e602715a
'
,
'loadClassLoader'
),
true
,
true
);
spl_autoload_register
(
array
(
'ComposerAutoloaderInit
897a33fcae25d217a784289c8c5537f0
'
,
'loadClassLoader'
),
true
,
true
);
self
::
$loader
=
$loader
=
new
\Composer\Autoload\ClassLoader
();
spl_autoload_unregister
(
array
(
'ComposerAutoloaderInit
4f839f7b2a45d5d982e207f3e602715a
'
,
'loadClassLoader'
));
spl_autoload_unregister
(
array
(
'ComposerAutoloaderInit
897a33fcae25d217a784289c8c5537f0
'
,
'loadClassLoader'
));
$includePaths
=
require
__DIR__
.
'/include_paths.php'
;
$includePaths
[]
=
get_include_path
();
...
...
@@ -36,7 +36,7 @@ public static function getLoader()
if
(
$useStaticLoader
)
{
require
__DIR__
.
'/autoload_static.php'
;
call_user_func
(
\Composer\Autoload\ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
getInitializer
(
$loader
));
call_user_func
(
\Composer\Autoload\ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
getInitializer
(
$loader
));
}
else
{
$map
=
require
__DIR__
.
'/autoload_namespaces.php'
;
foreach
(
$map
as
$namespace
=>
$path
)
{
...
...
@@ -57,19 +57,19 @@ public static function getLoader()
$loader
->
register
(
true
);
if
(
$useStaticLoader
)
{
$includeFiles
=
Composer\Autoload\ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
$files
;
$includeFiles
=
Composer\Autoload\ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
$files
;
}
else
{
$includeFiles
=
require
__DIR__
.
'/autoload_files.php'
;
}
foreach
(
$includeFiles
as
$fileIdentifier
=>
$file
)
{
composerRequire
4f839f7b2a45d5d982e207f3e602715a
(
$fileIdentifier
,
$file
);
composerRequire
897a33fcae25d217a784289c8c5537f0
(
$fileIdentifier
,
$file
);
}
return
$loader
;
}
}
function
composerRequire
4f839f7b2a45d5d982e207f3e602715a
(
$fileIdentifier
,
$file
)
function
composerRequire
897a33fcae25d217a784289c8c5537f0
(
$fileIdentifier
,
$file
)
{
if
(
empty
(
$GLOBALS
[
'__composer_autoload_files'
][
$fileIdentifier
]))
{
require
$file
;
...
...
vendor/composer/autoload_static.php
View file @
c217cf8a
...
...
@@ -4,11 +4,11 @@
namespace
Composer\Autoload
;
class
ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
class
ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
{
public
static
$files
=
array
(
'320cde22f66dd4f5d3fd621d3e88b98f'
=>
__DIR__
.
'/..'
.
'/symfony/polyfill-ctype/bootstrap.php'
,
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a'
=>
__DIR__
.
'/..'
.
'/symfony/polyfill-mbstring/bootstrap.php'
,
'320cde22f66dd4f5d3fd621d3e88b98f'
=>
__DIR__
.
'/..'
.
'/symfony/polyfill-ctype/bootstrap.php'
,
'a4a119a56e50fbb293281d9a48007e0e'
=>
__DIR__
.
'/..'
.
'/symfony/polyfill-php80/bootstrap.php'
,
'e69f7f6ee287b969198c3c9d6777bd38'
=>
__DIR__
.
'/..'
.
'/symfony/polyfill-intl-normalizer/bootstrap.php'
,
'25072dd6e2470089de65ae7bf11d3109'
=>
__DIR__
.
'/..'
.
'/symfony/polyfill-php72/bootstrap.php'
,
...
...
@@ -38,8 +38,8 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
'786bf90caabc9e09b6ad4cc5ca8f0e30'
=>
__DIR__
.
'/..'
.
'/laminas/laminas-diactoros/src/functions/normalize_uploaded_files.legacy.php'
,
'751a5a3f463e4be759be31748b61737c'
=>
__DIR__
.
'/..'
.
'/laminas/laminas-diactoros/src/functions/parse_cookie_header.legacy.php'
,
'2f69d3914119f042cca9e44442d5ce95'
=>
__DIR__
.
'/../..'
.
'/core/includes/bootstrap.inc'
,
'952683d815ff0a7bf322b93c0be7e4e4'
=>
__DIR__
.
'/..'
.
'/chi-teck/drupal-code-generator/src/bootstrap.php'
,
'801c31d8ed748cfa537fa45402288c95'
=>
__DIR__
.
'/..'
.
'/psy/psysh/src/functions.php'
,
'952683d815ff0a7bf322b93c0be7e4e4'
=>
__DIR__
.
'/..'
.
'/chi-teck/drupal-code-generator/src/bootstrap.php'
,
);
public
static
$prefixLengthsPsr4
=
array
(
...
...
@@ -329,8 +329,8 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
),
'Psr\\Http\\Message\\'
=>
array
(
0
=>
__DIR__
.
'/..'
.
'/psr/http-
factory
/src'
,
1
=>
__DIR__
.
'/..'
.
'/psr/http-
message
/src'
,
0
=>
__DIR__
.
'/..'
.
'/psr/http-
message
/src'
,
1
=>
__DIR__
.
'/..'
.
'/psr/http-
factory
/src'
,
),
'Psr\\Container\\'
=>
array
(
...
...
@@ -568,11 +568,11 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
public
static
function
getInitializer
(
ClassLoader
$loader
)
{
return
\Closure
::
bind
(
function
()
use
(
$loader
)
{
$loader
->
prefixLengthsPsr4
=
ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
$prefixLengthsPsr4
;
$loader
->
prefixDirsPsr4
=
ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
$prefixDirsPsr4
;
$loader
->
prefixesPsr0
=
ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
$prefixesPsr0
;
$loader
->
fallbackDirsPsr0
=
ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
$fallbackDirsPsr0
;
$loader
->
classMap
=
ComposerStaticInit
4f839f7b2a45d5d982e207f3e602715a
::
$classMap
;
$loader
->
prefixLengthsPsr4
=
ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
$prefixLengthsPsr4
;
$loader
->
prefixDirsPsr4
=
ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
$prefixDirsPsr4
;
$loader
->
prefixesPsr0
=
ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
$prefixesPsr0
;
$loader
->
fallbackDirsPsr0
=
ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
$fallbackDirsPsr0
;
$loader
->
classMap
=
ComposerStaticInit
897a33fcae25d217a784289c8c5537f0
::
$classMap
;
},
null
,
ClassLoader
::
class
);
}
...
...
vendor/composer/include_paths.php
View file @
c217cf8a
...
...
@@ -6,8 +6,8 @@
$baseDir
=
dirname
(
$vendorDir
);
return
array
(
$vendorDir
.
'/pear/
archive_tar
'
,
$vendorDir
.
'/pear/
pear_exception
'
,
$vendorDir
.
'/pear/console_getopt'
,
$vendorDir
.
'/pear/pear-core-minimal/src'
,
$vendorDir
.
'/pear/
pear_exception
'
,
$vendorDir
.
'/pear/
archive_tar
'
,
);
vendor/composer/installed.json
View file @
c217cf8a
...
...
@@ -53,6 +53,10 @@
"cors"
,
"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"
},
{
...
...
@@ -238,6 +242,10 @@
"zend"
,
"zikula"
],
"support"
:
{
"issues"
:
"https://github.com/composer/installers/issues"
,
"source"
:
"https://github.com/composer/installers/tree/v1.9.0"
},
"funding"
:
[
{
"url"
:
"https://packagist.com"
,
...
...
@@ -1273,6 +1281,10 @@
"parser"
,
"php"
],
"support"
:
{
"issues"
:
"https://github.com/doctrine/lexer/issues"
,
"source"
:
"https://github.com/doctrine/lexer/tree/1.2.1"
},
"funding"
:
[
{
"url"
:
"https://www.doctrine-project.org/sponsorship.html"
,
...
...
@@ -3118,6 +3130,10 @@
"archive"
,
"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"
},
{
...
...
@@ -3168,6 +3184,10 @@
}
],
"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"
},
{
...
...
@@ -3215,6 +3235,10 @@
}
],
"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"
},
{
...
...
@@ -3273,6 +3297,10 @@
"keywords"
:
[
"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"
},
{
...
...
@@ -3325,6 +3353,10 @@
"container-interop"
,
"psr"
],
"support"
:
{
"issues"
:
"https://github.com/php-fig/container/issues"
,
"source"
:
"https://github.com/php-fig/container/tree/master"
},
"install-path"
:
"../psr/container"
},
{
...
...
@@ -3380,6 +3412,9 @@
"request"
,
"response"
],
"support"
:
{
"source"
:
"https://github.com/php-fig/http-factory/tree/master"
},
"install-path"
:
"../psr/http-factory"
},
{
...
...
@@ -3433,6 +3468,9 @@
"request"
,
"response"
],
"support"
:
{
"source"
:
"https://github.com/php-fig/http-message/tree/master"
},
"install-path"
:
"../psr/http-message"
},
{
...
...
@@ -3483,6 +3521,9 @@
"psr"
,
"psr-3"
],
"support"
:
{
"source"
:
"https://github.com/php-fig/log/tree/1.1.3"
},
"install-path"
:
"../psr/log"
},
{
...
...
@@ -3605,6 +3646,10 @@
}
],
"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"
},
{
...
...
@@ -3658,6 +3703,10 @@
"keywords"
:
[
"stack"
],
"support"
:
{
"issues"
:
"https://github.com/stackphp/builder/issues"
,
"source"
:
"https://github.com/stackphp/builder/tree/v1.0.6"
},
"install-path"
:
"../stack/builder"
},
{
...
...
vendor/composer/installed.php
View file @
c217cf8a
...
...
@@ -6,7 +6,7 @@
'aliases'
=>
array
(
),
'reference'
=>
'
c855dacce720124e3680a49dc9435179e5a932a6
'
,
'reference'
=>
'
de41ff03309b495f175ed3f8e039d6d575031ab5
'
,
'name'
=>
'drupal/legacy-project'
,
),
'versions'
=>
...
...
@@ -733,7 +733,7 @@
'aliases'
=>
array
(
),
'reference'
=>
'
c855dacce720124e3680a49dc9435179e5a932a6
'
,
'reference'
=>
'
de41ff03309b495f175ed3f8e039d6d575031ab5
'
,
),
'drupal/link'
=>
array
(
...
...
@@ -1227,8 +1227,8 @@
array
(
'provided'
=>
array
(
0
=>
'
^
1.0'
,
1
=>
'1.0'
,
0
=>
'1.0'
,
1
=>
'
^
1.0'
,
),
),
'psr/event-dispatcher-implementation'
=>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment