代码拉取完成,页面将自动刷新
同步操作将从 hunzhiwange/QueryPHP 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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": "635750556@qq.com"
}],
"require": {
"php": "^8.0",
"ext-mbstring": "*",
"ext-openssl": "*",
"hunzhiwange/framework": "dev-master"
},
"require-dev": {
"codedungeon/php-cli-colors": "^1.12.0",
"robmorgan/phinx": "^0.12.4",
"zircote/swagger-php": "^3.1.0"
},
"autoload": {
"files": [
"apps/app/Infra/functions.php"
],
"psr-4": {
"App\\" : "apps/app",
"Admin\\" : "apps/admin"
},
"exclude-from-classmap": [
"/tests/",
"/**/Tests/",
"/**/*Test.php",
"/**/Fixtures/",
"/vendor/symfony/var-dumper",
"/vendor/symfony/polyfill-php72",
"/vendor/symfony/polyfill-php73",
"/vendor/symfony/polyfill-mbstring",
"/vendor/symfony/var-dumper",
"/vendor/symfony/console",
"/vendor/symfony/translation-contracts",
"/vendor/symfony/translation",
"/vendor/symfony/service-contracts",
"/vendor/symfony/psr-http-message-bridge",
"/vendor/symfony/yaml",
"/vendor/symfony/string",
"/vendor/zircote/",
"/vendor/filp/",
"/vendor/spiral/",
"/vendor/laminas/",
"/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/league/"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
},
"leevel": {
"@providers": "The prividers",
"providers": [
"App\\Infra\\Provider\\App",
"App\\Infra\\Provider\\Event",
"App\\Infra\\Provider\\Router"
],
"@ignores": "Ignore the automatic discovery prividers",
"ignores": [
],
"@commands": "The commands",
"commands": [
"App\\Console"
],
"@options": "The extend options",
"options": {
},
"@i18ns": "The extend i18ns",
"i18ns": [
],
"@metas": "The metas",
"metas": {
}
},
"leevel-console" : {
"view-cache": {
"paths": [
"apps",
"assets/themes"
]
},
"database-entity": {
"show_prop_black": [
"update_at",
"delete_at",
"create_account",
"update_account"
],
"delete_at": "delete_at"
}
}
},
"scripts": {
"test": "@php assets/build/phpunit --colors=always",
"test-coverage": "@php assets/build/phpunit --colors=always -c phpunit.xml.coverage",
"php-cs-fixer": "@php assets/build/php-cs-fixer fix",
"phpstan": "@php assets/build/phpstan analyse",
"migrate": "@php leevel migrate:migrate",
"migrate-phpunit": "@php leevel migrate:migrate -e env.phpunit",
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"@php -r \"file_exists('.env.phpunit') || copy('.env.phpunit.example', '.env.phpunit');\"",
"@php -r \"file_exists('assets/frontend/.env.local') || copy('assets/frontend/.env.example', 'assets/frontend/.env.local');\"",
"@php -r \"file_exists('assets/frontend/.env.production') || copy('assets/frontend/.env.example', 'assets/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('.env.phpunit') || copy('.env.phpunit.example', '.env.phpunit');\"",
"@php -r \"file_exists('assets/frontend/.env.local') || copy('assets/frontend/.env.example', 'assets/frontend/.env.local');\"",
"@php -r \"file_exists('assets/frontend/.env.production') || copy('assets/frontend/.env.example', 'assets/frontend/.env.production');\""
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。