https://github.com/Tinywan/webman-validate
#14 {main} in .../vendor/topthink/think-container/src/Container.php on line 32
Worker[17762] process terminated with ERROR: E_ERROR "During inheritance of ArrayAccess: Uncaught ErrorException: Return type of think\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../vendor/topthink/think-container/src/Container.php:567
其实这个库就没有用到 think-container 这个扩展
在Github看是没用到,但是你使用composer安装的话,会自动安装依赖 think-container 这个扩展。think-container 这个扩展官方已经不维护了
安装
查看依赖
删除依赖就好了
这个是composer自动安装的,不可以删除的