From 79545b503293d211e229bd8c0903c53dd7235262 Mon Sep 17 00:00:00 2001 From: ghostff Date: Mon, 16 Oct 2017 15:59:36 -0500 Subject: [PATCH] Composere --- composer.json | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 9e4ab13..86c9b15 100644 --- a/composer.json +++ b/composer.json @@ -1,22 +1,19 @@ { - "name": "ghostff/dump7", - "description": "A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.", - "type": "library", - "keywords" : ["debuger", "var_dump", "data_dump"], - "license": "BSD", - "authors": [ - { - "name": "Chrys Ugwu", - "email": "frankchris@hotmail.com" - } - ], - "require": { + "name": "ghostff/dump7", + "description": "A pretty version of php var_dump. This class displays structured information about one or more expressions that includes its type and value.", + "type": "library", + "keywords": ["debuger", "var_dump", "data_dump"], + "license": "BSD", + "authors": [{ + "name": "Chrys Ugwu", + "email": "frankchris@hotmail.com" + }], + "require": { "php": ">=7.0" }, "autoload": { "classmap": [ - "src/Dump.php" + "src/Dump.php" ] } - } }