加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
吴超龙 提交于 2018-05-02 15:19 . fix composer.json syntax error
{
"name": "clwu/mp4-rotate-probe",
"type": "library",
"description": "detect the rotation degrees of MP4 video",
"keywords": ["mp4","video","rotate", "rotation"],
"homepage": "https://gitee.com/clwu/IphoneMp4Probe",
"license": "BSD-3-Clause",
"authors": [
{
"name": "clwu",
"email": "chaolong.wu@qq.com",
"homepage": "https://github.com/clwu88"
}
],
"require": {
"php": ">=5.5.0"
},
"autoload": {
"psr-4": {
"Clwu\\Mp4\\": "src/Clwu/Mp4"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化