mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 08:47:34 +01:00
24 lines
652 B
JSON
24 lines
652 B
JSON
{
|
|
"name": "yiisoft/yii2-app-benchmark",
|
|
"description": "Yii 2 Benchmark Application",
|
|
"keywords": ["yii2", "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": "*"
|
|
}
|
|
}
|