Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author྅༻ Ǭɀħ ༄༆ཉ <ozh@ozh.org>2021-02-01 01:32:57 +0300
committerGitHub <noreply@github.com>2021-02-01 01:32:57 +0300
commit7af080e6db37888db8bb7920551628e15860d72c (patch)
tree1220f7aa8a0a80ab0a8b5b5a0872b50f489c4ca2 /composer.json
parent89fc7a83f33e29a057f4ae896dbc71355e16998d (diff)
Update libs and fix PHP 8 (#2824)
Fixes #2807 * Update libs * Refactor the logging system to match Aura SQL 3 * Bump PHPUnit version * Downgrade spatie/array-to-xml to 2.15 * Upgrade expectations to PHPUnit 8+ * Drop PHPUnit 6 support Co-authored-by: Léo Colombaro <git@colombaro.fr>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 1f2473c2..acb0acef 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"rmccue/requests" : "1.7",
"pomo/pomo" : "1.4.1",
"geoip2/geoip2" : "2.10.0",
- "aura/sql": "~2.",
+ "aura/sql": "~3.",
"jakeasmith/http_build_url": "1.0.1",
"symfony/polyfill-mbstring": "1.15.0",
"symfony/polyfill-intl-idn": "^1.17",