forked from spotweb/spotweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 957 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
35
{
"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",
"abraham/twitteroauth": "^0.2.0",
"xenji/prowlphp": "^1.0.0",
"ext-mbstring": "*",
"php": ">=5.6.0",
"monolog/monolog": "^1.23.0",
"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",
"imdbphp/imdbphp": "^7.2",
"spotweb/fts_parser": "^1.0",
"szymach/c-pchart": "^3.0",
"php81_bc/strftime": "^0.5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0.0"
},
"autoload": {
"classmap": [
"lib/",
"templates/"
]
}
}