From 1e1b338d28c968d8b9e035a70e572e7d81c5a37d Mon Sep 17 00:00:00 2001 From: Gemorroj Date: Mon, 10 Jan 2022 12:40:27 +0300 Subject: [PATCH] fix composer package type --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d0752d..4b1ad58 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "gregwar/captcha", - "type": "captcha", + "type": "library", "description": "Captcha generator", "keywords": ["captcha", "spam", "bot"], "homepage": "https://github.com/Gregwar/Captcha",