forked from codeconsortium/CCDNForumForumBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 681 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 681 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
{
"name": "codeconsortium/ccdn-forum-bundle",
"type": "symfony-bundle",
"description": "CCDN Forum Bundle",
"keywords": ["ccdn", "codeconsortium", "forum", "board"],
"homepage": "http://github.com/codeconsortium/CCDNForumForumBundle",
"license": "MIT",
"authors": [
{
"name": "reecefowell",
"email": "reece@codeconsortium.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"doctrine/doctrine-bundle": "*"
},
"autoload": {
"psr-0": { "CCDNForum\\ForumBundle": "" }
},
"target-dir": "CCDNForum/ForumBundle"
}