Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed May 18, 2021
1 parent 23844a6 commit af83782
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit af83782

Please sign in to comment.