Skip to content

Commit

Permalink
Fix composer autoload issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmirmittal committed Dec 17, 2021
1 parent e927d6f commit d7d3faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "quintype/caching",
"autoload": {
"psr-0" : {
"Quintype" : "src"
"psr-4" : {
"Quintype\\Caching\\" : "src/Quintype/Caching/"
}
}
}
File renamed without changes.

0 comments on commit d7d3faf

Please sign in to comment.