medicalmundi / oe-module-todo-list
Todo list OpenEMR module.
Installs: 894
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 5
Type:openemr-module
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
This package is auto-updated.
Last update: 2024-11-06 21:14:57 UTC
README
Getting started
Development
Test
Run all test
> ./vendor/bin/phpunit
Run only unit test
> ./vendor/bin/phpunit --testsuite=unit // shortcut > composer tu
Static analysis tool
Check static analysis
> ./vendor/bin/psalm // shortcut > composer sa
Code style
Check coding style
> ./vendor/bin/ecs // shortcut > composer cs
Fix coding style issues
> ./vendor/bin/ecs --fix // shortcut > composer cs:fix