code
This commit is contained in:
parent
130f84e7af
commit
9be1dcc161
|
@ -4,9 +4,9 @@ return [
|
|||
'default' => [
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'saiadmin',
|
||||
'username' => 'root',
|
||||
'password' => '123456',
|
||||
'database' => 'blog',
|
||||
'username' => 'blog',
|
||||
'password' => 'fj6edWTinXimLpiT',
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_general_ci',
|
||||
'prefix' => 'eb_',
|
||||
|
|
1882
composer1.lock
1882
composer1.lock
File diff suppressed because it is too large
Load Diff
1882
composer2.lock
1882
composer2.lock
File diff suppressed because it is too large
Load Diff
12
vendor/composer/installed.php
vendored
12
vendor/composer/installed.php
vendored
|
@ -1,9 +1,9 @@
|
|||
<?php return array(
|
||||
'root' => array(
|
||||
'name' => 'baihand/web',
|
||||
'pretty_version' => '1.0.0+no-version-set',
|
||||
'version' => '1.0.0.0',
|
||||
'reference' => null,
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
@ -11,9 +11,9 @@
|
|||
),
|
||||
'versions' => array(
|
||||
'baihand/web' => array(
|
||||
'pretty_version' => '1.0.0+no-version-set',
|
||||
'version' => '1.0.0.0',
|
||||
'reference' => null,
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
|
5
vendor/composer/platform_check.php
vendored
5
vendor/composer/platform_check.php
vendored
|
@ -3,10 +3,11 @@
|
|||
// platform_check.php @generated by Composer
|
||||
|
||||
$issues = array();
|
||||
|
||||
if (!(PHP_VERSION_ID >= 80200)) {
|
||||
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
|
||||
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.2.0". You are running ' . PHP_VERSION . '.';
|
||||
}
|
||||
$issues = [];
|
||||
|
||||
if ($issues) {
|
||||
if (!headers_sent()) {
|
||||
header('HTTP/1.1 500 Internal Server Error');
|
||||
|
|
Loading…
Reference in New Issue
Block a user