diff --git a/composer.json b/composer.json index 7eff6d7..7f454c4 100644 --- a/composer.json +++ b/composer.json @@ -1,27 +1,35 @@ { "name": "dereckson/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": [{ + "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" ] } }