Skip to content

Commit 1623dc7

Browse files
authored
updating this repo to use psr-4 to get avoid naming restrictions (#18)
1 parent 2eb96f8 commit 1623dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"phpunit/phpunit": "^10.5 || ^11.0"
3232
},
3333
"autoload": {
34-
"psr-0": {
35-
"DCarbone\\PHPFHIRGenerated\\": "./src"
34+
"psr-4": {
35+
"DCarbone\\PHPFHIRGenerated\\": "./src/DCarbone/PHPFHIRGenerated"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)