Skip to content

Commit

Permalink
Add example extension namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed Jul 2, 2024
1 parent bbfd908 commit 39708cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
},
"autoload-dev": {
"psr-4": {
"R3H6\\Oauth2Server\\Tests\\": "Tests"
"R3H6\\Oauth2Server\\Tests\\": "Tests",
"R3H6\\ExampleResources\\": "Tests/Fixtures/example_resources/Classes"
}
},
"config": {
Expand Down

0 comments on commit 39708cf

Please sign in to comment.