1 Star 0 Fork 0

wfdaj/tempest-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
Brent Roose 提交于 2024-11-25 13:54 . back to dev-main
{
"name": "tempest/app",
"require": {
"tempest/framework": "dev-main"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.21",
"symfony/var-dumper": "^7.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/",
"Tests\\Tempest\\": "vendor/brendt/tempest/tests/"
}
},
"authors": [
{
"name": "Brent Roose",
"email": "brendt@stitcher.io"
}
],
"scripts": {
"post-create-project-cmd": [
"./vendor/bin/tempest install framework -f",
"./tempest discovery:generate",
"rm -r .github"
],
"post-package-update": [
"./tempest discovery:generate"
],
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
"csfixer": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
"phpstan": "vendor/bin/phpstan analyse tests app",
"qa": [
"composer csfixer",
"composer phpstan",
"composer phpunit"
]
},
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wfdaj/tempest-app.git
git@gitee.com:wfdaj/tempest-app.git
wfdaj
tempest-app
tempest-app
main

搜索帮助