forked from spotweb/spotweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 938 Bytes
/
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
{
"name": "spotweb/spotweb",
"description": "A decentralized usenet community based on the Spotnet protocol.",
"type": "project",
"license": "MIT",
"require": {
"mobiledetect/mobiledetectlib": "^2.5.2",
"phpseclib/phpseclib": "^2.0.2",
"digitalstratum/fts_parser": "dev-spotweb",
"abraham/twitteroauth": "^0.2.0",
"xenji/prowlphp": "^1.0.0",
"boxcar/boxcar": "dev-master",
"ext-mbstring": "*",
"php": ">=5.3.0",
"monolog/monolog": "^1.23.0",
"uskr/nma-php": "^0.0.4",
"laminas/laminas-xml2json": "^3.0",
"spotweb/nntp": "1.0.*",
"squizlabs/php_codesniffer": ">=2.6.0",
"phpcompatibility/php-compatibility": "*",
"php-coveralls/php-coveralls": ">=2.0",
"phpmailer/phpmailer": "^6.1",
"symfony/polyfill-mbstring": "^1.15"
},
"require-dev": {
"phpunit/phpunit": "^5.6.2"
},
"autoload": {
"classmap": [
"lib/",
"templates/"
]
}
}