Skip to content

Commit

Permalink
Fix test file loading.
Browse files Browse the repository at this point in the history
It belongs under `autoload-dev` instead of `autoload`.
  • Loading branch information
ADmad authored Jul 9, 2021
1 parent 0efb82b commit 97a0c39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"autoload": {
"psr-4": {
"League\\Container\\": "src"
},
"files": [
"tests/Asset/function.php"
]
}
},
"autoload-dev": {
"psr-4": {
"League\\Container\\Test\\": "tests"
}
},
"files": [
"tests/Asset/function.php"
]
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 97a0c39

Please sign in to comment.