From 5a05e34b3cd660c1d3f22272cc056e6a74186f6d Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 11 Oct 2020 18:26:02 +0200 Subject: [PATCH] Update description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d3a100d..bc784f9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "danog/class-finder", - "description" : "A library that can provide of a list of classes in a given namespace", + "description" : "Fork of haydenpierce/class-finder with support for traits and interfaces", "type": "library", "license": "MIT", "version": "0.4.2",