Skip to content

Commit

Permalink
Fix composer validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Aug 24, 2023
1 parent 169be7c commit a1877a8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"OpenEMR\\Modules\\NpiRegistry\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"OpenEMR\\Modules\\NpiRegistry\\Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
Expand All @@ -60,6 +50,16 @@
]
}
},
"autoload": {
"psr-4": {
"OpenEMR\\Modules\\NpiRegistry\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"OpenEMR\\Modules\\NpiRegistry\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
Expand Down

0 comments on commit a1877a8

Please sign in to comment.