Merge branch 'targetandlog' into 'develop'
Target and Log and CA See merge request !206
Showing
{ | ||
"name": "diasporg/poduptime", | ||
"description": "Poduptime is software to get live stats and data on listed Diaspora Pods.", | ||
"license": "AGPL-3.0-or-later", | ||
"config": { | ||
"platform": { | ||
"php": "7.2" | ||
... | ... | @@ -6,16 +9,20 @@ |
}, | ||
"require": { | ||
"php": "^7.2", | ||
"gabordemooij/redbean": "^5.0", | ||
"nesbot/carbon": "^1.31", | ||
"ext-curl": "*", | ||
"ext-dom": "*", | ||
"ext-json": "*", | ||
"ext-libxml": "*", | ||
"gabordemooij/redbean": "^5.1", | ||
"nesbot/carbon": "^1.33", | ||
"commerceguys/enum": "^1.0", | ||
"noplanman/xec": "0.1.0", | ||
"jaybizzle/crawler-detect": "1.*", | ||
"patrickschur/language-detection": "^3.3", | ||
"jaybizzle/crawler-detect": "^1.2", | ||
"geoip2/geoip2": "^2.9", | ||
"maxmind-db/reader": "~1.0", | ||
"maxmind-db/reader": "^1.3", | ||
"matriphe/iso-639": "^1.2", | ||
"rinvex/country": "^3.1" | ||
"rinvex/country": "^3.1", | ||
"detectlanguage/detectlanguage": "^2.2" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "^3.3" | ||
... | ... |