-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 777 Bytes
/
composer.json
File metadata and controls
29 lines (28 loc) · 777 Bytes
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
{
"name": "kjenney/php-webminer",
"description": "A php client that uses WebDriver and Querypath",
"keywords": ["webdriver", "selenium", "php", "kjenney"],
"homepage": "https://github.com/kjenney/php-webminer",
"type": "library",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/kjenney/php-webminer/issues",
"source": "https://github.com/kjenney/php-webminer"
},
"require": {
"php": ">=5.4.0",
"querypath/querypath": "3.0.3",
"facebook/webdriver": "0.5.1",
"sergeytsalkov/meekrodb": "*",
"thiagoalessio/tesseract_ocr": ">= 0.2.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor": "2.8.1"
},
"autoload": {
"files": [
"lib/include.php"
]
}
}