Skip to content

Commit

Permalink
Merge pull request #6 from nswdpc/update-psr4
Browse files Browse the repository at this point in the history
Add psr-4 config
  • Loading branch information
JamesDPC authored May 13, 2024
2 parents e6ef6fb + 9c4b74f commit f80c796
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
"NSWDPC\\Elemental\\Models\\Iframe\\": [
"src/Models/Elements/"
],
"NSWDPC\\Elemental\\Tests\\Iframe\\": [
"tests/"
]
}
},
"extra": {
"expose": [
"client/static"
Expand Down

0 comments on commit f80c796

Please sign in to comment.