Skip to content

Commit

Permalink
Merge pull request #4 from alies-dev/autoload-dev
Browse files Browse the repository at this point in the history
Move tests to autoload-dev section
  • Loading branch information
BurtDS authored Jul 17, 2024
2 parents 8e4a63f + b55efb6 commit 6129dac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"license": "MIT",
"autoload": {
"psr-4": {
"Burtds\\VatChecker\\": "src/",
"Burtds\\VatChecker\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
Expand Down

0 comments on commit 6129dac

Please sign in to comment.