sebastian/code-unit

代表PHP代码单元的值对象集合

3.0.1 2024-07-03 04:44 UTC

This package is auto-updated.

Last update: 2024-09-07 12:20:48 UTC


README

Latest Stable Version CI Status codecov

sebastian/code-unit

代表PHP代码单元的值对象集合。

安装

您可以使用Composer将此库作为本地、按项目依赖项添加到您的项目中

composer require sebastian/code-unit

如果您只在开发期间需要此库,例如运行项目测试套件,那么您应该将其添加为开发时间依赖项

composer require --dev sebastian/code-unit