Skip to content

Commit 6929a47

Browse files
committed
Update to psr-4
PSR-0: Autoloading Standard has been marked as deprecated. PSR-4: Autoloader is now recommended as an alternative.
1 parent 05b2bf5 commit 6929a47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
}
2222
],
2323
"autoload": {
24-
"psr-0": { "Wespify\\Discogs": "src/" }
24+
"psr-4": {
25+
"Wespify\\Discogs\\": "src/"
26+
}
2527
},
2628
"extra": {
2729
"branch-alias": {

0 commit comments

Comments
 (0)