-
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) · 861 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 861 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/blog",
"description": "Blogging module for Ensemble",
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"zf2",
"blog"
],
"homepage": "https://github.com/Soflomo/Blog",
"authors": [
{
"name": "Jurian Sluiman",
"email": "jurian@soflomo.com",
"homepage": "http://soflomo.com"
}
],
"require": {
"php": ">=5.3.3.",
"zendframework/zendframework": "~2.1",
"doctrine/doctrine-orm-module": "~0.7",
"zf-commons/zfc-admin": "~0.1",
"soflomo/common": "~0.4",
"soflomo/purifier": "~0.1",
"bacon/bacon-string-utils": "~1.0"
},
"autoload": {
"psr-0": {
"Soflomo\\Blog": "src/"
},
"classmap": [
"./Module.php"
]
}
}