Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 38f886f

Browse files
committed
Add Composer support
1 parent bddcd64 commit 38f886f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
*.komodoproject
1+
*.komodoproject
2+
composer.lock
3+
vendor

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "dsyph3r/github-api3-php",
3+
"description": "GitHub API",
4+
"homepage": "https://github.com/dsyph3r/github-api3-php",
5+
"keywords": ["github"],
6+
"license": "MIT",
7+
"require": {
8+
"kriswallsmith/buzz": "*"
9+
},
10+
"autoload": {
11+
"psr-0": { "Github": "lib/" }
12+
}
13+
}

0 commit comments

Comments
 (0)