1 Star 0 Fork 28

hsr/music-dl

forked from guanguans/music-dl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 7.04 KB
一键复制 编辑 原始数据 按行查看 历史
yaozm 提交于 2024-04-24 12:11 . chore(app): update composer.json
{
"name": "guanguans/music-dl",
"description": "Music Searcher and Downloader. - 音乐搜索下载器。",
"license": "MIT",
"type": "project",
"keywords": [
"song",
"music",
"download",
"dl",
"search"
],
"authors": [
{
"name": "guanguans",
"email": "[email protected]"
}
],
"homepage": "https://guanguans.github.io/music-dl",
"support": {
"issues": "https://github.com/guanguans/music-dl/issues",
"source": "https://github.com/guanguans/music-dl"
},
"require": {
"php": ">=8.1",
"guzzlehttp/guzzle": "^7.8",
"laravel-zero/framework": "^10.4",
"laravel-zero/phar-updater": "^1.4",
"laravel/prompts": "^0.1",
"metowolf/meting": "^1.5",
"phpunit/php-timer": "^6.0 || ^7.0",
"spatie/fork": "^1.2",
"symfony/polyfill-php83": "^1.29"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^3.0",
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.54",
"guanguans/ai-commit": "dev-main",
"guanguans/monorepo-builder-worker": "^1.4",
"kubawerlos/php-cs-fixer-custom-fixers": "^3.21",
"laravel-lang/common": "^6.2",
"laravel/facade-documenter": "dev-main",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.10 || ^8.0",
"nunomaduro/larastan": "^2.9",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-faker": "^2.0",
"pestphp/pest-plugin-laravel": "^2.3",
"pestphp/pest-plugin-type-coverage": "^2.8",
"php-mock/php-mock-phpunit": "^2.10",
"phpstan/extension-installer": "^1.3",
"rector/rector": "^1.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.23"
},
"suggest": {
"ext-pcntl": "Required for the fork driver"
},
"repositories": {
"facade-documenter": {
"type": "vcs",
"url": "[email protected]:laravel/facade-documenter.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/Support/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"bin": [
"builds/music-dl"
],
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"pestphp/pest-plugin": true,
"phpstan/extension-installer": true
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true,
"target-directory": "vendor-bin"
},
"branch-alias": {
"dev-main": "4.x-dev"
},
"hooks": {
"post-merge": [
"composer checks"
],
"pre-commit": [
"composer checks"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"scripts": {
"post-install-cmd": [
"@cghooks add --ignore-lock",
"@cghooks update"
],
"post-update-cmd": [
"@cghooks update"
],
"post-autoload-dump": [],
"ai-commit": "@php ./vendor/bin/ai-commit commit --generator=bito_cli --ansi",
"ai-commit-no-verify": "@ai-commit --commit-options=--no-verify",
"benchmark": "@php ./vendor/bin/phpbench run --warmup=1 --retry-threshold=1 --iterations=3 --revs=5 --ansi -v",
"cghooks": "@php ./vendor/bin/cghooks --ansi -v",
"checks": [
"@composer-normalize",
"@composer-validate",
"@md-lint",
"@lint",
"@style-lint",
"@test",
"@test-type-coverage",
"@psalm",
"@rector-dry-run"
],
"composer-normalize": "@composer normalize --dry-run --diff --ansi -v",
"composer-updater": "@php ./composer-updater --highest-php-binary=/opt/homebrew/opt/[email protected]/bin/php --ansi",
"composer-updater-dry-run": "@composer-updater --dry-run",
"composer-validate": "@composer validate --check-lock --strict --ansi -v",
"facade-lint": "@facade-update --lint",
"facade-update": "/opt/homebrew/opt/[email protected]/bin/php -f ./facade.php -- App\\\\Facades\\\\Music",
"infection": "./vendor/bin/infection --test-framework=pest --show-mutations --threads=4 --ansi -v",
"lint": [
"for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec php -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done",
"for DIR in ./app ./config ./tests; do find $DIR -type f -name '*.php' -type f ! -name 'xxx.php' -exec php -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done"
],
"mark-finish": "printf '\\n!\\n!\\t\\033[0;32m%s\\033[0m\\n!\\n\\n' \"Finished\"",
"mark-separate": "printf '\\n!\\n!\\t\\033[0;33m%s\\033[0m\\n!\\n\\n' \"----------------\"",
"mark-start": "printf '\\n!\\n!\\t\\033[0;36m%s\\033[0m\\n!\\n\\n' \"Started\"",
"md-fix": "@md-lint --fix",
"md-lint": "lint-md --config .lintmdrc ./*.md ./.github/ ./docs/",
"pest": "@php ./vendor/bin/pest --coverage --profile",
"pest-coverage": "@pest --coverage-html=./build/phpunit/ --coverage-clover=./clover.xml",
"pest-migrate-configuration": "@pest --migrate-configuration",
"pest-type-coverage": "@pest --type-coverage",
"phpstan": "@php ./vendor/bin/phpstan analyse --ansi -v",
"phpstan-baseline": "@phpstan --generate-baseline --allow-empty-baseline",
"post-merge": [
"composer install --ansi -v"
],
"psalm": "@php ./vendor/bin/psalm",
"psalm-baseline": "@psalm --update-baseline",
"rector": "@php ./vendor/bin/rector --ansi -v",
"rector-dry-run": "@rector --dry-run",
"release": "@php ./vendor/bin/monorepo-builder release --ansi -v",
"release-major": "@release major",
"release-major-dry-run": "@release-major --dry-run",
"release-minor": "@release minor",
"release-minor-dry-run": "@release-minor --dry-run",
"release-patch": "@release patch",
"release-patch-dry-run": "@release-patch --dry-run",
"style-fix": "@php ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --show-progress=dots --ansi -v",
"style-lint": "@style-fix --diff --dry-run",
"test": "@pest",
"test-coverage": "@pest-coverage",
"test-migrate-configuration": "@pest-migrate-configuration",
"test-type-coverage": "@pest-type-coverage",
"vhs": "vhs < music-dl.tape"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/hsrgrsy/music-dl.git
[email protected]:hsrgrsy/music-dl.git
hsrgrsy
music-dl
music-dl
master

搜索帮助