composer.json 651 Bytes
Newer Older
Qiang Xue committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
	"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"
	},
15 16 17
	"config": {
	  "vendor-dir": "protected/vendor"
	},
Qiang Xue committed
18
	"minimum-stability": "dev",
Qiang Xue committed
19
	"require": {
20
		"php": ">=5.4.0",
21
		"yiisoft/yii2": "*"
Qiang Xue committed
22 23
	}
}