1 Star 0 Fork 0

读心印/url-info

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
读心印 提交于 2021-09-11 18:09 . init
{
"name": "zyan/url-info",
"description": "url信息",
"keywords": [
"url信息",
"domainInfo",
"ParseUrl"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "读心印",
"email": "839024615@qq.com"
}
],
"require": {
"php": ">=7.3"
},
"autoload": {
"psr-4": {
"Zyan\\UrlInfo\\": "./src/"
}
},
"autoload-dev": {
"psr-4": {
"Zyan\\Tests\\": "./tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3",
"phpstan/phpstan": "^0.12"
},
"scripts": {
"phpstan": "vendor/bin/phpstan",
"test": "vendor/bin/phpunit --colors=always --testdox",
"check-style": "php-cs-fixer fix --using-cache=no --diff --config=.php-cs-fixer.dist.php --dry-run --ansi",
"fix-style": "php-cs-fixer fix --using-cache=no --config=.php-cs-fixer.dist.php --ansi"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/flash127/url-info.git
git@gitee.com:flash127/url-info.git
flash127
url-info
url-info
master

搜索帮助