-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 841 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 841 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
{
"name": "elgg/elgg",
"version": "1.9.0-rc.5",
"description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.",
"license": "GPL-2.0",
"type": "project",
"require": {
"php": ">=5.3.3",
"ext-mysql": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-xml": "*",
"mrclay/minify": "2.*",
"knplabs/gaufrette": "0.1.*"
},
"suggest": {
"ext-mbstring": "*"
},
"autoload": {
"psr-0": {
"": "engine/classes/"
}
},
"require-dev": {
"phpunit/phpunit": "4.1",
"elgg/sniffs": "dev-master",
"squizlabs/php_codesniffer": "1.*"
}
}