1 Star 0 Fork 16

程度/queryphp

forked from hunzhiwange/QueryPHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.82 KB
一键复制 编辑 原始数据 按行查看 历史
小牛New 提交于 2018-11-08 04:50 . composer back to dev-master
{
"name": "hunzhiwange/queryphp",
"description": "The QueryPHP Application.",
"keywords": ["php", "framework", "queryphp", "vue", "swoole", "iview", "iview"],
"license": "MIT",
"homepage": "http://www.queryphp.com",
"support": {
"issues": "https://github.com/hunzhiwange/queryphp/issues",
"source": "https://github.com/hunzhiwange/queryphp"
},
"authors": [{
"name": "Xiangmin Liu",
"email": "635750556@qq.com"
}],
"require": {
"php": "^7.1.3",
"hunzhiwange/framework": "dev-master"
},
"require-dev": {
"php-coveralls/php-coveralls":"^2.1",
"phpunit/phpunit": "~7.0",
"hollodotme/phpunit-testdox-markdown": "^1.0",
"codedungeon/phpunit-result-printer": "^0.20.1"
},
"autoload": {
"psr-4": {
"App\\" : "application/app",
"Admin\\" : "application/admin",
"Common\\" : "common"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"leevel": {
"providers": [
"Common\\Infra\\Provider\\Event",
"Common\\Infra\\Provider\\Router"
],
"ignores": [
"Leevel\\Notexits\\Provider\\Register"
],
"commands": [
"Common\\App\\Console"
],
"options": {
"test": "common/ui/option/test.php"
},
"i18ns": [
"common/ui/i18n"
],
"metas": {
"foo": "bar"
}
},
"leevel-console" : {
"autoload": {
"namespaces": [
"Leevel",
"Dotenv",
"Carbon",
"Monolog",
"Whoops",
"Swagger"
]
},
"view-cache": {
"paths": [
"common",
"application"
]
}
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php leevel links",
"@php leevel autoload:clear"
],
"post-autoload-dump": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php leevel autoload --ignore=1"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.laravel-china.org"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/diycp/queryphp.git
git@gitee.com:diycp/queryphp.git
diycp
queryphp
queryphp
master

搜索帮助