Skip to content

Commit af83782

Browse files
committed
update composer
1 parent 23844a6 commit af83782

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

composer.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
2-
"require": {
3-
"njoannidi/php-lint-bash": "dev-master"
4-
}
2+
"name": "phplist/phplist-lan-texts",
3+
"description": "The world's most popular open source newsletter manager, translations of contextual help",
4+
"keywords": [
5+
"phplist",
6+
"email",
7+
"newsletter",
8+
"manager"
9+
],
10+
"homepage": "https://www.phpList.org/",
11+
"type": "library",
12+
"license": "GNU Affero General Public License version 3.0 or later (AGPLv3+)",
13+
"support": {
14+
"issues": "https://github.com/phpList/phpList3/issues",
15+
"forum": "https://discuss.phplist.org/",
16+
"wiki": "http://resources.phplist.com/",
17+
"source": "https://github.com/phpList/phpList3"
18+
},
19+
"require": {
20+
"php": ">=7.0"
21+
},
22+
"require-dev": {
23+
"njoannidi/php-lint-bash": "dev-master"
24+
}
525
}

0 commit comments

Comments
 (0)