From 5fd22473c804c7e3791e1b8454336d4903732aa9 Mon Sep 17 00:00:00 2001 From: "tien.xuan.vo" Date: Thu, 19 Dec 2024 13:05:01 +0700 Subject: [PATCH] deps: Update ffi library to 0.4.26 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eefdb8b0..8b68a6a6 100644 --- a/composer.json +++ b/composer.json @@ -147,12 +147,12 @@ "extra": { "downloads": { "pact-ffi-headers": { - "version": "0.4.23", + "version": "0.4.26", "url": "https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v{$version}/pact.h", "path": "bin/pact-ffi-headers/pact.h" }, "pact-ffi-lib": { - "version": "0.4.23", + "version": "0.4.26", "variables": { "{$prefix}": "PHP_OS_FAMILY === 'Windows' ? 'pact_ffi' : 'libpact_ffi'", "{$os}": "PHP_OS === 'Darwin' ? 'macos' : strtolower(PHP_OS_FAMILY)",