We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23844a6 commit af83782Copy full SHA for af83782
1 file changed
composer.json
@@ -1,5 +1,25 @@
1
{
2
- "require": {
3
- "njoannidi/php-lint-bash": "dev-master"
4
- }
+ "name": "phplist/phplist-lan-texts",
+ "description": "The world's most popular open source newsletter manager, translations of contextual help",
+ "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
+ }
25
}
0 commit comments