Skip to content

Commit

Permalink
Edit to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobia Zanarella committed May 20, 2021
1 parent ede5e99 commit 56f412a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "yourivw/leclient",
"name": "shellrent/letsencrypt-client",
"type": "library",
"description": "PHP LetsEncrypt client library for ACME v2",
"license": "MIT",
"require": {
"php": ">=5.2"
"php": ">=5.2",
"ext-openssl": "*",
"ext-json": "*",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 56f412a

Please sign in to comment.