Skip to content

Commit

Permalink
- updated composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeart committed Aug 18, 2020
1 parent 54a0fe2 commit 5095d54
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
},
"autoload": {
"psr-4": {
"Koded\\": ""
"Koded\\Stdlib\\": "",
"Koded\\Exceptions\\": "",
"": ""
},
"files": [
"functions.php"
Expand All @@ -53,7 +55,7 @@
},
"autoload-dev": {
"psr-4": {
"Koded\\Stdlib\\Tests\\": "Tests/"
"Tests\\Koded\\Stdlib\\": "Tests/"
},
"files": [
"functions-dev.php"
Expand Down

0 comments on commit 5095d54

Please sign in to comment.