phpmv /ubiquity-annotations
Ubiquity 框架的 php 注解,由 mindplay/php-annotations 提供支持
0.0.5
2022-02-19 18:40 UTC
Requires
- php: >=7.4
- mindplay/annotations: ^1.3.1
README
Ubiquity 框架的 php 注解,由 mindplay/php-annotations 提供支持
由于 mindplay 注解尚未兼容 PHP8,您需要在项目的 composer.json
文件中添加一个修复程序
"repositories": [ { "type": "vcs", "url": "https://github.com/phpMv/php-annotations" } ], "require-dev" : { "mindplay/annotations": "dev-php8-fix as 1.3.2", },
运行 composer update
如果有必要,请记住清除缓存(特别是 app/cache/annotations
文件夹中的注解缓存)。
Ubiquity clear-cache