Skip to content

Commit d34c1c2

Browse files
committed
changed psr0 to psr4
1 parent d35d7c2 commit d34c1c2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
}
1111
],
1212
"autoload": {
13-
"psr-0": {
14-
"SK\\Digidoc\\": "hashcode-lib/src"
13+
"psr-4": {
14+
"SK\\Digidoc\\": "src/SK/Digidoc"
1515
}
1616
},
17-
"target-dir": "kullar84/hashcode-lib/src/SK/Digidoc"
1817
}

0 commit comments

Comments
 (0)