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