im/vendor/tcwei/imgsrc/composer.json

20 lines
581 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "tcwei/imgsrc",
"description": "高效率字符串模式可比正则获取快3倍从HTML或者文章内容等字符串中提取图片的src可指定提取第几张图片、顺数第几或逆数第几、可指定黑名单等。页面下面有使用例子",
"type": "library",
"license": "MIT",
"version": "v2.02",
"autoload": {
"psr-4": {
"tcwei\\smallTools\\": "imgSrc/"
}
},
"authors": [
{
"name": "zhiwei",
"email": "2394599321@qq.com"
}
],
"require": {}
}