Skip to content

Commit

Permalink
Merge f0d83cd into 06ae939
Browse files Browse the repository at this point in the history
  • Loading branch information
mhor committed Nov 6, 2020
2 parents 06ae939 + f0d83cd commit d1ae087
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"doctrine/mongodb-odm": "If you want to use Document as source, please require doctrine/mongodb-odm"
},
"autoload": {
"psr-4": { "APY\\DataGridBundle\\": "" }
"psr-4": { "APY\\DataGridBundle\\": "" },
"exclude-from-classmap": [
"/Tests/"
]
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit d1ae087

Please sign in to comment.