Skip to content

Commit

Permalink
更新composer.json和vendor.zip以支持php7.1 7.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
weichaoduo committed Jul 19, 2021
1 parent d3e89d1 commit d49a5a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/config/session.cfg.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
if (isset($sessionConfig['save_path'])) {
$_config['session.save_path'] = $sessionConfig['save_path'];
}

// 设置Api不需要进行 session_start
$_config['no_session_cmd'] = $sessionConfig['no_session_cmd'] ?? array('version.getVersion');

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,16 @@
"symfony/yaml": "4.4.7",
"guzzlehttp/guzzle": "6.5.3",
"ext-json": "*",
"ext-ldap": "*",
"ext-pdo": "*",
"ext-curl": "*",
"ext-redis": "*",
"lcobucci/jwt": "3.3.0",
"lasserafn/php-initial-avatar-generator": "4.1",
"dragonmantank/cron-expression": "3.0"
},
"require-dev": {
"phpunit/phpunit": "7.0",
"ext-redis": "*"
"ext-redis": "*",
"ext-ldap": "*"
},
"minimum-stability": "beta"
}
Binary file modified vendor.zip
Binary file not shown.

0 comments on commit d49a5a1

Please sign in to comment.