From 0f1cb298371bfcf02d101ae66f94694b799ce0c0 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 11 Oct 2020 18:30:05 +0200 Subject: [PATCH] Update version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bc784f9..a45523c 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "danog/class-finder", - "description" : "Fork of haydenpierce/class-finder with support for traits and interfaces", + "description": "Fork of haydenpierce/class-finder with support for traits and interfaces", "type": "library", "license": "MIT", - "version": "0.4.2", + "version": "0.4.3", "authors": [ { "name": "Hayden Pierce",