yii2-netdisk/composer.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2013-05-24 22:14:49 +08:00
{
"name": "yiisoft/yii2-app-basic",
"description": "Yii 2 Basic Application Template",
"keywords": ["yii2", "framework", "basic", "application template"],
2013-05-24 22:14:49 +08:00
"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"
},
2014-04-14 09:22:29 +08:00
"minimum-stability": "dev",
2013-05-24 22:14:49 +08:00
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
2014-01-11 11:24:23 +08:00
"yiisoft/yii2-gii": "*"
2013-05-24 22:14:49 +08:00
},
"suggest": {
2014-02-08 00:01:29 +08:00
"codeception/codeception": "Codeception, 1.8.*@dev is currently works well with Yii.",
2014-02-08 19:21:28 +08:00
"codeception/specify": "BDD style code blocks for PHPUnit and Codeception",
2014-02-08 00:01:29 +08:00
"codeception/verify": "BDD Assertions for PHPUnit and Codeception"
},
2013-05-24 22:14:49 +08:00
"scripts": {
"post-create-project-cmd": [
2013-10-23 09:13:57 +08:00
"yii\\composer\\Installer::setPermission"
2013-05-24 22:14:49 +08:00
]
},
"config": {
"process-timeout": 1800
},
2013-05-24 22:14:49 +08:00
"extra": {
2013-10-23 09:13:57 +08:00
"writable": [
2013-05-24 22:14:49 +08:00
"runtime",
2013-07-25 19:57:49 +08:00
"web/assets"
2013-05-24 22:14:49 +08:00
],
2013-10-23 09:13:57 +08:00
"executable": [
2013-05-24 22:14:49 +08:00
"yii"
]
}
}