1 Star 0 Fork 52

qidouhai / jnoj

forked from shiy-ang / jnoj 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
shiy-ang 提交于 2018-12-12 08:13 . update vendor
{
"name": "jnoj",
"description": "Jiangnan Online Judge",
"keywords": [
"online judge"
],
"homepage": "http://www.github.com/shi-yang/jnoj",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/shi-yang/jnoj/issues"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.5",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"workerman/workerman": "dev-master",
"workerman/phpsocket.io": "dev-master",
"justinvoelker/yii2-tagging": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"post-install-cmd": [
"yii\\composer\\Installer::postInstall"
],
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject",
"yii\\composer\\Installer::postInstall"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755",
"web/uploads": "0777"
}
]
},
"yii\\composer\\Installer::postInstall": {
"generateCookieValidationKey": [
"config/web.php"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
PHP
1
https://gitee.com/qihai/jnoj.git
git@gitee.com:qihai/jnoj.git
qihai
jnoj
jnoj
master

搜索帮助