-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomposer.json
29 lines (29 loc) · 867 Bytes
/
composer.json
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": "marcovtwout/yii-environment",
"description": "Environment class for Yii, used to set configuration for console and web apps depending on the server environment.",
"keywords": ["yii", "environment"],
"homepage": "https://github.com/marcovtwout/yii-environment",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Marco van 't Wout",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/marcovtwout/yii-environment/issues?state=open",
"source": "https://github.com/marcovtwout/yii-environment"
},
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-4": { "marcovtwout\\YiiEnvironment\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
}
}