Skip to content

Commit a288648

Browse files
committed
Initial commit
0 parents  commit a288648

File tree

8 files changed

+923
-0
lines changed

8 files changed

+923
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"autoload": {
3+
"psr-4": {
4+
"Alexkart\\Looker\\": "src/"
5+
}
6+
},
7+
"require": {
8+
"alexkart/looker-php-sdk": "^0.1.0"
9+
}
10+
}

0 commit comments

Comments
 (0)