From c9c2b56b7e4d5ef8de00077e1732844195d3ac8e Mon Sep 17 00:00:00 2001 From: kallookoo Date: Fri, 2 Jun 2017 15:01:52 +0200 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ba241dc..3464f0f 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,13 @@ { - "name": "23r9i0/wp_parse_args_recursive", + "name": "kallookoo/wp_parse_args_recursive", "description": "Like wp_parse_args but supports recursivity. By default converts the returned type based on the $args and $defaults", "type": "library", - "homepage": "https://github.com/23r9i0/wp_parse_args_recursive", + "homepage": "https://github.com/kallookoo/wp_parse_args_recursive", "license": "GPL-2.0+", "authors": [ { - "name": "Sergio P.A. (23r9i0)", - "email": "info@dsergio.com" + "name": "Sergio (kallookoo)", + "email": "sergio@dsergio.com" } ], "autoload": {