forked from j0k3r/graby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.19 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
38
39
40
41
{
"name": "tbclarkson3/graby",
"description": "Graby helps you extract article content from web pages",
"license": "MIT",
"authors": [{
"name": "Jeremy Benoist",
"email": "[email protected]",
"role": "Developer"
},{
"name": "FiveFilters.org",
"email": "[email protected]",
"role": "Developer (original version)"
}],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4",
"ext-curl": "*",
"guzzlehttp/guzzle": "~6.3",
"j0k3r/safecurl": "~2.0",
"j0k3r/php-readability": "^1.0",
"j0k3r/graby-site-config": "^1.0",
"simplepie/simplepie": "^1.3.1",
"fossar/htmlawed": "^1.2.4",
"symfony/options-resolver": "~2.6|~3.0",
"monolog/monolog": "^1.13.1",
"smalot/pdfparser": "~0.11",
"wallabag/tcpdf": "^6.2",
"true/punycode": "~2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.0",
"php-coveralls/php-coveralls": "~0.6",
"symfony/phpunit-bridge": "~2.6|~3.0|~4.0"
},
"autoload": {
"psr-4": {
"Graby\\": "src/"
}
}
}