Skip to content

Commit 6260846

Browse files
committed
add composer.json to updater
1 parent cf5020e commit 6260846

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "phplist/updater",
3+
"description": "The world's most popular open source newsletter manager, automatic updater",
4+
"keywords": [
5+
"phplist",
6+
"email",
7+
"newsletter",
8+
"manager"
9+
],
10+
"homepage": "https://www.phpList.org/",
11+
"type": "project",
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+
}
25+
}

0 commit comments

Comments
 (0)