From 67efcd40a6d22e4f15cd994b9e728f4d39818728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Mon, 21 Mar 2022 12:57:01 +0000 Subject: [PATCH] project description update --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 80ccb3f..3137c9d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "grifart/not-serializable", - "description": "Let everyone know, that this class has not been meant for serialization.", + "description": "State explicitly that class has not been meant for serialization.", "type": "library", "scripts": { "verify": ["@test", "@phpstan"], -- GitLab