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';