notfff 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu
..
src 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu
ChangeLog.md 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu
LICENSE 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu
README.md 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu
SECURITY.md 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu
composer.json 3d09a1153c refactor(farm): 优化作物生长状态更新逻辑和表格展示- 移除 FarmLandController 中的生长阶段展示逻辑,使用新的枚举展示方法 7 bulan lalu

README.md

Latest Stable Version CI Status codecov

sebastian/global-state

Snapshotting of global state, factored out of PHPUnit into a stand-alone component.

Installation

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

composer require sebastian/global-state

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/global-state