Skip to content

Commit

Permalink
Added Option To Autoload Files
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Dec 18, 2018
1 parent 1debeeb commit 970ccca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
],
"require" : {
"thewpleague/wp-query-builder" : "^1.0.9"
},
"autoload" : {
"files" : [
"class-db-table.php"
]
}
}

0 comments on commit 970ccca

Please sign in to comment.