Merge branch 'master' of http://119.23.72.7/sunlong_v5/note-library
# Conflicts: # .env
Showing
with
416 additions
and
37 deletions
.env
0 → 100644
... | ... | @@ -14,7 +14,8 @@ |
"redgo/monitor-ding": "0.2", | ||
"hprose/hprose": "^2.0", | ||
"php-amqplib/php-amqplib": "2.7", | ||
"jenssegers/mongodb": "3.2.*" | ||
"jenssegers/mongodb": "3.2.*", | ||
"milon/barcode": "5.1" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
... | ... | @@ -2,16 +2,21 @@ |
"name": "vlucas/phpdotenv", | ||
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", | ||
"keywords": ["env", "dotenv", "environment"], | ||
"license" : "BSD-3-Clause", | ||
"authors" : [ | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Graham Campbell", | ||
"email": "graham@alt-three.com", | ||
"homepage": "https://gjcampbell.co.uk/" | ||
}, | ||
{ | ||
"name": "Vance Lucas", | ||
"email": "vance@vancelucas.com", | ||
"homepage": "http://www.vancelucas.com" | ||
"homepage": "https://vancelucas.com/" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.9", | ||
"php": "^5.3.9 || ^7.0 || ^8.0", | ||
"symfony/polyfill-ctype": "^1.9" | ||
}, | ||
"require-dev": { | ||
... | ... | @@ -28,6 +33,10 @@ |
"ext-filter": "Required to use the boolean validator.", | ||
"ext-pcre": "Required to use most of the library." | ||
}, | ||
"config": { | ||
"preferred-install": "dist", | ||
"platform-check": false | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "2.6-dev" | ||
... | ... |
Please
register
or
sign in
to comment