代码拉取完成,页面将自动刷新
{
"name": "hunzhiwange/queryphp",
"description": "The QueryPHP Application.",
"keywords": ["php", "framework", "queryphp"],
"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",
}],
"require": {
"php": ">=8.3",
"ext-mbstring": "*",
"ext-openssl": "*",
"composer-runtime-api": ">=2.1",
"godruoyi/php-snowflake": "^3.0.0",
"hunzhiwange/framework": "^1.1.46",
"league/csv": "^9.15.0",
"nesbot/carbon": "^3.3.1",
"nyholm/psr7": "^1.8.1",
"s1syphos/php-simple-captcha": "^2.3.0",
"spiral/dumper": "^2.14.1",
"spiral/roadrunner": "^2.12.1",
"symfony/lock": "v7.0.7",
"symfony/psr-http-message-bridge": "^7.0.7",
"symfony/workflow": "^7.0.7"
},
"require-dev": {
"codedungeon/php-cli-colors": "^1.12.2",
"robmorgan/phinx": "^0.16.0",
"zircote/swagger-php": "^4.9.2",
"swoole/ide-helper": "^5.1.2"
},
"autoload": {
"files": [
"app/Infra/Helper/functions.php"
],
"psr-4": {
"App\\" : "app"
},
"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/config",
"/vendor/symfony/psr-http-message-bridge",
"/vendor/symfony/yaml",
"/vendor/symfony/string",
"/vendor/zircote/",
"/vendor/filp/",
"/vendor/spiral/",
"/vendor/maximebf/",
"/vendor/vlucas/",
"/vendor/nunomaduro/",
"/vendor/gettext/",
"/vendor/doctrine/",
"/vendor/egulias/",
"/vendor/hunzhiwange/framework/src/Leevel/Debug/",
"/vendor/psr/",
"/vendor/clio/",
"/vendor/hunzhiwange/framework/src/**/Console/",
"/vendor/codedungeon/",
"/vendor/nikic/php-parser/",
"/vendor/cakephp/",
"/vendor/robmorgan/phinx/"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests"
}
},
"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\\Infra\\Console"
],
"@options": "The extend options",
"options": {
},
"@i18ns": "The extend i18ns",
"i18ns": [
],
"i18n-paths": {
"exception": [
"themes/exceptions"
],
"app": [
"app"
]
},
"@metas": "The metas",
"metas": {
}
},
"leevel-console" : {
"view-cache": {
"paths": [
"app",
"themes"
]
},
"database-entity": {
"show_prop_black": [
"delete_at",
"create_account",
"update_account"
],
"delete_at": "delete_at"
}
}
},
"scripts": {
"test": "@php build/phpunit --colors=always",
"test-coverage": "@php build/phpunit --colors=always -c phpunit.xml.coverage",
"php-cs-fixer": "@php build/php-cs-fixer fix",
"phpstan": "@php build/phpstan analyse",
"migrate": "@php leevel migrate:migrate",
"migrate-common": "@php leevel migrate:migrate --database=development_common",
"migrate-phpunit": "@php leevel migrate:migrate --env=env.phpunit",
"migrate-phpunit-common": "@php leevel migrate:migrate --env=env.phpunit --database=development_common",
"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('.rr.yaml') || copy('.example.rr.yaml', '.rr.yaml');\""
],
"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('.rr.yaml') || copy('.example.rr.yaml', '.rr.yaml');\""
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。