Skip to content

Commit

Permalink
Fixed namespaces in composer files
Browse files Browse the repository at this point in the history
  • Loading branch information
mtils committed Oct 3, 2022
1 parent 77bbd09 commit bf89d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"autoload": {
"psr-4": {
"Koansu\\Core": ""
"Koansu\\Core\\": ""
}
}
}
2 changes: 1 addition & 1 deletion src/DependencyInjection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"autoload": {
"psr-4": {
"Koansu\\Core": ""
"Koansu\\DependencyInjection\\": ""
}
}
}
2 changes: 1 addition & 1 deletion src/Testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"autoload": {
"psr-4": {
"Koansu\\Core": ""
"Koansu\\Testing\\": ""
}
}
}

0 comments on commit bf89d37

Please sign in to comment.