Upgrade Guide 2.1

Features and Changes

  • Requires PHP>=8.1

  • Depends on workerman/workerman:^5.1, and provides workerman coroutine support. Refer to webman Coroutine

  • Added connection pool functionality for webman/redis:^2.1 webman/cache:^2.1 webman/database:^2.1 webman/think-orm:^2.1 webman/think-cache:^2.1, automatically supporting both coroutine and non-coroutine environments.

Please back up before upgrading and execute the following commands to upgrade

composer config -g --unset repos.packagist
composer require -W workerman/workerman:~5.1 workerman/webman-framework:~2.1

Database Upgrade

If you use the following components, please run the corresponding commands to upgrade

  • Laravel's illuminate/database

    composer require -W webman/database:~2.1
  • Laravel's illuminate/redis

    composer require -W webman/redis:~2.1
  • Laravel's illuminate/cache

    composer require -W webman/cache:~2.1
  • ThinkPHP's topthink/think-orm

    composer require -W webman/think-orm:~2.1
  • ThinkPHP's topthink/think-cache

    composer require -W webman/think-cache:~2.1
  • webman/redis-queue

    composer require -W webman/redis-queue:~2.1
  • webman/log

    composer require -W webman/log:~2.1