1 Star 0 Fork 0

Bill li/configuration

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Bill li 提交于 2018-06-01 11:14 +08:00 . Version down
{
"name": "ofcold/configuration",
"description": "Configuration item supports laravel extension.",
"keywords": [
"php71",
"Laravel",
"Config"
],
"type": "library",
"license": "MIT",
"homepage": "https://ofcold.com",
"authors": [
{
"name": "Ofcold Team",
"email": "team@ofcold.com",
"homepage": "https://team.ofcold.com",
"role": "Owner"
},
{
"name": "Olivia Fu",
"email": "olivia@ofcold.com",
"homepage": "https://olivia.ink",
"role": "Developer"
},
{
"name": "Bill Li",
"email": "bill@ofcold.com",
"homepage": "https://artisanbill.com",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"illuminate/filesystem": "~5.1",
"illuminate/config": "~5.1"
},
"autoload": {
"psr-4": {
"Ofcold\\Configuration\\": "src/"
}
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.1"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/git-ofcold-rep/configuration.git
git@gitee.com:git-ofcold-rep/configuration.git
git-ofcold-rep
configuration
configuration
master

搜索帮助