Skip to content

Commit

Permalink
excluded tests from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liuggio committed Apr 20, 2016
1 parent a6424ee commit 73670d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@
"sensio/framework-extra-bundle": "~2.3|~3.0"
},
"autoload": {
"exclude-from-classmap": ["/Tests/"]
"psr-4": {
"Liuggio\\ExcelBundle\\": ""
}
},
"autoload-dev": {
"psr-4": {
"Liuggio\\ExcelBundle\\": ""
}
},

"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down

0 comments on commit 73670d9

Please sign in to comment.