From a7a9084a742b4c21a307b8eeb20639066328ba28 Mon Sep 17 00:00:00 2001 From: Zhang Jinlong <466028373@qq.com> Date: Thu, 15 Mar 2018 18:56:18 +0800 Subject: [PATCH] change composer type to library from project, but you can still use it as a standalone tool. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b46692c..ffdedea 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "stonemax/acme2", "description": "Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.", - "type": "project", + "type": "library", "license": "MIT", "authors": [ {