We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5020e commit 6260846Copy full SHA for 6260846
composer.json
@@ -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