Skip to content

Commit

Permalink
Fix composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ocvirksimon committed Sep 5, 2024
1 parent ca94422 commit 23288b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"friendsofphp/php-cs-fixer": "^3.5"
},
"autoload": {
"psr-4": { "Databox\\" : "lib/" }
"psr-4": { "Databox\\" : "src/" }
},
"autoload-dev": {
"psr-4": { "Databox\\Test\\" : "test/" }
"psr-4": { "Databox\\Test\\" : "src/test" }
}
}

0 comments on commit 23288b8

Please sign in to comment.