Skip to content

Commit

Permalink
Merge pull request #3 from stonemax/develop
Browse files Browse the repository at this point in the history
add composer config file
  • Loading branch information
stonemax authored Feb 25, 2018
2 parents db175a7 + 70459d1 commit 244f982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "stonemax/acme2",
"description": "Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificate.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Zhang Jinlong",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {}
}

0 comments on commit 244f982

Please sign in to comment.