Skip to content

Commit

Permalink
composer.json: Publish test library as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Mar 12, 2024
1 parent abcecf3 commit 38beaaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"autoload": {
"psr-4": {
"ipl\\Sql\\": "src"
"ipl\\Sql\\": "src",
"ipl\\Tests\\Sql\\Lib\\": "tests/Lib"
}
},
"autoload-dev": {
Expand Down

0 comments on commit 38beaaa

Please sign in to comment.