Update 3rd party libraries
Forgot these two
This commit is contained in:
1
inc/vendor/composer/autoload_psr4.php
vendored
1
inc/vendor/composer/autoload_psr4.php
vendored
@ -11,7 +11,6 @@ return array(
|
||||
'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
|
||||
'PacificSec\\CPE\\' => array($vendorDir . '/pacificsec/cpe/src'),
|
||||
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
|
||||
'Godsgood33\\Php_Db\\' => array($vendorDir . '/godsgood33/php-db/src'),
|
||||
'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
|
||||
'Cocur\\BackgroundProcess\\' => array($vendorDir . '/cocur/background-process/src'),
|
||||
);
|
||||
|
8
inc/vendor/composer/autoload_static.php
vendored
8
inc/vendor/composer/autoload_static.php
vendored
@ -63,10 +63,6 @@ class ComposerStaticInit69a0c53551ee5f4e61c53efb549e5e72
|
||||
array (
|
||||
'Monolog\\' => 8,
|
||||
),
|
||||
'G' =>
|
||||
array (
|
||||
'Godsgood33\\Php_Db\\' => 18,
|
||||
),
|
||||
'C' =>
|
||||
array (
|
||||
'Complex\\' => 8,
|
||||
@ -95,10 +91,6 @@ class ComposerStaticInit69a0c53551ee5f4e61c53efb549e5e72
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
|
||||
),
|
||||
'Godsgood33\\Php_Db\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/godsgood33/php-db/src',
|
||||
),
|
||||
'Complex\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/markbaker/complex/classes/src',
|
||||
|
61
inc/vendor/composer/installed.json
vendored
61
inc/vendor/composer/installed.json
vendored
@ -39,55 +39,6 @@
|
||||
"unix"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "godsgood33/php-db",
|
||||
"version": "1.3.1",
|
||||
"version_normalized": "1.3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/godsgood33/php-db.git",
|
||||
"reference": "cdf01f123c16dcb0b294b3b9013557e2d472f1c9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/godsgood33/php-db/zipball/cdf01f123c16dcb0b294b3b9013557e2d472f1c9",
|
||||
"reference": "cdf01f123c16dcb0b294b3b9013557e2d472f1c9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"monolog/monolog": "~1.23"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~7.2"
|
||||
},
|
||||
"time": "2018-06-07T18:30:13+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Godsgood33\\Php_Db\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ryan Prather",
|
||||
"email": "godsgood33@gmail.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "PHP Database Library",
|
||||
"homepage": "https://github.com/godsgood33/php-db",
|
||||
"keywords": [
|
||||
"database",
|
||||
"library",
|
||||
"mysql",
|
||||
"mysqli"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "markbaker/complex",
|
||||
"version": "1.4.6",
|
||||
@ -500,23 +451,23 @@
|
||||
},
|
||||
{
|
||||
"name": "tecnickcom/tcpdf",
|
||||
"version": "6.2.17",
|
||||
"version_normalized": "6.2.17.0",
|
||||
"version": "6.2.22",
|
||||
"version_normalized": "6.2.22.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tecnickcom/TCPDF.git",
|
||||
"reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
|
||||
"reference": "ac6e92fccc7d9383dfd787056831349621b1aca2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
|
||||
"reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
|
||||
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ac6e92fccc7d9383dfd787056831349621b1aca2",
|
||||
"reference": "ac6e92fccc7d9383dfd787056831349621b1aca2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"time": "2018-02-24T11:48:20+00:00",
|
||||
"time": "2018-09-14T15:26:29+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
|
Reference in New Issue
Block a user