Merge branch 'pullmore' into 'develop'
Pull cleanup round 900 See merge request !207
Showing
... | ... | @@ -22,13 +22,15 @@ |
"maxmind-db/reader": "^1.3", | ||
"matriphe/iso-639": "^1.2", | ||
"rinvex/country": "^3.1", | ||
"detectlanguage/detectlanguage": "^2.2" | ||
"detectlanguage/detectlanguage": "^2.2", | ||
"longman/ip-tools": "^1.2" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "^3.3" | ||
}, | ||
"autoload": { | ||
"classmap": ["lib"] | ||
"classmap": ["lib"], | ||
"files": ["lib/functions.php"] | ||
}, | ||
"scripts": { | ||
"check-code": [ | ||
... | ... |
This diff is collapsed.
lib/functions.php
0 → 100644
Please register or sign in to comment