Skip to content

Commit

Permalink
Merge pull request #229 from ADmad/patch-1
Browse files Browse the repository at this point in the history
Fix test file loading.
  • Loading branch information
philipobenito authored Jul 9, 2021
2 parents 0efb82b + 97a0c39 commit 3aa58c2
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 3aa58c2

Please sign in to comment.