Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Composer Support
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Apr 8, 2012
1 parent e26ed81 commit 698e233
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
@@ -0,0 +1,17 @@
{
"name": "bencevans/VMCPHP",
"type": "library",
"description": "Logging for PHP 5.3",
"keywords": ["Cloud","CloudFoundry","VCAP","VMC","VMware"],
"homepage": "https://github.com/bencevans/VMCPHP",
"license": "MIT",
"authors": [
{
"name": "Ben Evans",
"homepage": "http://bensbit.co.uk"
}
],
"require": {
"php": ">=5.3.0",
}
}

0 comments on commit 698e233

Please sign in to comment.