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

Commit

Permalink
Initial composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
valorin committed May 5, 2015
1 parent 6a9c7db commit 99cbaf3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/vendor/
15 changes: 15 additions & 0 deletions composer.json
@@ -0,0 +1,15 @@
{
"name": "valorin/pinpusher",
"description": "Pebble Timeline Pin generator and pusher.",
"type": "library",
"require": {
"guzzle/guzzle": "^3.9"
},
"license": "MIT",
"authors": [
{
"name": "Stephen Rees-Carter",
"email": "stephen@rees-carter.net"
}
]
}

0 comments on commit 99cbaf3

Please sign in to comment.