From b8c7714ac9b4f12148206e0c9a90b132519dae66 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Oct 2020 16:45:12 +0100 Subject: [PATCH] bump ffsphp dependency --- composer.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 6d93862d..9347789e 100644 --- a/composer.lock +++ b/composer.lock @@ -326,19 +326,20 @@ }, { "name": "shish/ffsphp", - "version": "v1.0.2", + "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/shish/ffsphp.git", - "reference": "82d45b2691da11c82a28f85b07752334a06b8a8e" + "reference": "94de4a502b7fc514e0e1c3557806baf162b87040" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shish/ffsphp/zipball/82d45b2691da11c82a28f85b07752334a06b8a8e", - "reference": "82d45b2691da11c82a28f85b07752334a06b8a8e", + "url": "https://api.github.com/repos/shish/ffsphp/zipball/94de4a502b7fc514e0e1c3557806baf162b87040", + "reference": "94de4a502b7fc514e0e1c3557806baf162b87040", "shasum": "" }, "require": { + "ext-pdo": "*", "php": "^7.3" }, "require-dev": { @@ -364,7 +365,7 @@ ], "description": "A collection of workarounds for stupid PHP things", "homepage": "https://github.com/shish/ffsphp", - "time": "2020-09-20T13:15:53+00:00" + "time": "2020-10-09T15:15:29+00:00" }, { "name": "shish/microcrud",