Merge pull request #6719 from bradymiller/lint-js-fix
[openemr.git] / tests / eventdispatcher / oe-patient-create-update-hooks-example / composer.json
blob3fc907b01e8ac9b9d75b392eb6ab1d374c964b92
2     "name": "mi-squared/oe-patient-create-update-hooks-example",
3     "description": "Module that listen for patient insert and update events and perform further actions",
4     "type": "openemr-module",
5     "authors": [
6         {
7             "name": "Ken Chapple",
8             "email": "ken@mi-squared.com"
9         }
10     ],
11     "require": {
12         "openemr/oe-module-installer-plugin": "^0.1.0"
13     },
14     "autoload": {},
15     "minimum-stability": "dev"