From 7250e8518800a048e866185b53543ff514c5a45c Mon Sep 17 00:00:00 2001 From: Thijs De Paepe Date: Tue, 6 Feb 2024 15:46:24 +0100 Subject: [PATCH] Update composer.json --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index d1c2561..c10f178 100644 --- a/composer.json +++ b/composer.json @@ -2,10 +2,7 @@ "name": "induxx/laravel-formatter", "type": "library", "description": "A formatting library that converts data output between XML, CSV, JSON, TXT, YAML and a few others.", - "keywords": ["laravel", "formatter", "data", "convert", "csv", "xml", "yaml"], - "homepage": "http://github.com/SoapBox/laravel-formatter", - "license": "MIT", - "version": "3.1.1", + "minimum-stability": "stable", "authors": [ { "name": "Graham McCarthy", @@ -38,6 +35,5 @@ "Formatter": "SoapBox\\Formatter" } } - }, - "minimum-stability": "stable" + } }