Skip to content

Commit 99bdbd3

Browse files
committed
fix autoload path
1 parent 6d35d1d commit 99bdbd3

21 files changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
},
1515
"autoload": {
1616
"psr-4": {
17-
"DevNet\\Common\\": "src/"
18-
},
19-
"files": [
20-
"global.php"
21-
]
17+
"DevNet\\Common\\": "lib/"
18+
}
2219
}
2320
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)