forked from hubzero/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 821 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
{
"name": "hubzero/framework",
"description": "The HUBzero PHP framework",
"keywords": ["framework", "php", "hubzero"],
"license": "MIT",
"require": {
"php": ">=5.4.0",
"symfony/yaml": "2.5.*",
"symfony/http-foundation": "2.5.5"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpunit/dbunit": "1.4.*",
"satooshi/php-coveralls": "1.0.*",
"squizlabs/php_codesniffer": "2.*",
"jakub-onderka/php-parallel-lint": "0.9.*",
"hubzero/standards": "dev-master",
"mockery/mockery": "0.9.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hubzero/phpcs-standards"
}
],
"autoload": {
"psr-4": {
"Hubzero\\": "src/"
}
}
}