diff --git a/composer.json b/composer.json index 7f454c4..18c9b69 100644 --- a/composer.json +++ b/composer.json @@ -1,35 +1,35 @@ { - "name": "dereckson/wp-cli-polylang", + "name": "superhuit-ch/wp-cli-polylang", "type": "wp-cli-package", "description": "Add a `wp polylang` command to support the Polylang plug-in", "keywords": [ "wp-cli", "polylang", "i18n" ], "homepage": "https://github.com/dereckson/wp-cli-polylang", "license": "GPLv2", "authors": [ { "name": "Sébastien Santoro aka Dereckson", "email": "dereckson@espace-win.org", "homepage": "http://www.dereckson.be", "role": "Developer" }, { "name": "Superhuit", "email": "tech@superhuit.ch", "homepage": "https://superhuit.ch", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "files": [ "PolylangHelperFunctions.php", "Polylang_Command.php" ] } }