加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
qypt2015 提交于 2023-01-07 01:11 . 1
{
"name": "qypt/php-wm",
"description": "php短视频去水印接口案例,集成了抖音去水印、快手去水印、微视去水印、头条去水印、火山去水印",
"keywords": [
"抖音去水印",
"视频去水印",
"快手去水印"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "xxx",
"email": "123@qq.com"
}
],
"require": {
"php": ">=7.2|^8.0",
"guzzlehttp/guzzle": "^7.5",
"jaeger/querylist": "^4.2"
},
"autoload": {
"psr-4": {
"Qypt\\PhpWm\\": "./src/"
}
},
"autoload-dev": {
"psr-4": {
"Qypt\\Tests\\": "./tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"friendsofphp/php-cs-fixer": "^2.18"
},
"scripts": {
"test": "vendor/bin/phpunit --colors=always --testdox",
"check-style": "php-cs-fixer fix --using-cache=no --diff --config=.php_cs --dry-run --ansi",
"fix-style": "php-cs-fixer fix --using-cache=no --config=.php_cs --ansi"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化