Skip to content

Commit

Permalink
remove unnecessary namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
albertborsos committed Sep 16, 2019
1 parent 052b58f commit 1566ae9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
"psr-4": {
"albertborsos\\ddd\\": "src/",
"albertborsos\\ddd\\tests\\": "tests/",
"albertborsos\\ddd\\tests\\support\\base\\": "tests/_support/base/",
"albertborsos\\ddd\\tests\\support\\base\\domains\\": "tests/_support/base/domains",
"albertborsos\\ddd\\tests\\support\\base\\modules\\": "tests/_support/base/modules",
"albertborsos\\ddd\\tests\\support\\base\\services\\": "tests/_support/base/services"
"albertborsos\\ddd\\tests\\support\\base\\": "tests/_support/base/"
}
},
"repositories": [
Expand Down

0 comments on commit 1566ae9

Please sign in to comment.