Skip to content

Commit 0514932

Browse files
committed
Update composer file and rebuild lib
1 parent 8499249 commit 0514932

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ThriftSQL.phar

161 Bytes
Binary file not shown.

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "automattic/php-thrift-sql",
3+
"time": "2018-02-02",
34
"type": "library",
45
"description": "PHP Thrift Client for Impala and Hive Queries",
5-
"keywords": [ "Thrift", "SQL", "Hive", "Impala" ],
6+
"keywords": [ "Thrift", "SQL", "Database", "Hive", "Impala" ],
67
"homepage": "https://github.com/Automattic/php-thrift-sql",
78
"license": "GPL-2.0-or-later",
89
"authors": [
@@ -26,6 +27,6 @@
2627
}
2728
],
2829
"archive": {
29-
"exclude": [ "/src", "/build.php" ]
30+
"exclude": [ "/src", "/build.php", "/example.php" ]
3031
}
3132
}

0 commit comments

Comments
 (0)