Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphschindler committed Mar 28, 2017
0 parents commit 84e12db
Show file tree
Hide file tree
Showing 12 changed files with 1,809 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "ralphschindler/basic-query-filter",
"description": "Basic Query Filter",
"authors": [
{
"name": "Ralph Schindler",
"email": "ralph@ralphschindler.com"
}
],
"autoload": {
"psr-4": {
"BasicQueryFilter\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^6.0"
}
}
Loading

0 comments on commit 84e12db

Please sign in to comment.