You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
660 B
23 lines
660 B
{ |
|
"name": "yiisoft/yii2-app-benchmark", |
|
"description": "Yii 2 Benchmark Application", |
|
"keywords": ["yii", "framework", "benchmark", "application"], |
|
"homepage": "http://www.yiiframework.com/", |
|
"type": "project", |
|
"license": "BSD-3-Clause", |
|
"support": { |
|
"issues": "https://github.com/yiisoft/yii2/issues?state=open", |
|
"forum": "http://www.yiiframework.com/forum/", |
|
"wiki": "http://www.yiiframework.com/wiki/", |
|
"irc": "irc://irc.freenode.net/yii", |
|
"source": "https://github.com/yiisoft/yii2" |
|
}, |
|
"config": { |
|
"vendor-dir": "protected/vendor" |
|
}, |
|
"minimum-stability": "dev", |
|
"require": { |
|
"php": ">=5.4.0", |
|
"yiisoft/yii2": "dev-master" |
|
} |
|
}
|
|
|