91 Star 280 Fork 87

Minho / smartwiki

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.54 KB
一键复制 编辑 原始数据 按行查看 历史
Minho 提交于 2017-01-17 18:08 . 重写项目首页
{
"name": "lifei6671/smartwiki",
"description": "SmartWiki is a tool greatly applicable for an IT team to share documents online",
"keywords": ["SmartWiki", "document","api"],
"homepage": "https://www.iminho.me",
"version": "v0.1",
"license": "MIT",
"type": "project",
"authors": [
{
"name" : "Minho",
"email": "longfei6671@163.com",
"homepage": "https://www.iminho.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"erusev/parsedown": "^1.6",
"intervention/image": "^2.3",
"sebastian/diff": "^1.4",
"predis/predis": "1.0.3",
"graham-campbell/markdown": "^7.0",
"webuni/commonmark-attributes-extension": "^0.5.0",
"webuni/commonmark-table-extension": "^0.6.0",
"lifei6671/php-captcha": "0.1.*",
"simplesoftwareio/simple-qrcode": "1.3.*"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0",
"symfony/css-selector": "2.8.*|3.0.*",
"symfony/dom-crawler": "2.8.*|3.0.*",
"barryvdh/laravel-ide-helper": "^2.2",
"doctrine/dbal": "^2.5"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"SmartWiki\\": "app/",
"Gregwar\\Captcha\\": "vendor/Captcha/"
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php"
]
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan clear-compiled",
"php artisan optimize"
],
"pre-update-cmd": [
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan clear-compiled",
"php artisan optimize"
],
"post-update-cmd-dev": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan clear-compiled",
"php artisan ide-helper:generate",
"php artisan ide-helper:meta",
"php artisan optimize"
]
},
"config": {
"preferred-install": "dist"
}
}
PHP
1
https://gitee.com/longfei6671/smartwiki.git
git@gitee.com:longfei6671/smartwiki.git
longfei6671
smartwiki
smartwiki
master

搜索帮助