1 Star 0 Fork 16

pythonpc/QueryPHP

forked from hunzhiwange/QueryPHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 5.54 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hunzhiwange/queryphp",
"description": "The QueryPHP Application.",
"keywords": ["php", "framework", "queryphp", "vue", "swoole", "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": "[email protected]"
}],
"require": {
"php": "^7.3.2",
"hunzhiwange/framework": "dev-master"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.26.2",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^8.2.1",
"fzaninotto/faker": "^1.6",
"robmorgan/phinx": "^0.9.2"
},
"autoload": {
"files": [
"common/Infra/functions.php"
],
"psr-4": {
"App\\" : "application/app",
"Admin\\" : "application/admin",
"Common\\" : "common"
},
"exclude-from-classmap": [
"/tests/",
"/**/Tests/",
"/**/*Test.php",
"/**/Fixtures/",
"/vendor/symfony/",
"/vendor/zircote/",
"/vendor/filp/",
"/vendor/spiral/",
"/vendor/zendframework/",
"/vendor/leric/",
"/vendor/maximebf/",
"/vendor/vlucas/",
"/vendor/nunomaduro/",
"/vendor/gettext/",
"/vendor/doctrine/",
"/vendor/egulias/",
"/vendor/hunzhiwange/framework/src/Leevel/Protocol/",
"/vendor/hunzhiwange/framework/src/Leevel/Debug/",
"/vendor/psr/",
"/vendor/clio/",
"/vendor/hunzhiwange/framework/src/**/Console/",
"/vendor/monolog/",
"/vendor/codedungeon/",
"/vendor/jakub-onderka/",
"/vendor/nesbot/carbon/src/JsonSerializable.php",
"/vendor/league/",
"@/vendor/symfony/:Product not used",
"@/vendor/zircote/:Product not used",
"@/vendor/filp/:Product not used",
"@/vendor/spiral/:Only roadRunner used",
"@/vendor/zendframework/:Only roadRunner used",
"@/vendor/leric/:Only swoole rpc used",
"@/vendor/maximebf/:Product not used",
"@/vendor/vlucas/:Product not used",
"@/vendor/nunomaduro/:Product not used",
"@/vendor/gettext/:Product not used",
"@/vendor/doctrine/:Product not used",
"@/vendor/egulias/:Product not used",
"@/vendor/hunzhiwange/framework/src/Leevel/Protocol/:Only swoole used",
"@/vendor/hunzhiwange/framework/src/Leevel/Debug/:Product not used",
"@/vendor/psr/:Product not used",
"@/vendor/clio/:Product not used",
"@/vendor/hunzhiwange/framework/src/**/Console/:Product not used",
"@/vendor/monolog/:Product not used",
"@/vendor/codedungeon/:Product not used",
"@/vendor/jakub-onderka/:Product not used",
"@/vendor/nesbot/carbon/src/JsonSerializable.php:Product not used",
"@/vendor/league/:Only upload app will used"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"leevel": {
"@providers": "The prividers",
"providers": [
"Common\\Infra\\Provider\\App",
"Common\\Infra\\Provider\\Event",
"Common\\Infra\\Provider\\Router"
],
"@ignores": "Ignore the automatic discovery prividers",
"ignores": [
"Leevel\\Notexits\\Provider\\Register"
],
"@commands": "The commands",
"commands": [
"Common\\App\\Console"
],
"@options": "The extend options",
"options": {
"test": "common/ui/option/test.php"
},
"@i18ns": "The extend i18ns",
"i18ns": [
"common/ui/i18n"
],
"@metas": "The metas",
"metas": {
"foo": "bar"
}
},
"leevel-console" : {
"view-cache": {
"paths": [
"common",
"application"
]
}
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php -r \"file_exists('.testing') || copy('.testing.example', '.testing');\"",
"@php -r \"file_exists('frontend/.env.local') || copy('frontend/.env.example', 'frontend/.env.local');\"",
"@php -r \"file_exists('frontend/.env.production') || copy('frontend/.env.example', 'frontend/.env.production');\""
],
"post-create-project-cmd": [
"@php leevel links"
],
"post-autoload-dump": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php -r \"file_exists('.testing') || copy('.testing.example', '.testing');\"",
"@php -r \"file_exists('frontend/.env.local') || copy('frontend/.env.example', 'frontend/.env.local');\"",
"@php -r \"file_exists('frontend/.env.production') || copy('frontend/.env.example', 'frontend/.env.production');\""
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wuwenxian/queryphp.git
[email protected]:wuwenxian/queryphp.git
wuwenxian
queryphp
QueryPHP
master

搜索帮助