forked from phpList/phplist3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "phpList/phplist3",
"description": "The world's most popular open source newsletter manager",
"keywords": [
"phplist",
"email",
"newsletter",
"manager"
],
"homepage": "https://www.phpList.org/",
"type": "project",
"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"
},
"minimum-stability": "dev",
"require": {
"php": ">= 5.4.0, <= 7.1.99"
},
"require-dev": {
"behat/mink": "~1.4",
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.3",
"behat/behat": "~2.4",
"behat/mink-extension": "~1.3",
"fabpot/goutte": "1.*@stable",
"sllh/php-cs-fixer-styleci-bridge": "~1.3",
"njoannidi/php-lint-bash": "dev-master"
},
"prefer-stable": true,
"config": {
"bin-dir": "vendor/bin/"
}
}