From a4766198bbd9120b51af481c48ae8b551c8c886e Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Fri, 15 Mar 2024 16:40:06 +0800 Subject: [PATCH] =?UTF-8?q?*=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20PHP=208.2.17=20->=20PHP=208.3.4=20*=E5=AF=B9php8.2?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E8=BF=98=E6=98=AF=E5=85=BC=E5=AE=B9=E7=9A=84?= =?UTF-8?q?=EF=BC=8C=E5=8F=AA=E4=B8=8D=E8=BF=87=E4=BD=A0=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9composer.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- composer.json | 2 +- config/web.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f041ce3..a8ee130 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,11 @@ EXTRA: 客户端开发 开发环境 ------------ -Windows 11 Pro (22631.3155) +Windows 11 Pro (22631.3296) \ Windows 10 Enterprise LTSC 2021 (19044.4046) PhpStorm 2023.3.4 -PHP 8.2.17 +PHP 8.3.4 (这个项目需要PHP>=8.2) MariaDB 11.3.2 diff --git a/composer.json b/composer.json index 1069418..3b58e54 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "minimum-stability": "stable", "require": { - "php": ">=8.2.0", + "php": ">=8.3.0", "yiisoft/yii2": "~2.0.45", "yiisoft/yii2-bootstrap5": "~2.0.2", "yiisoft/yii2-symfonymailer": "~2.0.3", diff --git a/config/web.php b/config/web.php index 991807d..bc6a5aa 100644 --- a/config/web.php +++ b/config/web.php @@ -84,7 +84,7 @@ if (YII_ENV_DEV) { $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', // uncomment the following to add your IP if you are not connecting from localhost. - //'allowedIPs' => ['127.0.0.1', '::1'], + 'allowedIPs' => ['127.0.0.1', '::1','192.168.1.*'], ]; $config['bootstrap'][] = 'gii';