maleficarum / profiler
Maleficarum profiler 组件
5.0.0
2018-09-14 12:55 UTC
Requires
- php: ^7.2
- ext-mbstring: *
- maleficarum/ioc: ^3.0
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is not auto-updated.
Last update: 2024-09-15 05:08:07 UTC
README
这是 Maleficarum Profiler 组件的实现。
[5.0.0] - 2018-09-14
更改
- 将 IoC 组件升级到 3.x 版本
- 升级 phpunit 版本
- 从 composer 文件中移除仓库部分
[4.0.0] - 2017-08-02
更改
- 使用 PHP 7.1 中提供的可空类型(https://php.ac.cn/manual/en/migration71.new-features.php)
- 修复测试
[3.0.0] - 2017-03-23
更改
- 更改内部结构和代码风格。
- 添加默认初始化功能。
[2.0.1] - 2017-02-15
添加
- 添加测试
[2.0.0] - 2017-01-23
更改
- 添加返回和参数类型声明
[1.0.0] - 2016-10-14
添加
- 这是基于 pharaun13 编写的代码的首次发布,并添加到了我的仓库中。