diff --git a/composer.json b/composer.json index ea6fcb9..8db8017 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,25 @@ { - "require": { - "njoannidi/php-lint-bash": "dev-master" - } + "name": "phplist/phplist-lan-texts", + "description": "The world's most popular open source newsletter manager, translations of contextual help", + "keywords": [ + "phplist", + "email", + "newsletter", + "manager" + ], + "homepage": "https://www.phpList.org/", + "type": "library", + "license": "GNU Affero General Public License version 3.0 or later (AGPLv3+)", + "support": { + "issues": "https://github.com/phpList/phpList3/issues", + "forum": "https://discuss.phplist.org/", + "wiki": "http://resources.phplist.com/", + "source": "https://github.com/phpList/phpList3" + }, + "require": { + "php": ">=7.0" + }, + "require-dev": { + "njoannidi/php-lint-bash": "dev-master" + } }