Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #24 from simensen/Composer
Browse files Browse the repository at this point in the history
Initial pass at adding support for Composer
  • Loading branch information
ornicar committed Jan 16, 2012
2 parents 50aca2a + 7c7d546 commit 416b9c4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "ornicar/github-api",
"type": "library",
"description": "GitHub API",
"homepage": "https://github.com/ornicar/php-github-api",
"keywords": ["github", "api", "gist"],
"license": "MIT",
"authors": [
{
"name": "Thibault Duplessis",
"email": "thibault.duplessis@gmail.com",
"homepage": "http://ornicar.github.com"
}
],
"require": {
"php": ">=5.2",
"ext-curl": "*"
},
"autoload": {
"psr-0": { "Github_": "lib/" }
}
}

0 comments on commit 416b9c4

Please sign in to comment.