From 816aa5f89171ced6e671d07fcec03b8646418952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20St=C3=B6ckel?= Date: Fri, 6 Aug 2021 15:20:27 +0200 Subject: [PATCH] Remove name, description, license --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 34e4bb16..8bcab316 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,4 @@ { - "name": "grocy/grocy", - "description": "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home", - "license": "MIT", "require": { "php": "^8.0", "slim/slim": "^4.0",