Skip to content

Commit 6087b1c

Browse files
committed
Incorporating #4 (Fix PSR-4 autoloading)
1 parent 2aadb35 commit 6087b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
],
1515
"autoload": {
1616
"psr-4": {
17-
"": "src/"
17+
"Phrity\\Util\\": "src/"
1818
}
1919
},
2020
"autoload-dev": {
2121
"psr-4": {
22-
"": "tests/"
22+
"Phrity\\Util\\Tests\\": "tests/"
2323
}
2424
},
2525
"require": {
File renamed without changes.

0 commit comments

Comments
 (0)