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": {