Skip to content

Commit

Permalink
Update composer file and rebuild lib
Browse files Browse the repository at this point in the history
  • Loading branch information
xyu committed Feb 2, 2018
1 parent 8499249 commit 0514932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified ThriftSQL.phar
Binary file not shown.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "automattic/php-thrift-sql",
"time": "2018-02-02",
"type": "library",
"description": "PHP Thrift Client for Impala and Hive Queries",
"keywords": [ "Thrift", "SQL", "Hive", "Impala" ],
"keywords": [ "Thrift", "SQL", "Database", "Hive", "Impala" ],
"homepage": "https://github.com/Automattic/php-thrift-sql",
"license": "GPL-2.0-or-later",
"authors": [
Expand All @@ -26,6 +27,6 @@
}
],
"archive": {
"exclude": [ "/src", "/build.php" ]
"exclude": [ "/src", "/build.php", "/example.php" ]
}
}

0 comments on commit 0514932

Please sign in to comment.