-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 900 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 900 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
{
"name": "soflomo/portfolio",
"description": "Portfolio module for Ensemble",
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"zf2",
"portfolio"
],
"homepage": "https://github.com/Soflomo/Portfolio",
"authors": [
{
"name": "Jurian Sluiman",
"email": "jurian@soflomo.com",
"homepage": "http://soflomo.com"
}
],
"require": {
"php": ">=5.3.3.",
"zendframework/zendframework": ">=2.1.0",
"doctrine/doctrine-orm-module": ">=0.7.0",
"zf-commons/zfc-admin": ">=0.1.1",
"soflomo/common": ">=0.4.0",
"soflomo/purifier": ">=0.1.0",
"bacon/bacon-string-utils": ">=1.0.0"
},
"autoload": {
"psr-0": {
"Soflomo\\Portfolio": "src/"
},
"classmap": [
"./Module.php"
]
}
}