1 Star 0 Fork 0

medz / cors

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Seven Du 提交于 2020-04-13 17:40 . chore(CI): update all CI bot conifgure
{
"name": "medz/cors",
"keywords": ["cors", "php", "php-cors", "middleware", "crossdomain", "cors-request", "request", "response", "psr-7", "laravel", "laravel5", "yii2", "slim", "symfony", "thinkphp", "psr-15"],
"description": "PHP CORS (Cross-origin resource sharing) middleware.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Seven Du",
"email": "shiweidu@outlook.com"
}
],
"autoload": {
"psr-4": {
"Medz\\Cors\\": "src/"
},
"files": [
"src/ThinkPHP/injection.php"
]
},
"autoload-dev": {
"psr-4": {
"Medz\\Cors\\Tests\\": "tests/"
}
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"php": ">=7.3",
"phpunit/phpunit": "^9.1"
},
"scripts": {
"test": "phpunit"
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
},
"laravel": {
"providers": [
"Medz\\Cors\\Laravel\\Providers\\LaravelServiceProvider"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/medz/cors.git
git@gitee.com:medz/cors.git
medz
cors
cors
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891