Skip to content

Commit

Permalink
Incorporating #4 (Fix PSR-4 autoloading)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn-se committed Mar 5, 2024
1 parent 2aadb35 commit 6087b1c
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -14,12 +14,12 @@
],
"autoload": {
"psr-4": {
"": "src/"
"Phrity\\Util\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"": "tests/"
"Phrity\\Util\\Tests\\": "tests/"
}
},
"require": {
Expand Down
File renamed without changes.

0 comments on commit 6087b1c

Please sign in to comment.