medicalmundi / oe-module-todo-list
Todo列表OpenEMR模块。
v0.2.2
2024-08-23 17:41 UTC
Requires
- php: >=8.1
- doctrine/collections: ^1.8
- ecotone/dbal: ^1.200
- ecotone/ecotone: ^1.200
- ecotone/jms-converter: ^1.200
- ecotone/lite-application: ^1.200
- laminas/laminas-httphandlerrunner: ^2.2
- league/route: ^4.5 || ^5.1
- monolog/monolog: ^3.5
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.0
- odan/session: ^6.0
- openemr/oe-module-installer-plugin: ^0.1
- php-di/php-di: ^7.0
- psr/container: ^1.0
- psr/log: ^2.0 || ^3.0
- ramsey/uuid: ^4.7
- symfony/cache: ^5.4
- symfony/event-dispatcher: ^5.4
- twig/string-extra: ^3.7
- twig/twig: ^3.7
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.8
- phpunit/phpunit: ^9.5
- symfony/var-dumper: ^4.4 || ^5.4
Conflicts
- openemr/openemr: <7.0.2
- symfony/cache: ^6
- symfony/event-dispatcher: ^6
README
入门指南
开发
测试
运行所有测试
> ./vendor/bin/phpunit
只运行单元测试
> ./vendor/bin/phpunit --testsuite=unit // shortcut > composer tu
静态分析工具
检查静态分析
> ./vendor/bin/psalm // shortcut > composer sa
代码风格
检查编码风格
> ./vendor/bin/ecs // shortcut > composer cs
修复编码风格问题
> ./vendor/bin/ecs --fix // shortcut > composer cs:fix