-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 910 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 910 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
{
"name": "rhubarbphp/module-stem",
"description": "A data modelling and ORM module for the Rhubarb PHP framework",
"keywords": [
"modelling",
"orm",
"model",
"data",
"php",
"framework"
],
"homepage": "http://www.rhubarbphp.com/",
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"Rhubarb\\Stem\\": "src/",
"Rhubarb\\Stem\\Tests\\": "tests/"
}
},
"config": {
"bin-dir": "bin/"
},
"require": {
"rhubarbphp/rhubarb": "^1.5.2"
},
"require-dev": {
"rhubarbphp/custard" : "^1.0.0",
"rhubarbphp/module-build-status-updater": "^1.0.4",
"tan-tan-kanarek/github-php-client": "^1.0.0",
"codeception/codeception": "^2.1.8",
"phploc/phploc": "^3.0.0",
"theseer/phpdox": "*",
"phpmd/phpmd": "^2.0.0",
"squizlabs/php_codesniffer": "^2.0.0",
"sebastian/phpcpd": "^2.0.0",
"pdepend/pdepend": "^2.0.0"
}
}