luolongfei 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад
..
src 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад
ChangeLog.md 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад
LICENSE 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад
README.md 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад
SECURITY.md 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад
composer.json 8a7b511041 将所有依赖升级到最新版本;PHP 升级到最新版 1 месяц назад

README.md

Latest Stable Version CI Status Type Coverage codecov

sebastian/code-unit

Collection of value objects that represent the PHP code units.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/code-unit

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/code-unit