From 544ebe31ddcf7ebdee5f1f7c881a49bf72573833 Mon Sep 17 00:00:00 2001 From: Jim Schmid Date: Fri, 23 Feb 2024 16:14:52 +0100 Subject: [PATCH] Added missing fields --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/composer.json b/composer.json index 50ec191..8e574fd 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,18 @@ { + "name": "oneup/favicon-fetcher", + "type": "library", + "description": "List and download favicons from urls", + "keywords": [ + "Favicons" + ], + "license": "MIT", + "authors": [ + { + "name": "Jim Schmid", + "email": "js@1up.io", + "homepage": "https://1up.io" + } + ], "require": { "php": ">=8.2", "ext-dom": "*",