Skip to content

Commit

Permalink
Merge pull request #6 from veryfi/feature/better-folder-structure
Browse files Browse the repository at this point in the history
Change folder structure.
  • Loading branch information
alejouribesanchez committed Nov 10, 2021
2 parents 914121f + 3eadab7 commit 08a76e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
},

"autoload": {
"classmap": ["src/"]
"psr-4": {
"veryfi\\": "src/veryfi/"
}
},

"autoload-dev": {
"classmap": ["src/"]
"psr-4": {
"veryfi\\": "src/veryfi/"
}
},

"config": {
Expand Down
File renamed without changes.

0 comments on commit 08a76e8

Please sign in to comment.