Skip to content

Commit

Permalink
updating this repo to use psr-4 to get avoid naming restrictions (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone authored Jul 10, 2024
1 parent 2eb96f8 commit 1623dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"phpunit/phpunit": "^10.5 || ^11.0"
},
"autoload": {
"psr-0": {
"DCarbone\\PHPFHIRGenerated\\": "./src"
"psr-4": {
"DCarbone\\PHPFHIRGenerated\\": "./src/DCarbone/PHPFHIRGenerated"
}
}
}

0 comments on commit 1623dc7

Please sign in to comment.