-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (33 loc) · 839 Bytes
/
composer.json
File metadata and controls
34 lines (33 loc) · 839 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
{
"name": "webforge/common",
"type": "library",
"description": "Boilerplate for Webforge and Psc - CMS",
"keywords": ["framework"],
"homepage": "http://github.com/pscheit/webforge-common",
"license": "MIT",
"authors": [
{"name": "Philipp Scheit", "email": "p.scheit@ps-webforge.com"}
],
"require": {
"php": ">=5.6.0",
"ext-mbstring": "*",
"webforge/utils": "~1.1.0@stable",
"webforge/collections": "1.0.*@stable",
"webforge/process": "1.2.*@dev",
"seld/jsonlint": "1.1.*@stable"
},
"require-dev": {
"mikey179/vfsstream": "1.2.*@stable",
"mockery/mockery": "@stable",
"liip/rmt": "0.9.*"
},
"autoload": {
"psr-0": {"Webforge\\Common": ["lib/", "tests/"]}
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
}
}