Merge branch 'develop'
Showing
CHANGELOG.md
0 → 100644
CONTRIBUTING.md
0 → 100644
boot.php
0 → 100644
{ | { | ||
"name": "diasporg/poduptime", | |||
"description": "Poduptime is software to get live stats and data on listed Diaspora Pods.", | |||
"license": "AGPL-3.0-or-later", | |||
"config": { | "config": { | ||
"platform": { | "platform": { | ||
"php": "7.2" | "php": "7.2" | ||
... | @@ -6,22 +9,29 @@ | ... | @@ -6,22 +9,29 @@ |
}, | }, | ||
"require": { | "require": { | ||
"php": "^7.2", | "php": "^7.2", | ||
"gabordemooij/redbean": "^5.0", | "ext-curl": "*", | ||
"nesbot/carbon": "^1.31", | "ext-dom": "*", | ||
"ext-json": "*", | |||
"ext-libxml": "*", | |||
"ext-bcmath": "*", | |||
"gabordemooij/redbean": "^5.1", | |||
"nesbot/carbon": "^1.33", | |||
"commerceguys/enum": "^1.0", | "commerceguys/enum": "^1.0", | ||
"noplanman/xec": "0.1.0", | "noplanman/xec": "0.1.0", | ||
"jaybizzle/crawler-detect": "1.*", | "jaybizzle/crawler-detect": "^1.2", | ||
"patrickschur/language-detection": "^3.3", | |||
"geoip2/geoip2": "^2.9", | "geoip2/geoip2": "^2.9", | ||
"maxmind-db/reader": "~1.0", | "maxmind-db/reader": "^1.3", | ||
"matriphe/iso-639": "^1.2", | "matriphe/iso-639": "^1.2", | ||
"rinvex/country": "^3.1" | "rinvex/country": "^3.1", | ||
"detectlanguage/detectlanguage": "^2.2", | |||
"longman/ip-tools": "^1.2" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"squizlabs/php_codesniffer": "^3.3" | "squizlabs/php_codesniffer": "^3.3" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"classmap": ["lib"] | "classmap": ["lib"], | ||
"files": ["lib/functions.php"] | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"check-code": [ | "check-code": [ | ||
... | ... |
This diff is collapsed.