-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1002 Bytes
/
composer.json
File metadata and controls
43 lines (43 loc) · 1002 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "groupdocs/groupdocs-php",
"version": "1.6.0-dev",
"type": "library",
"description": "GroupDocs API library for PHP",
"keywords": ["groupdocs"],
"license": "Apache-2.0",
"authors": [
{
"name": "GroupDocs",
"email": "support@groupdocs.com",
"homepage": "http://www.groupdocs.com/"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "hamcrest/hamcrest",
"version": "1.1.0",
"dist": {
"type": "zip",
"url": "https://hamcrest.googlecode.com/files/hamcrest-php-1.1.0.zip"
},
"include-path": ["Hamcrest-1.1.0/"],
"autoload": {
"psr-0": { "Hamcrest_": "Hamcrest-1.1.0/" },
"files": ["Hamcrest-1.1.0/Hamcrest/Hamcrest.php"]
}
}
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"hamcrest/hamcrest": "1.1.0",
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"classmap": ["src/"]
}
}