Skip to content

Commit

Permalink
Fix composer json file to exclude target dir when psr4 is used for au…
Browse files Browse the repository at this point in the history
…toloading.
  • Loading branch information
lennerd committed Sep 4, 2018
1 parent 3538a89 commit 946fb8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"autoload": {
"psr-4": { "Vipx\\BotDetectBundle\\": "./" }
},
"target-dir": "Vipx/BotDetectBundle",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "4.0.x-dev"
}
}
}

0 comments on commit 946fb8b

Please sign in to comment.