From 1e956fbffa8eab65708a7a5919e19d8fc31d98b3 Mon Sep 17 00:00:00 2001 From: kylianwester Date: Mon, 20 Feb 2023 21:23:49 +0100 Subject: [PATCH] fix: Composer json updates --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/composer.json b/composer.json index 84c26a8..76c5f24 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,15 @@ { "name": "kylwes/laravel-pipes", + "description": "Easily chain and execute multiple actions on a single data object.", + "type": "library", + "keywords": [ + "laravel", + "pipes", + "pipeline", + "middleware" + ], + "license": "MIT", + "version": "0.1.0", "authors": [ { "name": "kylianwester",