From 3b017400152bfc0583d9bef5fefc812d4847083c Mon Sep 17 00:00:00 2001 From: lotyp Date: Sun, 11 Jun 2023 13:10:30 +0300 Subject: [PATCH] chore: update description of composer package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1c024c9..7765ac1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "wayofdev/laravel-symfony-serializer", - "description": "PHP package template with GitHub Actions", + "description": "Laravel wrapper around Symfony Serializer.", "type": "library", "license": "MIT", "homepage": "https://wayof.dev",