code
This commit is contained in:
parent
130f84e7af
commit
9be1dcc161
|
@ -4,9 +4,9 @@ return [
|
||||||
'default' => [
|
'default' => [
|
||||||
'driver' => 'mysql',
|
'driver' => 'mysql',
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'database' => 'saiadmin',
|
'database' => 'blog',
|
||||||
'username' => 'root',
|
'username' => 'blog',
|
||||||
'password' => '123456',
|
'password' => 'fj6edWTinXimLpiT',
|
||||||
'charset' => 'utf8mb4',
|
'charset' => 'utf8mb4',
|
||||||
'collation' => 'utf8mb4_general_ci',
|
'collation' => 'utf8mb4_general_ci',
|
||||||
'prefix' => 'eb_',
|
'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(
|
<?php return array(
|
||||||
'root' => array(
|
'root' => array(
|
||||||
'name' => 'baihand/web',
|
'name' => 'baihand/web',
|
||||||
'pretty_version' => '1.0.0+no-version-set',
|
'pretty_version' => 'dev-main',
|
||||||
'version' => '1.0.0.0',
|
'version' => 'dev-main',
|
||||||
'reference' => null,
|
'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
|
||||||
'type' => 'project',
|
'type' => 'project',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
|
@ -11,9 +11,9 @@
|
||||||
),
|
),
|
||||||
'versions' => array(
|
'versions' => array(
|
||||||
'baihand/web' => array(
|
'baihand/web' => array(
|
||||||
'pretty_version' => '1.0.0+no-version-set',
|
'pretty_version' => 'dev-main',
|
||||||
'version' => '1.0.0.0',
|
'version' => 'dev-main',
|
||||||
'reference' => null,
|
'reference' => '130f84e7af1d5776025c72999e97d393276ada14',
|
||||||
'type' => 'project',
|
'type' => 'project',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'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
|
// platform_check.php @generated by Composer
|
||||||
|
|
||||||
$issues = array();
|
$issues = array();
|
||||||
|
|
||||||
if (!(PHP_VERSION_ID >= 80200)) {
|
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 ($issues) {
|
||||||
if (!headers_sent()) {
|
if (!headers_sent()) {
|
||||||
header('HTTP/1.1 500 Internal Server Error');
|
header('HTTP/1.1 500 Internal Server Error');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user